22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Feb 19, 2023 — Feb 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix spacing in boottool.py More... over 18 years ago
Add path to modprobe More... over 18 years ago
Move cpu_online_map into autotest_utils More... over 18 years ago
Set executable. More... over 18 years ago
Fix up quoting in file_contains_pattern() More... over 18 years ago
Fix get_kernel_build_ver() to work off Makefile not version.h More... over 18 years ago
This patch updates the dbt-2 kit and modifies the test so that it runs against MySQL in addition to PostgreSQL. More... over 18 years ago
Please consider an upgrade to the latest LTP version. More... over 18 years ago
This patch adds MySQL-5.0.24a to deps. I'm planning on using it for our database systems workloads, specifically for dbt-2 (TPC-C fair-use implementation) next. More... over 18 years ago
Change oprofile.py to detect the None return, not the original NameError. More... over 18 years ago
atcc v0.04 More... over 18 years ago
Fix typos More... over 18 years ago
The method os.path.join() didn't appear to be joining the path. I did a simple string concatenation for lack of knowing python better. I also changed the configure line for dbt2 to use self.autodir as I couldn't find a variable to give the deps path. Does this look okay? More... over 18 years ago
Make pgsql.py executable More... over 18 years ago
Fix up reboot handling More... over 18 years ago
Make installing kernels work properly More... over 18 years ago
Make boottool use the local instance of the boottool command, and fix up various errors. More... over 18 years ago
Make testjob try to install More... over 18 years ago
Make kernel.install take an optional tag More... over 18 years ago
comments More... over 18 years ago
Add boottool command More... over 18 years ago
Add boottool dependency More... over 18 years ago
Clean up finding tools for vmlinux and System.map More... over 18 years ago
Break out fd_stack into its own class file More... over 18 years ago
Add filesystem class for handling fs operations More... over 18 years ago
Make test directory for fsx configurable More... over 18 years ago
Fix stupid typo in os.environ to access hash [], not () More... over 18 years ago
Use in-place sed expressions rather than patch to fix up reaim. Should work better on autogenerated Makefiles. More... over 18 years ago
Add mkinitrd function to kernel.py, this function depends autotest_utils.py : get_os_vendor function to detect the Linux distro, say, RHEL, or Fedora Core, and then implements different mkinitrd way to build the initrd image file. More... over 18 years ago
This patch try to add get_os_vendor function to autotest_utils.py, to guess what os vendor of the client test box. More... over 18 years ago