1. 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
  2. 7995cc6 Reduce the verbosity of the command logging in SSHHost. by mbligh · 17 years ago
  3. d1d3a59 barrier.py: import error.py from the new location by mbligh · 17 years ago
  4. 03f4fc7 Pull the server-side errors.py into the common error library. by mbligh · 17 years ago
  5. 215a166 Fix up parse for new status format by mbligh · 17 years ago
  6. 906b9f7 Oops. Fix missing / not deleted files from last commit by mbligh · 17 years ago
  7. 8586dc2 add assertions for existance of parsed results dir by mbligh · 17 years ago
  8. f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
  9. adf2aab Have the autotest server run the client by calling host.run, instead by mbligh · 17 years ago
  10. dc11c3f Change common.py'>common.py so that it inserts all of the libraries it loads by mbligh · 17 years ago
  11. ebdbfe6 Fix broken getopt code for level parameter parsing in parse by mbligh · 17 years ago
  12. 2e57e7b If no tests, find_tests should return [] instead of None by mbligh · 17 years ago
  13. 3e9062e Add miscellaneous helpers to autotest_utils.py by mbligh · 17 years ago
  14. c371972 Various fixes for cpuset.py by mbligh · 17 years ago
  15. 944ee92 Will not load blank keyval value by mbligh · 17 years ago
  16. c9f342d Fix the crappy error handling in utils.run() - it doesn't work by mbligh · 17 years ago
  17. bbdbfd1 UnhandledError should just pass on its error message to its parent's by mbligh · 17 years ago
  18. 2bf2db6 When sending status logs back through the ssh stderr, we need to by mbligh · 17 years ago
  19. eadfbb1 Fix up errors in handling of exceptions from ssh_ping by mbligh · 17 years ago
  20. 7a3dd6f old bash doesn't allow us to do a for loop over an empty list, we need to workaround this in the make file. by mbligh · 17 years ago
  21. a7e5009 Improve cpuset support on the client side by mbligh · 17 years ago
  22. 65b13fc rename autotest_console by mbligh · 17 years ago
  23. b05a6ac Add attribution for author to logging.py by mbligh · 17 years ago
  24. f014ff4 fix spacing in ssh_host.py by mbligh · 17 years ago
  25. 3c33c4d Add record # for all the results to give an idea of how many matches were found. by mbligh · 17 years ago
  26. 9e7c6d0 Clean up notify user logic in parse by mbligh · 17 years ago
  27. c753475 Fix missing mlist variable when the script is passed a machine group, by mbligh · 17 years ago
  28. 84b9ff1 Fix up group_test.cgi by mbligh · 17 years ago
  29. 4cfa76a Make things trying to do an ssh ping, use ssh_ping. Change timeout to 60s by mbligh · 17 years ago
  30. d66a3d6 remove old parse version Signed-off-by: Martin J. Bligh <mbligh@google.com> by mbligh · 17 years ago
  31. 2c05bce Add support for allowing different job levels in the directory tree by mbligh · 17 years ago
  32. 532cb27 Fix up crappy keval handling in parse by mbligh · 17 years ago
  33. 0a498cb add some comments into parse by mbligh · 17 years ago
  34. b832e1b job continuation error handling fixes by apw · 17 years ago
  35. 29d9a42 Fix autotest_utils to support read and write of keyval files properly by mbligh · 17 years ago
  36. a9986b8 Timeout ssh connections after 30s. At the moment, it takes 3 minutes by mbligh · 17 years ago
  37. 7f86e0b Add support for checking and fixing disk space. by mbligh · 17 years ago
  38. e988aa5 Fix up autotest directory detection to look at the destination of by mbligh · 17 years ago
  39. 2316e52 Add a get_disks check to autotest_utils by mbligh · 17 years ago
  40. dbf3761 Produce proper errors when given an invalid machine list by mbligh · 17 years ago
  41. a4bece1 Use control.autoserv rather than control on the client. by mbligh · 17 years ago
  42. 6de9cdf Add a get_cpu_family check, and a hook for site-specific utils by mbligh · 17 years ago
  43. 96b9a5a Add a way to delete an individual set of job results. by mbligh · 17 years ago
  44. f54ed2a Cleanup parse a bit by mbligh · 17 years ago
  45. f849b89 update checktsc.tar to cope with older glibc versions by mbligh · 17 years ago
  46. 8bfa9f9 Rollback asserts in ssh_host.py by mbligh · 17 years ago
  47. 33ae090 Provide a hook for reboot by mbligh · 17 years ago
  48. c61ac53 Handle missing log directories gracefully by mbligh · 17 years ago
  49. 59a479f Skip job-level events in parse (don't pretend they're tests) by mbligh · 17 years ago
  50. 08415d8 Fix spacing in parse.py and remove a few old regexps by mbligh · 17 years ago
  51. 1ca17de Change default mailed user by mbligh · 17 years ago
  52. 032c2de Fix formatting of parse by mbligh · 17 years ago
  53. 42ff92f Subprocesses should *never* raise an exception beyond fork_start. by mbligh · 17 years ago
  54. 9c39d15 Kludge parse.py to understand new reboot format. by mbligh · 17 years ago
  55. f91efaf client: job -- job group support broke run start indication by apw · 17 years ago
  56. 781f523 Slightly updated/reformatted interactive console control files by mbligh · 17 years ago
  57. d8763ca boottool: maintain image boot prefix from default by apw · 17 years ago
  58. 040dcaa kernel: pull the actual kernel download and extract into an operation by apw · 17 years ago
  59. 001e40a kernel: make build phase output recording consistant by apw · 17 years ago
  60. cf732d1 The server should only consider a client job to be aborted if the by mbligh · 17 years ago
  61. 51144e0 When logging an exception during a test group failure, include the by mbligh · 17 years ago
  62. 210d624 This patch is just to add the /proc/modules file at the sysinfo 'files' list. by mbligh · 17 years ago
  63. 772942d At LTP we have many test scripts that we can run, not only the 'runltp'. by mbligh · 17 years ago
  64. 0cff60c Improve package.py by adding other package utility functions: by mbligh · 17 years ago
  65. ed5a410 Move the verifier script into a separate file, and add support for extending by mbligh · 17 years ago
  66. cfc6dd3 When running a test use the test name as the group name, instead of by mbligh · 17 years ago
  67. faf0cd4 Running autotest_client should give the same exit status as running by mbligh · 17 years ago
  68. 4768171 Fixes a typo in a job.py exception handler. by mbligh · 17 years ago
  69. cb54126 Add support to status.py for parsing status logs from multi-machine by mbligh · 17 years ago
  70. c343016 Move a lot of the ad hoc logging out of harness_simple and into job.py, by mbligh · 17 years ago
  71. 7b7e907 Fix up a few spots where CmdError is thrown with only one parameter by mbligh · 17 years ago
  72. 6ee7ee0 Pulls the kernel/rpm_kernel autoselection code out of job.py and into a helper by mbligh · 17 years ago
  73. 7dd510c Rewrite the run_test and run_group code in job so that individual by mbligh · 17 years ago
  74. 119c12a Extract the logging decorator used in kernel.py into a common library by mbligh · 17 years ago
  75. 4a2c61e Fix spacing in tko/parse and README file by mbligh · 17 years ago
  76. c335c7d Add support for a common library area, usable by both server and client code. by mbligh · 17 years ago
  77. de1f9e3 Remove need for specified package_type in package_installed by mbligh · 17 years ago
  78. 3d515d4 when args = None in kernel.mkinitrd() then the string 'None' gets leaked by mbligh · 17 years ago
  79. d731816 Change kernel.py to perform rpm package "pre-processing" in an optional by mbligh · 17 years ago
  80. 73e82a3 Fix stupid typo. by mbligh · 17 years ago
  81. f3b7893 Fix up the reboot logging so that the starts of hardresets are logged by mbligh · 17 years ago
  82. 44da937 Fixed up some fd_stack.redirect calls that really should be calls by mbligh · 17 years ago
  83. 01aa4c0 Fixes the original fix by prepending the module name to the by mbligh · 17 years ago
  84. 667a51c Remove blank lines from end of job.py by mbligh · 17 years ago
  85. 814b12d Fix up mismerge repeats by mbligh · 17 years ago
  86. 4ba0b46 catch hardreset upsupported and fix it by mbligh · 17 years ago
  87. b8b9f8c Fix ordering mistake in errors.py by mbligh · 17 years ago
  88. 3850f89 Fix stupid parenthesis typos by mbligh · 17 years ago
  89. 1d42d4e Add a simple verify and repair function to autoserv for the by mbligh · 17 years ago
  90. 4851b69 Fix up shell wrappers for site_sysinfo by mbligh · 17 years ago
  91. bcf5ca1 Add missing shell for site_sysinfo file by mbligh · 17 years ago
  92. bc98570 Don't fall over if inserting one job fails by mbligh · 17 years ago
  93. 190a81d The query should allow the user to change the search on the fly. by mbligh · 17 years ago
  94. d79b2b4 Fixed up the old unlogged calls to the kernel and rpm_kernel methods by mbligh · 17 years ago
  95. 8b49a32 Don't fall over if debug dir doesn't exist by mbligh · 17 years ago
  96. 4681c54 Log free disk space from sysinfo by mbligh · 17 years ago
  97. 3027030 Improved the reboot logging to be consistent between client and server by mbligh · 17 years ago
  98. b8e0a11 Add the same kind of logging that we use in kernel.kernel to kernel.rpm_kernel. by mbligh · 17 years ago
  99. 9823f18 Add one more parameter to the graph which add the ability to change the by mbligh · 17 years ago
  100. c42141f Make sure the copied files have sane permission bits. by mbligh · 17 years ago