1. 808f4b1 Expose args as a proper job property, fix up some unit tests. In the by jadmanski · 15 years ago
  2. 1f572e5 enable server side test prebuild from autoserv by mbligh · 15 years ago
  3. 2f07683 Propagate user args to the client-side control file by mbligh · 15 years ago
  4. cb777f1 Fix a bug in the warning processor where we're supposed to be processing only the "old" warnings but are incorrectly processing all of them. by jadmanski · 15 years ago
  5. 4d03cf6 Add support to the client logging config for optionally reading a log file by jadmanski · 15 years ago
  6. ddc9a40 Add a little check to see if packaging is actually being used. If it is don't pass on exceptions raised when trying to setup packaging for the job instead log them as an error. by mbligh · 15 years ago
  7. c035491 Adds support to wait_down and wait_for_restart to watch for changed by jadmanski · 15 years ago
  8. 9de6ed7 Eliminate the last uses of the public state managment interface for by mbligh · 15 years ago
  9. fc3da5b More refactoring of the job state code to try and reduce duplication. by mbligh · 15 years ago
  10. 060c471 Makes two major changes to the status log processing in autotest.py: by mbligh · 15 years ago
  11. fbf73ae Refactor all of the persistent state managing code in the client job by mbligh · 15 years ago
  12. 9dcf083 server/autotest.py: Fix of an undefined variable bug by lmr · 15 years ago
  13. d6d27ed Fix a bug in autotest.py that directly raise a string for error by lmr · 15 years ago
  14. 6d08b3c Make a standalone client to be able to use global_config.ini by lmr · 15 years ago
  15. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  16. 4b97607 make the code that calls client/tools/make_clean a bit safer. by showard · 15 years ago
  17. ad812bf Cleanups to code controlling where Autotest clients get installed and used by Autoserv. by showard · 15 years ago
  18. bd45064 Move autodir_client_paths defaults into global_config.ini. Typically when we add default to the global_config that users should be aware of we remove them from the code so the code fails if the value is not specified. So that is what i did here by showard · 15 years ago
  19. 07e27af I realized that my initial addition of the default_profile_only by showard · 15 years ago
  20. a6082ef Add a global mechanism to the job object to allow users to change by showard · 15 years ago
  21. 2315a7e Fix up the client install to properly reverse the ordering of by jadmanski · 15 years ago
  22. b8aa75b Add a control file for doing an explicit full-client install on by mbligh · 15 years ago
  23. 0cf5083 Add a "repair test" along the same lines as the verify test so that by mbligh · 15 years ago
  24. 2266b15 use getpass.getuser, not LOGNAME by mbligh · 15 years ago
  25. ea0405c Pass the user autoserv is running as through to the client. by mbligh · 15 years ago
  26. e2e0bef Make the default client autotest dirs a config value with a default by mbligh · 15 years ago
  27. 875f535 Really fix up the lightweight install this time. We were still copying by mbligh · 15 years ago
  28. e1cea0a Default no_autoserv to False, since most clients are being run via by mbligh · 15 years ago
  29. 6a83777 Change log message from error to info, no packaging server is perfectly valid. by mbligh · 15 years ago
  30. bccad48 Sadly, put back the "disable packaging-only installs" used by the by mbligh · 15 years ago
  31. 483d1da Remove the use of the very strange /etc/autotest.conf symlink on the by mbligh · 15 years ago
  32. ce955fc Created a common_lib host object hierarchy (with site specific override by mbligh · 15 years ago
  33. 27b5291 Get rid of the "lightweight" autotest install option, in favour of by jadmanski · 15 years ago
  34. ede7e24 Add support for autotest clients run by autoserv to request packages by jadmanski · 15 years ago
  35. b1a5113 Next step in the PackageManager restructure, replace the static list by jadmanski · 15 years ago
  36. 234b296 When running autotest client through autoserv, pass --verbose to the client so that we get debug output in client.log.N. client.log.N is the only real-time feedback one gets when running through autoserv, so it's helpful to have all info there. by showard · 15 years ago
  37. d0e9498 Server side messages cleanup. In this patch, the aim was: by mbligh · 15 years ago
  38. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 15 years ago
  39. e9633f5 Change an annoyingly verbose log message to DEBUG level. by mbligh · 15 years ago
  40. 8297cf5 Clean up _get_autodir in autotest.py a bit. Adds in some more logging by jadmanski · 15 years ago
  41. a61edad Fix up the logging of unexpected client aborts to flush all the by jadmanski · 15 years ago
  42. efe4ebf A new version of the fix to handle race conditions between console by jadmanski · 15 years ago
  43. 02260fe Summary: Remove 'client global keyval' retrieving, as it is a no-op most of the time by jadmanski · 15 years ago
  44. 4556178 Added utils.get_relative_path() to compute the path of an absolute path by mbligh · 15 years ago
  45. 6fc7ff5 Change the autotest.run implementation to only automatically add by jadmanski · 15 years ago
  46. 372ce3e Convert a missed self.logger call to use the logging module. by showard · 16 years ago
  47. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 16 years ago
  48. 91d56a9 Add a network_destabilizing flag that tests can set to disable NETWORK warnings. by jadmanski · 16 years ago
  49. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 16 years ago
  50. b18134f As discussed on the mailing list, we implemented logging with a single by showard · 16 years ago
  51. 6bb32d7 Add some code to the server job and autotest classes to save off a by jadmanski · 16 years ago
  52. e413053 Fixed a bug in an error message in Autotest. Looks like a chunk of by jadmanski · 16 years ago
  53. 3c23694 Remove the double-quoting from the mkdir and rm commands being run by jadmanski · 16 years ago
  54. e2eef7b Fix an issue with the automatic turning on of profilers from the by jadmanski · 16 years ago
  55. 29a4c70 Fixes a regression; we're not properly setting by jadmanski · 16 years ago
  56. 1c3c07b Clear out the contents of the autotest results dir when installing on by jadmanski · 16 years ago
  57. cb0e161 When profilers are turned on from the server side and a client-side by jadmanski · 16 years ago
  58. fcc0d5d When we get a "test completed" signal from the client indicating that by jadmanski · 16 years ago
  59. f37df84 Add job.enable_warnings and job.disable_warnings methods to the job by jadmanski · 16 years ago
  60. 7a60367 by mbligh · 16 years ago
  61. 6dadd83 Adds an autotestd and autotestd_monitor script to the Autotest client by jadmanski · 16 years ago
  62. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
  63. b264ed0 Add some END ABORT logging to the code that executes the Autotest by jadmanski · 16 years ago
  64. c98c470 Drop the explicit tag parameter from Autotest.run_test and by jadmanski · 16 years ago
  65. d99d3b27 Boot timeout leads to hardreset attempt, then broken exception. by mbligh · 16 years ago
  66. e0c7fb6 Currently, client.log.* files are numbered in a way that's only unique by jadmanski · 16 years ago
  67. b3c0c91 Adds support for using client-side profilers from the server side. by mbligh · 16 years ago
  68. f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 16 years ago
  69. 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
  70. 5b2844f by mbligh · 16 years ago
  71. 79ab928 Make sure that when a client-side reboot fails the server properly by jadmanski · 16 years ago
  72. 27b37ea Get rid of the job.aborted flag. It's not necessary, and it actually by jadmanski · 16 years ago
  73. c677206 Clean up the server-side error when we can't pull back a state file by jadmanski · 16 years ago
  74. 4600e34 The client logger that handles client-side logging + warnings is by jadmanski · 16 years ago
  75. 89e258d Add an option to the Host send_file and get_file methods to indicate by mbligh · 16 years ago
  76. c09fc15 Make sysinfo more configurable. This adds some methods to the job by jadmanski · 16 years ago
  77. 0910844 Keep track of the last kernel we explicitly 'reboot'ed into. This by mbligh · 16 years ago
  78. 76d19f7 Package updates: by mbligh · 16 years ago
  79. 1e3b099 Add get_mirror_list function stub to packages.py that just returns the given repo list. Useful for local sites to create a way to return a prioritized list of repos. by mbligh · 16 years ago
  80. 54f90af Add server-side sysinfo collection code (for server tests). This by jadmanski · 16 years ago
  81. 76a4293 recommit logging changes - was just spare pyc file by mbligh · 16 years ago
  82. b931b68 back out logging changes for now by mbligh · 16 years ago
  83. 681b6a0 Configuring main autotest classes to use the new debug infrastructure, by mbligh · 16 years ago
  84. 1b3b376 Rename client/common_lib/logging.py to client/common_lib/log.py in order to be able to use the standard python logging module by mbligh · 16 years ago
  85. 23afbec Add a standard run_cleanup option to test.run_test that can be used by jadmanski · 16 years ago
  86. a1f3c20 Refactor the results collection code to run out of a separate class by jadmanski · 16 years ago
  87. b6eb2f1 First pass at pulling back test results during a client job, as each by jadmanski · 16 years ago
  88. 169ecad Fix up some bad style trash in autotest.py by jadmanski · 16 years ago
  89. 0562e65 - Add a set_autodir method to ssh_host to set the autotest installation directory value by mbligh · 16 years ago
  90. c5ddfd1 I have attached the patch for the packaging system. by mbligh · 16 years ago
  91. c66e93c Fix the parser behaviour when handling non-grouped tests inside of by jadmanski · 16 years ago
  92. 3c7a150 Fixed the autotest_unittest so that it is consistent with changes made involving the new packaging system. by mbligh · 16 years ago
  93. 4e4961c fix typo by mbligh · 16 years ago
  94. 78bf535 Fix formatting / coding style in autotest.py by mbligh · 16 years ago
  95. 8947606 Change the Autotest.run code to throw an AutotestRunError when a by jadmanski · 16 years ago
  96. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  97. 1965dfa New options and automatic ssh key setup by mbligh · 16 years ago
  98. ec0a42b Risk: Medium by jadmanski · 16 years ago
  99. 02ff2d5 Risk: Medium - Hits quite a bit of different areas by mbligh · 16 years ago
  100. ec85914 Risk: Low by jadmanski · 16 years ago