summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Replaced os.environ['HOME'] usage with os.path.expanduser() to not failmbligh1-1/+1
2009-05-13Modify the way we handle profile_only to now be a boolean that does not modifymbligh2-30/+39
2009-05-13Remove the get_system_nodes() method from base_utils as it does not work in a...mbligh1-6/+0
2009-05-13Exposed an interface for adding before_iteration_hooks and mbligh2-24/+51
2009-05-13Summary: Converting the remaining print statements on job.py tombligh1-14/+14
2009-05-13Summary: Simple conversion of one print statement on base_sysinfombligh1-2/+2
2009-05-13Collect per-iteration sysinfo into the test sysinfo directory, not thejadmanski1-4/+4
2009-05-12fixed imports.mbligh1-1/+1
2009-05-12bad import.mbligh1-4/+2
2009-05-12partition is in the autotest tree so the import should reflect that.mbligh1-3/+1
2009-05-12Summary: If autotest is not running with the --continue flag, deletembligh1-0/+5
2009-05-11Break out filesystem setup and cleanup code. Add a utilitymbligh1-9/+69
2009-05-11Added utils.get_relative_path() to compute the path of an absolute pathmbligh3-1/+57
2009-05-06Fix up a possible race in the profiler startup; have the serverjadmanski1-7/+15
2009-05-02Make mock.py fail fast when an unexpected call occurs by throwing an exception.showard1-1/+11
2009-05-01Moved to the new logging.mbligh1-56/+48
2009-05-01Summary - A couple of LTP module bugfixesmbligh2-2/+2
2009-05-01Summary: Make the prefix format for the log files generated by testsmbligh1-1/+1
2009-05-01Do the Python < 2.4 switcheroo before importing modules that may notmbligh1-9/+18
2009-05-01We now store the failures due to constraints and dont raisembligh2-5/+24
2009-05-01Fixed the default command value to make utils.CmdResult().__repr__() work.mbligh1-1/+1
2009-05-01Add missing mock god check playback and fix the test.showard1-2/+3
2009-04-29Monkey patch the logging module to make debugging poorly writtenshoward2-1/+91
2009-04-28Modified import_site_class() to not wrap baseclass with a local dummymbligh2-11/+14
2009-04-28Add a method to get the number of logical cores per cpu socket on a machine.mbligh1-0/+13
2009-04-24Add a missing import of error to oprofile.jadmanski1-0/+2
2009-04-24Change the client, babysitter, scheduler logging configs to append tojadmanski1-1/+1
2009-04-22New (and much more complex) version of the collect rpm -qa patch.jadmanski2-1/+35
2009-04-21Only write a job keyval out if there isn't already a keyval withjadmanski2-10/+20
2009-04-17Add systemtap testmbligh2-0/+108
2009-04-17This is the second CL relating to a re-implementation of how mbligh2-6/+35
2009-04-17Add dejagnu as a dependencymbligh3-0/+30
2009-04-17Update oprofile to version 0.9.4mbligh3-3/+3
2009-04-17Build oprofile in parallel, it takes a while and I got tired of waiting whenmbligh1-1/+1
2009-04-17Add systemtap as a dependency. Some tests may want to use tapsets formbligh4-0/+40
2009-04-17Don't specify an absolute path in os.path.join, otherwise it wont workmbligh1-2/+2
2009-04-17Raise an AutotestError instead of the default. We end up with a prettymbligh1-1/+1
2009-04-17Moved the part of initialize() that needs to execute after setup() to bembligh1-26/+50
2009-04-17Fix a typo in the join_bg_jobs function.mbligh1-1/+1
2009-04-17Move update checksum out of upload_pkg_parallel this shouldn't be done in par...mbligh1-7/+7
2009-04-17Move server import only into the upload section as a temporary fix for being ...mbligh1-1/+2
2009-04-17Package upkeepmbligh1-28/+141
2009-04-09This gives us fixed width, and saves some space.mbligh1-2/+2
2009-04-09New prefix for file loggingmbligh1-1/+2
2009-04-08Remove duplicate kernel boot parameters given to boottool.add_kernel.mbligh1-29/+51
2009-04-08Added support in client.bin.base_job.__init__ to copy kernel bootmbligh2-4/+31
2009-04-03If any of the autotestd_monitor child processes die, the monitorjadmanski1-0/+5
2009-04-01Add warning to host_protections to inform developers of the consequences of c...mbligh1-0/+9
2009-04-01Add write_pid to common codembligh1-0/+16
2009-04-01The enabling and disabling of warning messages unfortunately seems tojadmanski1-0/+3