index
:
~alon/autotest
master
spice
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
bin
/
autotest_utils.py
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-05
Rename autotest_utils to utils
mbligh
1
-630
/
+0
2008-11-20
Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py.
mbligh
1
-1
/
+32
2008-09-10
Fix grep command. It was raising an exception if the grep did
mbligh
1
-6
/
+9
2008-09-08
Replace the Opteron and Genuine Intel checks in get_cpu_arch with checks to s...
mbligh
1
-3
/
+1
2008-07-24
Get rid of that import * of site_utils into autotest_utils. It seems to
jadmanski
1
-6
/
+0
2008-07-23
Add a drop_caches function to autotest_utils.
jadmanski
1
-0
/
+8
2008-06-13
fix syntax error in locate
mbligh
1
-1
/
+1
2008-06-13
Clean up locate
mbligh
1
-3
/
+4
2008-06-12
Remove custom basename implementation unearthed by jorlow
mbligh
1
-6
/
+0
2008-06-12
I ran PyLint on our client/bin/ files and looked at only the errors.
mbligh
1
-1
/
+2
2008-06-06
more manual whitespace cleanups
mbligh
1
-2
/
+2
2008-06-06
Convert all python code to use four-space indents instead of eight-space tabs.
jadmanski
1
-396
/
+396
2008-06-05
Risk: Required
mbligh
1
-1
/
+1
2008-06-03
Cleanups for autotest_utils.py from Scottz
mbligh
1
-37
/
+36
2008-05-13
Risk: Low
jadmanski
1
-8
/
+0
2008-05-09
1. Removed the system() and system_output() implementations from client/bin/a...
mbligh
1
-43
/
+8
2008-05-06
Add disk usage monitoring to tests. This triggers a WARN if, during
jadmanski
1
-2
/
+7
2008-04-21
Make sysctl_kernel() take integers as input & output.
mbligh
1
-1
/
+1
2008-04-16
More fixes for extract_tarball
mbligh
1
-4
/
+14
2008-04-16
Fix extract_tarball to work correctly and return the first created dir,
mbligh
1
-7
/
+8
2008-04-07
Change extract_tarball to return directory correctly using regex
mbligh
1
-5
/
+6
2008-04-01
Partial implementation of a sysctl_kernel() to get the free and total
mbligh
1
-3
/
+21
2008-03-28
Move read_keyval from the client utils to the common utils.
mbligh
1
-20
/
+0
2008-03-28
Added output option to pipe command function.
mbligh
1
-15
/
+19
2008-03-10
Change the client-side exit status handling to be consistent with the
mbligh
1
-2
/
+14
2008-03-05
autotest: bring kernelexpand into a python library
apw
1
-15
/
+0
2008-02-12
Add a ping_default_gateway function to the client utils.
mbligh
1
-0
/
+14
2008-02-02
Refactor the server and client side test classes into a the common lib
mbligh
1
-87
/
+3
2008-01-25
system_output() needs to shift the return code by 8
mbligh
1
-8
/
+8
2008-01-24
autotest_utils.py:get_file() has a bug in processing the optional
mbligh
1
-1
/
+1
2008-01-15
I thought it would be handy to have a write_keyval() API call inside test.
mbligh
1
-1
/
+1
2008-01-14
Now fixing the places where we're raising string exceptions on the
mbligh
1
-5
/
+5
2008-01-10
Add some modules and CPU handling functions to autotest_utils.py
mbligh
1
-0
/
+24
2008-01-07
Shift the result of os.system eight bits so that we get the actual exit
mbligh
1
-1
/
+1
2008-01-03
In order to cache large files located on remote repositories, we need to
mbligh
1
-3
/
+39
2007-12-04
Add locate() function to autotest_utils. Acts much like:
mbligh
1
-1
/
+9
2007-11-29
Move error.py'>error.py'>error.py out of the client and server and into commo...
mbligh
1
-2
/
+1
2007-11-29
Add miscellaneous helpers to autotest_utils.py
mbligh
1
-0
/
+43
2007-11-29
Will not load blank keyval value
mbligh
1
-1
/
+1
2007-11-24
Fix autotest_utils to support read and write of keyval files properly
mbligh
1
-5
/
+29
2007-11-24
Add a get_disks check to autotest_utils
mbligh
1
-0
/
+4
2007-11-24
Add a get_cpu_family check, and a hook for site-specific utils
mbligh
1
-0
/
+17
2007-11-14
Fix up a few spots where CmdError is thrown with only one parameter
mbligh
1
-2
/
+2
2007-11-05
Add an initial implementation of a install_package() function, that
mbligh
1
-9
/
+0
2007-10-15
Fix up keyval not to require numbers
mbligh
1
-3
/
+1
2007-10-12
disktest.py should look how much space is available on the target,
mbligh
1
-1
/
+7
2007-10-05
Fix bug in cat_file_to_cmd
mbligh
1
-1
/
+1
2007-10-04
Add a key-value file at the test level
mbligh
1
-0
/
+12
2007-10-02
Add rpm_installed function
mbligh
1
-0
/
+9
2007-09-25
boot: report successful boot to the job status
apw
1
-36
/
+0
[next]