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