summaryrefslogtreecommitdiff
path: root/client/bin
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Hi Team,mbligh1-1/+80
2009-05-21Moved partition.py to base_partition.py and created a partition.py mbligh3-951/+995
2009-05-21On SUSE, the kernel is split into several RPMs (vmlinuz + most basic modules,mbligh2-52/+67
2009-05-13Remove the get_system_nodes() method from base_utils as it does not work in a...mbligh1-6/+0
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-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 pathmbligh1-1/+4
2009-04-28Modified import_site_class() to not wrap baseclass with a local dummymbligh1-1/+1
2009-04-22New (and much more complex) version of the collect rpm -qa patch.jadmanski2-1/+35
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-01The enabling and disabling of warning messages unfortunately seems tojadmanski1-0/+3
2009-03-27Couple fixes for Lucas and Rodrigo's logging changesshoward1-8/+13
2009-03-27Summary: Add a new VirtualPartition class to client/bin/partition.py to handl...mbligh1-0/+169
2009-03-25job_unittest.py wont be making no mo noise.mbligh1-1/+5
2009-03-25Strip from the kernel version the '::<timestamp>' if present whenmbligh1-0/+2
2009-03-25Added sysinfo support to log pre and post iteration (currently it logsmbligh3-25/+86
2009-03-20Don't remove the "started" file from autotestd_monitor. We use thisjadmanski1-1/+0
2009-03-20As discussed on the mailing list, we implemented logging with a singleshoward2-36/+49
2009-03-17Allow a vendor-specific kernel RPM installation and add a SUSE-specific one.mbligh2-2/+39
2009-03-17make client/bin/autotestd_monitor executablembligh1-0/+0
2009-03-12[PATCH] More reliable kernel version detection when using RPMmbligh1-5/+12
2009-03-11Add a new get_title_for_kernel method to boottool. It returns correspondingmbligh1-0/+17
2009-03-11boottool.get_entries is terribly ineffective: it calls boottool.pl to get allmbligh1-7/+19
2009-03-10Detect openSUSE/SLES systems more reliably.mbligh1-0/+3
2009-02-18Fix a race condition between autotestd and autotestd_monitor. If forjadmanski2-0/+14
2009-02-17[PATCH] Use indexes in boottool.get_entries() and avoid bug with grubmbligh1-15/+24
2009-02-17[PATCH] Use indexes in boottool.get_entries() and avoid bug with grubmbligh1-7/+27
2009-02-17Added client.bin.partition.get_unmounted_partition_list() function andmbligh1-39/+71
2009-02-11Add job.enable_warnings and job.disable_warnings methods to the jobjadmanski1-0/+11
2009-02-10Fix the ordering of the flush+unlock+close operations on the exitjadmanski1-1/+2
2009-02-06Open unbuffered files when using fd_stack.redirect. Buffering can lead to in...mbligh1-1/+1
2009-02-06Fix a typo in autotestd. In practice this bug was not a problemjadmanski1-1/+1
2009-02-05Adds an autotestd and autotestd_monitor script to the Autotest clientjadmanski2-0/+86
2009-02-05Make site_utils import conditional on file's existancembligh1-1/+4
2009-02-03Remove trailing whitespace from client/bin/job.pymbligh1-6/+6
2009-02-03Need to relax the constraints on rtt_min and rtt_max in the machine files, si...mbligh1-3/+2
2009-02-03- overall improvement of documentationmbligh1-10/+51
2009-02-03add code to mkfs handling to skip adding a '-t <fstype' option if onembligh1-2/+5
2009-01-30Cleanup. mbligh1-5/+1
2009-01-30Fixed partition unit test and added one more test using mbligh1-3/+4
2009-01-30Move job.py package timeout to an hour, good for slow connections and large f...mbligh1-1/+1
2009-01-30Cleanup: Remove site-specific container code from client/bin/job.py.mbligh2-95/+2
2009-01-30Fix kernel rpm imports to handle local paths properlymbligh1-15/+16
2009-01-29Delete cpuset codembligh1-389/+0