summaryrefslogtreecommitdiff
path: root/client/bin/autotest_utils.py
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Rename autotest_utils to utilsmbligh1-630/+0
2008-11-20Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py.mbligh1-1/+32
2008-09-10 Fix grep command. It was raising an exception if the grep didmbligh1-6/+9
2008-09-08Replace the Opteron and Genuine Intel checks in get_cpu_arch with checks to s...mbligh1-3/+1
2008-07-24Get rid of that import * of site_utils into autotest_utils. It seems tojadmanski1-6/+0
2008-07-23Add a drop_caches function to autotest_utils.jadmanski1-0/+8
2008-06-13fix syntax error in locatembligh1-1/+1
2008-06-13Clean up locatembligh1-3/+4
2008-06-12Remove custom basename implementation unearthed by jorlowmbligh1-6/+0
2008-06-12I ran PyLint on our client/bin/ files and looked at only the errors.mbligh1-1/+2
2008-06-06more manual whitespace cleanupsmbligh1-2/+2
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-396/+396
2008-06-05Risk: Requiredmbligh1-1/+1
2008-06-03Cleanups for autotest_utils.py from Scottzmbligh1-37/+36
2008-05-13Risk: Lowjadmanski1-8/+0
2008-05-091. Removed the system() and system_output() implementations from client/bin/a...mbligh1-43/+8
2008-05-06Add disk usage monitoring to tests. This triggers a WARN if, duringjadmanski1-2/+7
2008-04-21Make sysctl_kernel() take integers as input & output.mbligh1-1/+1
2008-04-16More fixes for extract_tarballmbligh1-4/+14
2008-04-16Fix extract_tarball to work correctly and return the first created dir,mbligh1-7/+8
2008-04-07Change extract_tarball to return directory correctly using regexmbligh1-5/+6
2008-04-01Partial implementation of a sysctl_kernel() to get the free and totalmbligh1-3/+21
2008-03-28Move read_keyval from the client utils to the common utils.mbligh1-20/+0
2008-03-28Added output option to pipe command function.mbligh1-15/+19
2008-03-10Change the client-side exit status handling to be consistent with thembligh1-2/+14
2008-03-05autotest: bring kernelexpand into a python libraryapw1-15/+0
2008-02-12Add a ping_default_gateway function to the client utils.mbligh1-0/+14
2008-02-02Refactor the server and client side test classes into a the common libmbligh1-87/+3
2008-01-25system_output() needs to shift the return code by 8mbligh1-8/+8
2008-01-24autotest_utils.py:get_file() has a bug in processing the optional mbligh1-1/+1
2008-01-15I thought it would be handy to have a write_keyval() API call inside test.mbligh1-1/+1
2008-01-14Now fixing the places where we're raising string exceptions on thembligh1-5/+5
2008-01-10Add some modules and CPU handling functions to autotest_utils.pymbligh1-0/+24
2008-01-07Shift the result of os.system eight bits so that we get the actual exitmbligh1-1/+1
2008-01-03In order to cache large files located on remote repositories, we need tombligh1-3/+39
2007-12-04Add locate() function to autotest_utils. Acts much like:mbligh1-1/+9
2007-11-29Move error.py'>error.py'>error.py out of the client and server and into commo...mbligh1-2/+1
2007-11-29Add miscellaneous helpers to autotest_utils.pymbligh1-0/+43
2007-11-29Will not load blank keyval valuembligh1-1/+1
2007-11-24Fix autotest_utils to support read and write of keyval files properlymbligh1-5/+29
2007-11-24Add a get_disks check to autotest_utilsmbligh1-0/+4
2007-11-24Add a get_cpu_family check, and a hook for site-specific utilsmbligh1-0/+17
2007-11-14Fix up a few spots where CmdError is thrown with only one parametermbligh1-2/+2
2007-11-05Add an initial implementation of a install_package() function, thatmbligh1-9/+0
2007-10-15Fix up keyval not to require numbersmbligh1-3/+1
2007-10-12disktest.py should look how much space is available on the target,mbligh1-1/+7
2007-10-05Fix bug in cat_file_to_cmdmbligh1-1/+1
2007-10-04Add a key-value file at the test levelmbligh1-0/+12
2007-10-02Add rpm_installed functionmbligh1-0/+9
2007-09-25boot: report successful boot to the job statusapw1-36/+0