1. dca34e1 fix up double-concatenated file by mbligh · 16 years ago
  2. ae64b64 It seems that sing a fromlist of [""] with __import__ is unsupported by mbligh · 16 years ago
  3. f975133 unit tests by mbligh · 16 years ago
  4. d3ec276 Add missing __init__.py files. Sorry by mbligh · 16 years ago
  5. caa62c2 Implemented hooks for external logging infrastructure for storing both server-side and client-side logs. by mbligh · 16 years ago
  6. 530204b Change extract_tarball to return directory correctly using regex by mbligh · 16 years ago
  7. 3d32ddf The stepsecs option has no effect on the whetstone subtest, which is hardwired to a duration of 10 seconds. by mbligh · 16 years ago
  8. df41057 Find the packages on the base path manually using os.listdir, rather by mbligh · 16 years ago
  9. d90942c Add missing file from jadmanski's last change by mbligh · 16 years ago
  10. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 16 years ago
  11. 6e0afbb Make package.convert() on package.py to actually return the absolute path for the converted package. by mbligh · 16 years ago
  12. cbe0fe2 Fixing debian support for LSB testing by mbligh · 16 years ago
  13. 9eacaba Fixing debian support for LSB testing by mbligh · 16 years ago
  14. 9ea5260 If someone calls run_test with a container arg but no root specified, by mbligh · 16 years ago
  15. 0a29757 Add missed textwrap import by mbligh · 16 years ago
  16. 558885e Partial implementation of a sysctl_kernel() to get the free and total memory by mbligh · 16 years ago
  17. 1fc7ba1 Change job.new_container to just use root='' as the default. by mbligh · 16 years ago
  18. 63073c9 Move the following into common_lib.utils by mbligh · 16 years ago
  19. a746a9b Add documentation to these control files. More is on the way. The long by mbligh · 16 years ago
  20. 0b0dde4 update LTP by mbligh · 16 years ago
  21. 929b378 Move the email code currently used by the parser over to the common library. by mbligh · 16 years ago
  22. de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 16 years ago
  23. 96ffb9b Added output option to pipe command function. by mbligh · 16 years ago
  24. 8d64f5f boottool: support SLES10 lilo simulation wrapper round yaboot by apw · 16 years ago
  25. 61432f4 client: kernelexpand: test for exceptions on failure to map by apw · 16 years ago
  26. 3745169 client: kernelexpand -- handle no mirrors being defined by apw · 16 years ago
  27. 12c0d30 client: kernelexpand -- minor fix to map a.b.c.d versions by apw · 16 years ago
  28. c9b353f client: kernelexpand -- ensure we error if we cannot convert the name by apw · 16 years ago
  29. 6e68474 Allow someone to specify a root container of ''. by mbligh · 16 years ago
  30. b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 16 years ago
  31. 5947a63 Turns out I picked a symlink that wasn't stable. Choose a URL that by mbligh · 16 years ago
  32. 6f05d89 Fixes several more cpuset issues. by mbligh · 16 years ago
  33. 5bb3e26 Changed error messages tested by running container tests on virgin machines by mbligh · 16 years ago
  34. 8f2865a Modified install path so it doesn't fill up the root partition. by mbligh · 16 years ago
  35. 38a4a11 Remove some Perforce references that in practice we never use, and that by mbligh · 16 years ago
  36. 6e8ad82 In kernbench and tbench, replace count_cpus() by job.cpu_count(), by mbligh · 16 years ago
  37. f695be6 If the mysql data directory exists then mysql fails to build and by mbligh · 16 years ago
  38. 4bc5f6c Remove the check generates a warning if more than 5MB of disk is used by mbligh · 16 years ago
  39. 462c015 Adding a class that can be used to run tests in a random order. If you have by mbligh · 16 years ago
  40. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  41. 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 16 years ago
  42. 6dee37f The kernelexpand method sometimes returns a list, and sometimes by mbligh · 16 years ago
  43. e9901bd Take out the diskspace warning in job.__init__, it just duplicates by mbligh · 16 years ago
  44. 158ba7b I fixed a bug in AutoservSubcommandError.__str__ that was making the by mbligh · 16 years ago
  45. 0144e5a Move the free-space-on-root check up so that it occurs "inside" the by mbligh · 16 years ago
  46. b9e18dd Pull the lockfile creation out of the try-finally, as the finally by mbligh · 16 years ago
  47. a607737 Update libhugetlbfs tarball to 1.2 by mbligh · 16 years ago
  48. 45fd7c6 If we don't use df -P, we can get line breaks on long device names, by mbligh · 16 years ago
  49. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 16 years ago
  50. 7deae8f by apw · 16 years ago
  51. 7bae90e by apw · 16 years ago
  52. 9cdf309 by apw · 16 years ago
  53. 8de9a4d ftp.us.postgresql.org no longer resolves. Fix the hostname and update by mbligh · 16 years ago
  54. 6ca0d6a Fix the container check. by mbligh · 16 years ago
  55. 4d349ca The disk usage warning shouldn't be using a subdir of "Check disk usage". by mbligh · 16 years ago
  56. c0b10d3 Fix a spelling mistake, remove control.fs regardless of control.state's existenc by mbligh · 16 years ago
  57. f4ca14f Save free_space_root_mb_before in a file and load it in following steps. by mbligh · 16 years ago
  58. bf79bba Check / has at least 10% or 100Mb free space before client tests run. by mbligh · 16 years ago
  59. 1b5fb06 Add a helpful README that describes what should and shouldn't be in by mbligh · 17 years ago
  60. 0bad871 Add key and section to value and section to ConfigError exception by mbligh · 17 years ago
  61. 8375088 Fix a few misses in the global_config patch by mbligh · 17 years ago
  62. 908d31e Unixbench is broken, so we need to patch it up before compiling it. by mbligh · 17 years ago
  63. 7e16221 LSB Test Cleanup by mbligh · 17 years ago
  64. ed4d6dd glocal_config patch by mbligh · 17 years ago
  65. 15b2a11 Fix small import problem on utils.py by mbligh · 17 years ago
  66. 2b2c612 Better error handling on dacapo test by mbligh · 17 years ago
  67. 3415fcc I'm attaching a new version of the checktsc source tarball that fixes by mbligh · 17 years ago
  68. f2ff182 Cleaning up some non-desired usage of shell commands on dacapo test. by mbligh · 17 years ago
  69. f1e7c3f Since libhuge v1.1 was giving problems during compile stage on power 6 by mbligh · 17 years ago
  70. f0f4358 I have made some correction to LSB-DTK wrapper. Wrapper was using the by mbligh · 17 years ago
  71. 70c50ad Add a ping_default_gateway function to the client utils. by mbligh · 17 years ago
  72. 6f015c4 Move some error classes out of server/autotest.py and into the error by mbligh · 17 years ago
  73. 6c4f0f7 Add lsb_dtk test. by mbligh · 17 years ago
  74. 56f719b fix check_python_version imports for all deps by mbligh · 17 years ago
  75. 547dcca Delete old check_version.py by mbligh · 17 years ago
  76. 95a7e67 Add missing check_version.py by mbligh · 17 years ago
  77. 6231cd6 add missing files from last change. Oops by mbligh · 17 years ago
  78. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 17 years ago
  79. 0c3548d Move check_version into the common utils and make sure we run it for any by mbligh · 17 years ago
  80. 6229abb Modifying dacapo test - remove need for configuration files by mbligh · 17 years ago
  81. 3c70e53 In order to make test_config.config_loader() more flexible, implemented by mbligh · 17 years ago
  82. 84bafdb As discussed previously regarding support for proprietary/internal by mbligh · 17 years ago
  83. 6811958 Adapt Autotest for running benchmarks in pairs under separate containers. by mbligh · 17 years ago
  84. d5a3883 Add a libdir to allow tests to share common libraries. by mbligh · 17 years ago
  85. eea785f Outputs a blank line after each run of iozone. by mbligh · 17 years ago
  86. 603f7ac In order to accomodate LSB wrapper, package functions were extended: by mbligh · 17 years ago
  87. af4efc2 system_output() needs to shift the return code by 8 by mbligh · 17 years ago
  88. 5af0203 autotest_utils.py:get_file() has a bug in processing the optional by mbligh · 17 years ago
  89. bbbb13e Fix keyval parser for unixbench. by mbligh · 17 years ago
  90. adff6ca Add a check to see if the temporary results directory exists, if it doesn't by mbligh · 17 years ago
  91. 7471c6c Raise a better (non-Autotest) error class. This code probably shouldn't by mbligh · 17 years ago
  92. 63fcd16 Made functions rpm_info() and dpkg_info() private, since they're not by mbligh · 17 years ago
  93. ec75576 Reverting changes made on 5 places where zero argument raises were by mbligh · 17 years ago
  94. 0cd5149 Revert broken exception handling change by mbligh · 17 years ago
  95. 34faa28 SSH has an exit code of 255 and prints out an error message when by mbligh · 17 years ago
  96. 6a2a2df Ensure all AutoservRunErrors are constructed with a tuple of two objects, as expected. Also change AutoservRunError's docstring to reflect this requirement. Fixed up some formatting in run_grep while I was at it. by mbligh · 17 years ago
  97. 67c5f92 This original assert_ patch doesn't do exactly what I wanted it to. I don't by mbligh · 17 years ago
  98. d4ecd20 I thought it would be handy to have a write_keyval() API call inside test. by mbligh · 17 years ago
  99. 3177be4 Fix up a couple places where autotest errors are referenced but by mbligh · 17 years ago
  100. 71ea249 Revert one of the raise changes that was made by r1158 to convert a by mbligh · 17 years ago