- aece77e turn utils into a simple mix-in by mbligh · 16 years ago
- 2da4d88 Move utils to base_utils by mbligh · 16 years ago
- 3bf79ca Allow site_utils to override utils, for version control by mbligh · 16 years ago
- 2f29c19 This patch update the vendor name "Fedora Core" to "Fedora". Which was by mbligh · 16 years ago
- 53da18e Rename autotest_utils to utils by mbligh · 16 years ago[Renamed (85%) from client/bin/autotest_utils.py]
- 8493be4 Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py. by mbligh · 16 years ago
- f2fa471 Fix grep command. It was raising an exception if the grep did by mbligh · 16 years ago
- 12e8b89 Replace the Opteron and Genuine Intel checks in get_cpu_arch with checks to see if 'lm' CPU extension is specified in cpuinfo. by mbligh · 16 years ago
- b44238c Get rid of that import * of site_utils into autotest_utils. It seems to by jadmanski · 16 years ago
- 115feb2 Add a drop_caches function to autotest_utils. by jadmanski · 16 years ago
- 7076b19 fix syntax error in locate by mbligh · 16 years ago
- 987071e Clean up locate by mbligh · 16 years ago
- 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 16 years ago
- 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 16 years ago
- bd8f998 more manual whitespace cleanups by mbligh · 16 years ago
- 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
- 34d0117 Risk: Required by mbligh · 16 years ago
- 9fb37cb Cleanups for autotest_utils.py from Scottz by mbligh · 16 years ago
- 5182e16 Risk: Low by jadmanski · 17 years ago
- 8ea61e2 1. Removed the system() and system_output() implementations from client/bin/autotest_utils.py so that the ones in common_lib/utils.py are used throughout. by mbligh · 17 years ago
- 8415f96 Add disk usage monitoring to tests. This triggers a WARN if, during by jadmanski · 17 years ago
- fddfae7 Make sysctl_kernel() take integers as input & output. by mbligh · 17 years ago
- 5d423ca More fixes for extract_tarball by mbligh · 17 years ago
- 87019f1 Fix extract_tarball to work correctly and return the first created dir, by mbligh · 17 years ago
- 530204b Change extract_tarball to return directory correctly using regex by mbligh · 17 years ago
- 558885e Partial implementation of a sysctl_kernel() to get the free and total memory by mbligh · 17 years ago
- de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 17 years ago
- 96ffb9b Added output option to pipe command function. by mbligh · 17 years ago
- 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 17 years ago
- 7bae90e by apw · 17 years ago
- 70c50ad Add a ping_default_gateway function to the client utils. by mbligh · 17 years ago
- ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 17 years ago
- af4efc2 system_output() needs to shift the return code by 8 by mbligh · 17 years ago
- 5af0203 autotest_utils.py:get_file() has a bug in processing the optional by mbligh · 17 years ago
- d4ecd20 I thought it would be handy to have a write_keyval() API call inside test. by mbligh · 17 years ago
- 642b03e Now fixing the places where we're raising string exceptions on the by mbligh · 17 years ago
- 6b34c4c Add some modules and CPU handling functions to autotest_utils.py by mbligh · 17 years ago
- 49e8d50 Shift the result of os.system eight bits so that we get the actual exit by mbligh · 17 years ago
- 60418bb In order to cache large files located on remote repositories, we need to by mbligh · 17 years ago
- 523a19b Add locate() function to autotest_utils. Acts much like: by mbligh · 17 years ago
- f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
- 3e9062e Add miscellaneous helpers to autotest_utils.py by mbligh · 17 years ago
- 944ee92 Will not load blank keyval value by mbligh · 17 years ago
- 29d9a42 Fix autotest_utils to support read and write of keyval files properly by mbligh · 17 years ago
- 2316e52 Add a get_disks check to autotest_utils by mbligh · 17 years ago
- 6de9cdf Add a get_cpu_family check, and a hook for site-specific utils by mbligh · 17 years ago
- 7b7e907 Fix up a few spots where CmdError is thrown with only one parameter by mbligh · 17 years ago
- f912c44 Add an initial implementation of a install_package() function, that by mbligh · 17 years ago
- 6c22ddd Fix up keyval not to require numbers by mbligh · 17 years ago
- 25bb1e1 disktest.py should look how much space is available on the target, by mbligh · 17 years ago
- 7706ef9 Fix bug in cat_file_to_cmd by mbligh · 17 years ago
- 7c406b2a Add a key-value file at the test level by mbligh · 17 years ago
- b830e28 Add rpm_installed function by mbligh · 17 years ago
- ce73d89 boot: report successful boot to the job status by apw · 17 years ago
- 237bed3 kernel: add a boot validation step post boot by mbligh · 17 years ago
- ad0eda2 return dest from force_copy by mbligh · 17 years ago
- 526f2b1 fix up kernbench by mbligh · 17 years ago
- c421164 Enable kernbench to take a dir argument by mbligh · 17 years ago
- 32bcff3 Moved to_seconds, extract_all_time_results to autotest_utils.py for reuse by mbligh · 17 years ago
- dfe8cc6 This patch fixes the ability to select events for oprofile: by mbligh · 17 years ago
- 0763522 add check_kernel_ver to autotest_utils by mbligh · 17 years ago
- a1bef1f Add check_for_kernel_feature function by mbligh · 18 years ago
- c69530b Add a flag to update_version to request preserving srcdir. by mbligh · 18 years ago
- 39f9cac get_os_vendor: add support recognising Debian by apw · 18 years ago
- e80ff5a Make print_to_tty() just open /dev/tty directly, not call system, just to do by mbligh · 18 years ago
- 8eca3a9 Updates to cpusets by mbligh · 18 years ago
- 264cd8f Add human_format printer from Peter Dahl's code by mbligh · 18 years ago
- 9061a27 Update linus_stress to autocalculate memory by mbligh · 18 years ago
- be66673 Move check_python_version() code out into separate file. by mbligh · 18 years ago
- e7a170f add bash_shared_mapping test by mbligh · 18 years ago
- 1f22fe6 check_version: search for a local copy of python2.4 by apw · 18 years ago
- 1e8858e Fix up kernel build class by mbligh · 18 years ago
- 9453ed5 Move bin directory under client/ by mbligh · 18 years ago[Renamed from bin/autotest_utils.py]
- 25864da check_version: bump up to 2.4 if available by apw · 18 years ago
- 548f29a Allow specification of a local mirror by mbligh · 18 years ago
- ea97ab8 Fix up version checking for python and glibc by mbligh · 18 years ago
- 17dbf05 I always forget to copy system.map and vmlinux to /boot :) by mbligh · 18 years ago
- ce5ae56 Fix up glibc version checking by mbligh · 18 years ago
- cabfdaf cope with 2 digit versions of glibc by mbligh · 18 years ago
- 3c933b9 This patch adds glibc version checking to pi_tests setup code. by mbligh · 18 years ago
- 663e4f6 add check_glibc_ver function to autotest_utils.py by mbligh · 18 years ago
- 9ec8acc Move cpu_online_map into autotest_utils by mbligh · 18 years ago
- 5c1e26a Fix up quoting in file_contains_pattern() by mbligh · 18 years ago
- ad849ee Fix typos by mbligh · 18 years ago
- fdbcaec Make installing kernels work properly by mbligh · 18 years ago
- 662a2a2 Clean up finding tools for vmlinux and System.map by mbligh · 18 years ago
- 56f1fbb Break out fd_stack into its own class file by mbligh · 18 years ago
- d931a58 Fix stupid typo in os.environ to access hash [], not () by mbligh · 18 years ago
- 42b81ca This patch try to add get_os_vendor function to autotest_utils.py, by mbligh · 18 years ago
- 5250863 Comment unmap_url by mbligh · 18 years ago
- f06db0f Add running_config() function to fetch path of running config by mbligh · 18 years ago
- 7bdbfbd Fix up grep() to pass ignorestatus properly and handle compressed files by mbligh · 18 years ago
- 534015f Fix up kernelexpand handling, add a sample control file. by mbligh · 18 years ago
- 5629af0 I was also hoping you'd consider taking the following patch if you did by mbligh · 18 years ago
- d7341d5 fd stacks ensure we wait for any tee processes to serialise output by mbligh · 18 years ago
- 78e1702 fix fd stacks such that they really update sys.stdout et al by mbligh · 18 years ago
- e1ee267 From: Paul Jimenez <pj@place.org> by mbligh · 18 years ago
- 4e75b0d - This patch ports the functionality contained in the bin/avgtime perl by mbligh · 18 years ago
- 5156634 Signed-off-by: Brandon Philips <brandon@ifup.org> by mbligh · 18 years ago
- 5970cf0 From: Kevin Hilman <khilman@mvista.com> by mbligh · 18 years ago