1. da8c60a [autotest] Migrate graphite directory to client/common_lib/cros by Michael Liang · 10 years ago
  2. 1476881 [autotest] Fix error message in autotest.py by beeps · 11 years ago
  3. b03ea9d [autotest] Force to collect /var/log if test is failed with device error. by Dan Shi · 11 years ago
  4. 209eefd [Autotest] Measure how long it takes to collect test results by Dan Shi · 11 years ago
  5. b0be88b Autotest job tags in server-side suites are passed to underlying client jobs. by Dennis Jeffrey · 11 years ago
  6. 607428b [Autotest] Unexpeted reboots should not lead to unexpected ABORTS. by beeps · 11 years ago
  7. bca10a6 Autotest: Add additional logging to autotestd_monitor by Simran Basi · 11 years ago
  8. 2da1b76 Pass additional arguments from run_test() to run(). by Andrew Bresticker · 12 years ago
  9. 07f53b9 Check if the DUT rebooted before ABORTING. by beeps · 12 years ago
  10. 4c3f4d3 Revert "[autotest] Temporarily log last_line." by Alex Miller · 12 years ago
  11. 814d8b9 Revert "[autotest] Temporarily add even more last_line logging!" by Alex Miller · 12 years ago
  12. c792533 [autotest] Temporarily add even more last_line logging! by Alex Miller · 12 years ago
  13. 40326d3 [autotest] Temporarily log last_line. by Alex Miller · 12 years ago
  14. 3ee5d5c Allow use of local packages for developers to use when running tests. by Chris Sosa · 12 years ago
  15. 386eea7 Fix packaging issues and modification of archived controls files. by Dale Curtis · 13 years ago
  16. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  17. cb7bfaf Reduce timeout conditions for Chrome OS for efficiency. by Dale Curtis · 13 years ago
  18. d656d56 Merge remote branch 'autotest-upstream/master' into autotest-merge by Eric Li · 13 years ago
  19. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  20. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  21. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  22. 9285ddf Rollback ignore_aborts change. by Dale Curtis · 14 years ago
  23. f44ff96 Remove code that added bind mounts to drop the 'noexec' mount option. by J. Richard Barnette · 14 years ago
  24. ac52f54 After reboot, Autotest wasn't remounting the exec capable version; causing a second copy of Autotest to be installed to the mount point. by Dale Curtis · 14 years ago
  25. 0b6843a Fix server side autotests installing to the wrong directory. by Dale Curtis · 14 years ago
  26. f9d7d8d We're encountering a significant number of unexpected aborts in the pre/post-test and pre/post-iteration sysinfo collection. After a week of debugging I'm no closer to determining the underlying cause. by Dale Curtis · 14 years ago
  27. 6f27d4f Merge remote branch 'cros/upstream' into tempbranch3 by Eric Li · 14 years ago
  28. 517d95a Revert "Merge remote branch 'cros/upstream' into tempbranch2" by Benson Leung · 14 years ago
  29. 25fc6d1 Merge remote branch 'cros/upstream' into tempbranch2 by Eric Li · 14 years ago
  30. 69bdaac Makes some changes to the partitioning code and the autotest.py code to make it a little easier to override more reliably. Specifically: by jadmanski · 14 years ago
  31. c6136e9 by jadmanski · 14 years ago
  32. 2ab0d9b Change autotest to not log Autotest.install by jadmanski · 14 years ago
  33. 5205363 Restores proper support for handling unexpected client terminations by jadmanski · 14 years ago
  34. 2a89dac Refactor the server_job code to use the base_job implementation of record. by jadmanski · 14 years ago
  35. b1de549 Add the hostname to the 'unexpected final status message from client' by jadmanski · 14 years ago
  36. 808f4b1 Expose args as a proper job property, fix up some unit tests. In the by jadmanski · 14 years ago
  37. 1f572e5 enable server side test prebuild from autoserv by mbligh · 14 years ago
  38. 2f07683 Propagate user args to the client-side control file by mbligh · 14 years ago
  39. 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 · 14 years ago
  40. 4d03cf6 Add support to the client logging config for optionally reading a log file by jadmanski · 14 years ago
  41. 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
  42. c035491 Adds support to wait_down and wait_for_restart to watch for changed by jadmanski · 15 years ago
  43. 9de6ed7 Eliminate the last uses of the public state managment interface for by mbligh · 15 years ago
  44. fc3da5b More refactoring of the job state code to try and reduce duplication. by mbligh · 15 years ago
  45. 060c471 Makes two major changes to the status log processing in autotest.py: by mbligh · 15 years ago
  46. fbf73ae Refactor all of the persistent state managing code in the client job by mbligh · 15 years ago
  47. 9dcf083 server/autotest.py: Fix of an undefined variable bug by lmr · 15 years ago
  48. d6d27ed Fix a bug in autotest.py that directly raise a string for error by lmr · 15 years ago
  49. 6d08b3c Make a standalone client to be able to use global_config.ini by lmr · 15 years ago
  50. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  51. 4b97607 make the code that calls client/tools/make_clean a bit safer. by showard · 15 years ago
  52. ad812bf Cleanups to code controlling where Autotest clients get installed and used by Autoserv. by showard · 15 years ago
  53. 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
  54. 07e27af I realized that my initial addition of the default_profile_only by showard · 15 years ago
  55. a6082ef Add a global mechanism to the job object to allow users to change by showard · 15 years ago
  56. 2315a7e Fix up the client install to properly reverse the ordering of by jadmanski · 15 years ago
  57. b8aa75b Add a control file for doing an explicit full-client install on by mbligh · 15 years ago
  58. 0cf5083 Add a "repair test" along the same lines as the verify test so that by mbligh · 15 years ago
  59. 2266b15 use getpass.getuser, not LOGNAME by mbligh · 15 years ago
  60. ea0405c Pass the user autoserv is running as through to the client. by mbligh · 15 years ago
  61. e2e0bef Make the default client autotest dirs a config value with a default by mbligh · 15 years ago
  62. 875f535 Really fix up the lightweight install this time. We were still copying by mbligh · 15 years ago
  63. e1cea0a Default no_autoserv to False, since most clients are being run via by mbligh · 15 years ago
  64. 6a83777 Change log message from error to info, no packaging server is perfectly valid. by mbligh · 15 years ago
  65. bccad48 Sadly, put back the "disable packaging-only installs" used by the by mbligh · 15 years ago
  66. 483d1da Remove the use of the very strange /etc/autotest.conf symlink on the by mbligh · 15 years ago
  67. ce955fc Created a common_lib host object hierarchy (with site specific override by mbligh · 15 years ago
  68. 27b5291 Get rid of the "lightweight" autotest install option, in favour of by jadmanski · 15 years ago
  69. ede7e24 Add support for autotest clients run by autoserv to request packages by jadmanski · 15 years ago
  70. b1a5113 Next step in the PackageManager restructure, replace the static list by jadmanski · 15 years ago
  71. 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
  72. d0e9498 Server side messages cleanup. In this patch, the aim was: by mbligh · 15 years ago
  73. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 15 years ago
  74. e9633f5 Change an annoyingly verbose log message to DEBUG level. by mbligh · 15 years ago
  75. 8297cf5 Clean up _get_autodir in autotest.py a bit. Adds in some more logging by jadmanski · 15 years ago
  76. a61edad Fix up the logging of unexpected client aborts to flush all the by jadmanski · 15 years ago
  77. efe4ebf A new version of the fix to handle race conditions between console by jadmanski · 15 years ago
  78. 02260fe Summary: Remove 'client global keyval' retrieving, as it is a no-op most of the time by jadmanski · 15 years ago
  79. 4556178 Added utils.get_relative_path() to compute the path of an absolute path by mbligh · 15 years ago
  80. 6fc7ff5 Change the autotest.run implementation to only automatically add by jadmanski · 15 years ago
  81. 372ce3e Convert a missed self.logger call to use the logging module. by showard · 15 years ago
  82. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 15 years ago
  83. 91d56a9 Add a network_destabilizing flag that tests can set to disable NETWORK warnings. by jadmanski · 15 years ago
  84. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 15 years ago
  85. b18134f As discussed on the mailing list, we implemented logging with a single by showard · 15 years ago
  86. 6bb32d7 Add some code to the server job and autotest classes to save off a by jadmanski · 15 years ago
  87. e413053 Fixed a bug in an error message in Autotest. Looks like a chunk of by jadmanski · 15 years ago
  88. 3c23694 Remove the double-quoting from the mkdir and rm commands being run by jadmanski · 15 years ago
  89. e2eef7b Fix an issue with the automatic turning on of profilers from the by jadmanski · 15 years ago
  90. 29a4c70 Fixes a regression; we're not properly setting by jadmanski · 15 years ago
  91. 1c3c07b Clear out the contents of the autotest results dir when installing on by jadmanski · 15 years ago
  92. cb0e161 When profilers are turned on from the server side and a client-side by jadmanski · 15 years ago
  93. fcc0d5d When we get a "test completed" signal from the client indicating that by jadmanski · 15 years ago
  94. f37df84 Add job.enable_warnings and job.disable_warnings methods to the job by jadmanski · 15 years ago
  95. 7a60367 by mbligh · 15 years ago
  96. 6dadd83 Adds an autotestd and autotestd_monitor script to the Autotest client by jadmanski · 15 years ago
  97. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
  98. b264ed0 Add some END ABORT logging to the code that executes the Autotest by jadmanski · 16 years ago
  99. c98c470 Drop the explicit tag parameter from Autotest.run_test and by jadmanski · 16 years ago
  100. d99d3b27 Boot timeout leads to hardreset attempt, then broken exception. by mbligh · 16 years ago