1. a9a87a6 Fixed job_unittest failures to account for new argumnets that are being passed to created containers. by mbligh · 17 years ago
  2. f3d9b04 Fix some circular dependency issues in the job<->site_job setup in client/bin. by jadmanski · 17 years ago
  3. 75c0b71 Add support for running tests using some disk I/O containment through cpusets. by jadmanski · 17 years ago
  4. 9e72298 Add support for running tests using some network containment through cpusets. by jadmanski · 17 years ago
  5. edf89f3 Changed some internal methods of package to start with a single '_' rather by mbligh · 17 years ago
  6. 6ca37b6 Added more tests to job_unittest. Had to ensure that some of the classes that by jadmanski · 17 years ago
  7. ba46b27 Drop some information that was included in a JobError exception since by jadmanski · 17 years ago
  8. b48fa56 Add other test exit status according to the spec in: by mbligh · 17 years ago
  9. a75b90e Convert subdir_tag to string when concatenating. Fixes a problem when by mbligh · 17 years ago
  10. 3aa22da Add in from autotest_lib.client.common_lib.utils import * to the job preamble by mbligh · 17 years ago
  11. 6f73136 Changes the semantics of UnhandledError. First, it takes in a root by jadmanski · 17 years ago
  12. c1f8ced Added a bit more coverage in the client/bin/job unittest. by mbligh · 17 years ago
  13. 7076b19 fix syntax error in locate by mbligh · 17 years ago
  14. 987071e Clean up locate by mbligh · 17 years ago
  15. e3f2f71 Remove an 80-char line violation. by jadmanski · 17 years ago
  16. 925e1b1 Risk: Medium Visibility: None by mbligh · 17 years ago
  17. 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 17 years ago
  18. 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 17 years ago
  19. 24e66a2 Fix uses of non-existant variables in test_config.py by mbligh · 17 years ago
  20. 4046d5c Cleanup harness so that we don't use exec to make pylint happy (and by mbligh · 17 years ago
  21. 539d876 Fixed another woops. The path laid out in the preamble is wrong. by mbligh · 17 years ago
  22. 6aab8cd Delete grub.py which has since been replaced by boottool, which hasn't by mbligh · 17 years ago
  23. 4700d94 the line "import common" is used to setup the absolute paths so that after that we can say things like by mbligh · 17 years ago
  24. b4ea9d2 Have to call import optparse after the call to import common, since by mbligh · 17 years ago
  25. d356bae kernel_versions_unittest was performing a "from blah import *" import which is against our style usage. by mbligh · 17 years ago
  26. 70feeee Needed to fix problems caused by the use of the old import usage which has by mbligh · 17 years ago
  27. 5bba5ca add missing file from last commit by mbligh · 17 years ago
  28. 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 17 years ago
  29. f20b9cd Fixed the imports for the profilers. by mbligh · 17 years ago
  30. 8b35285 Manual whitespace cleanups and coding style fixes by mbligh · 17 years ago
  31. bd8f998 more manual whitespace cleanups by mbligh · 17 years ago
  32. 3cbb2db remove old autotest.py by mbligh · 17 years ago
  33. 1544080 Whitespace changes to job.py by mbligh · 17 years ago
  34. 9e6a4f1 whitespace cleanups to kernel.py by mbligh · 17 years ago
  35. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 17 years ago
  36. 6e66c07 Add in a variety of files that were mistakenly not commited from the patches by jadmanski · 17 years ago
  37. b0605d9 Fix up a few bits of whitespace silliness, unnecessary/missing newlines, etc. by jadmanski · 17 years ago
  38. 2b7974b Risk: Low by mbligh · 17 years ago
  39. ba07f6d kernel_versions.version_encode mis-sorts _rcNN suffix in redhat-style kernel names. by mbligh · 17 years ago
  40. d660afe Add support for tagging subdirs independently of the testname tags. by mbligh · 17 years ago
  41. c8aaf5e Misspelling minor fix. by mbligh · 17 years ago
  42. 34d0117 Risk: Required by mbligh · 17 years ago
  43. c61fb36 Risk: Medium by mbligh · 17 years ago
  44. beb4b42 A previous patch altered client/bin/test.py and broke every test. The reason by mbligh · 17 years ago
  45. 8cd6ab3 Risk: Low Visibility: Fixes a source of autotest_client crashes by jadmanski · 17 years ago
  46. 0e6192a Risk: High by mbligh · 17 years ago
  47. e829ba5 Risk: Medium to high (Touches a lot of code) by mbligh · 17 years ago
  48. 02ff2d5 Risk: Medium - Hits quite a bit of different areas by mbligh · 17 years ago
  49. 33dbc91 Cleanups for kernel.py from Scottz by mbligh · 17 years ago
  50. 9fb37cb Cleanups for autotest_utils.py from Scottz by mbligh · 17 years ago
  51. 8f4d043 Creates job.next_step_append whose behavior matches that of the current by mbligh · 17 years ago
  52. b274ef5 This change allows steps (think 'step engine') to be composed with a by mbligh · 17 years ago
  53. 8d6295d Risk: Low Visibility: Code cleanup by jadmanski · 17 years ago
  54. cf8c4d6 Risk: Low by jadmanski · 17 years ago
  55. c1cbc99 1. Enable job tags to be passed from the server side (basically use the -t option available on the client side to be passed in from the server) by mbligh · 17 years ago
  56. 1066297 Risk: Low by jadmanski · 17 years ago
  57. a859f26 Risk: Low by jadmanski · 17 years ago
  58. 68009c8 Tested with unit test and control file. Checked that the container by mbligh · 17 years ago
  59. 5182e16 Risk: Low by jadmanski · 17 years ago
  60. 87cbc7f Nested calls to job.new_container fail. Change default for root arg to be by jadmanski · 17 years ago
  61. 916d600 Default memory size for new containers is too large. The default container by jadmanski · 17 years ago
  62. 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
  63. 8415f96 Add disk usage monitoring to tests. This triggers a WARN if, during by jadmanski · 17 years ago
  64. a9c75c4 Run client-side reboots in a test group, and include information by jadmanski · 17 years ago
  65. 302482e Add a new status field called TEST_NA (in addition to PASS and FAIL). by mbligh · 17 years ago
  66. f1ae0a4 Rename the step engine's steps variable to __steps so that no one by mbligh · 17 years ago
  67. 366ff1b Make the step engine more powerful and add a soft-reboot test that uses it by mbligh · 17 years ago
  68. 12a04cb Make the step engine more powerful and add a soft-reboot test that uses it by mbligh · 17 years ago
  69. fddfae7 Make sysctl_kernel() take integers as input & output. by mbligh · 17 years ago
  70. 5d423ca More fixes for extract_tarball by mbligh · 17 years ago
  71. 337bb76 Clean up a bunch of cpuset code (e.g. move some methods out into by mbligh · 17 years ago
  72. 87019f1 Fix extract_tarball to work correctly and return the first created dir, by mbligh · 17 years ago
  73. 76005f9 Add routines cpuset.my_mem_nodes(), mbytes_per_mem_node(), and my_container_name(). by mbligh · 17 years ago
  74. 88b4536 add missing __init__.py. Doh! by mbligh · 17 years ago
  75. 0ccc1b0 This patch also requires adding an empty client/bin/__init__.py file. by mbligh · 17 years ago
  76. caa62c2 Implemented hooks for external logging infrastructure for storing both server-side and client-side logs. by mbligh · 17 years ago
  77. 530204b Change extract_tarball to return directory correctly using regex by mbligh · 17 years ago
  78. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 17 years ago
  79. 6e0afbb Make package.convert() on package.py to actually return the absolute path for the converted package. by mbligh · 17 years ago
  80. 9eacaba Fixing debian support for LSB testing by mbligh · 17 years ago
  81. 9ea5260 If someone calls run_test with a container arg but no root specified, by mbligh · 17 years ago
  82. 558885e Partial implementation of a sysctl_kernel() to get the free and total memory by mbligh · 17 years ago
  83. 1fc7ba1 Change job.new_container to just use root='' as the default. by mbligh · 17 years ago
  84. de0d47e Move read_keyval from the client utils to the common utils. by mbligh · 17 years ago
  85. 96ffb9b Added output option to pipe command function. by mbligh · 17 years ago
  86. 61432f4 client: kernelexpand: test for exceptions on failure to map by apw · 17 years ago
  87. 3745169 client: kernelexpand -- handle no mirrors being defined by apw · 17 years ago
  88. 12c0d30 client: kernelexpand -- minor fix to map a.b.c.d versions by apw · 17 years ago
  89. c9b353f client: kernelexpand -- ensure we error if we cannot convert the name by apw · 17 years ago
  90. 6e68474 Allow someone to specify a root container of ''. by mbligh · 17 years ago
  91. b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 17 years ago
  92. 6f05d89 Fixes several more cpuset issues. by mbligh · 17 years ago
  93. 5bb3e26 Changed error messages tested by running container tests on virgin machines by mbligh · 17 years ago
  94. 38a4a11 Remove some Perforce references that in practice we never use, and that by mbligh · 17 years ago
  95. 4bc5f6c Remove the check generates a warning if more than 5MB of disk is used by mbligh · 17 years ago
  96. 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 17 years ago
  97. 6dee37f The kernelexpand method sometimes returns a list, and sometimes by mbligh · 17 years ago
  98. e9901bd Take out the diskspace warning in job.__init__, it just duplicates by mbligh · 17 years ago
  99. 0144e5a Move the free-space-on-root check up so that it occurs "inside" the by mbligh · 17 years ago
  100. 45fd7c6 If we don't use df -P, we can get line breaks on long device names, by mbligh · 17 years ago