1. 75cc9b2 faft: Delete adb_host.py and its references by Oleg Loskutoff · 4 years, 10 months ago
  2. c44e777 autotest: Remove existing autoserv dirs on startup by Alex Khouderchah · 6 years ago
  3. b7f9680 Revert "autotest: Perform server test shutdown even when receiving SIGINT" by Allen Li · 6 years ago
  4. 0c31f63 autotest: Perform server test shutdown even when receiving SIGINT by Alex Khouderchah · 6 years ago
  5. f4fb11b autotest: skip iteration hooks if fast is enabled for jobs. by Xixuan Wu · 7 years ago
  6. 5019d69 autotest: skip before & after hooks for jobs in fast mode. by Xixuan Wu · 7 years ago
  7. e8ce654 autotest: add metrics for functions called by disable_sysinfo. by Xixuan Wu · 7 years ago
  8. 02b6fee autotest: add logging in testing control files. by xixuan · 7 years ago
  9. d7f1242 [autotest] Add a dummy test for testbed. by Dan Shi · 9 years ago
  10. 1bf60eb [autotest] autoserv add --lab & --host_attributes arguments by Simran Basi · 9 years ago
  11. 1c3b853 [autotest] Remove dead code/features from hosts factory. by J. Richard Barnette · 9 years ago
  12. 7093669 [autotest] Add in check for server test to skip sysinfo hooks. by Kevin Cheng · 9 years ago
  13. c228221 [autotest] Disable post-test and iteration sysinfo in provisioning by Fang Deng · 10 years ago
  14. 4eba9f0 [autotest] Enable log_diff for server side test. by Dan Shi · 10 years ago
  15. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  16. 9285ddf Rollback ignore_aborts change. by Dale Curtis · 14 years ago
  17. 0b6843a Fix server side autotests installing to the wrong directory. by Dale Curtis · 14 years ago
  18. 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
  19. 44dedf9 Since Chrome OS is running tmpfs, we shouldn't be running Autotest client from /tmp. Further, with fes's upcoming changes to make all user directories as noexec we need to be elsewhere anyways. by Dale Curtis · 14 years ago
  20. 12b4558 Massive permission fix by lmr · 15 years ago
  21. f780bbf Fix up the sysinfo install procedure to be more transactional. If by mbligh · 15 years ago
  22. 43dd549 Add a mechanism for server-side tests to declare which of their by mbligh · 15 years ago
  23. 27b5291 Get rid of the "lightweight" autotest install option, in favour of by jadmanski · 15 years ago
  24. 089f1e3 Changed server sysinfo support code to reinstall the sysinfo Autotest by mbligh · 15 years ago
  25. 3524589 Changed server side sysinfo support code to remember the host/autotest by mbligh · 15 years ago
  26. 11fbbce Because we all love another layer of try-finally indentation...make by jadmanski · 15 years ago
  27. 0465991 Fix up the sysinfo install-and-run decorator try-finally structure to by jadmanski · 15 years ago
  28. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 15 years ago
  29. ea45566 Add support for explicitly removing tempdirs created on a host, by jadmanski · 15 years ago
  30. 4395bbd by mbligh · 15 years ago
  31. e7693ba Cleanup. by mbligh · 16 years ago
  32. 9f7dd11 Move the temporary sysinfo files from /tmp to /tmp/sysinfo. This makes the actual location more configurable (e.g. you can add a symlink to redirect it). by jadmanski · 16 years ago
  33. 79a2ee1 Create a verify test so that its possible to see the results of verify in TKO. by mbligh · 16 years ago
  34. c75e0ac The serverside sysinfo code should specify initialize=False since, 3 lines down, we explicitly do a lightweight install. by mbligh · 16 years ago
  35. 54f90af Add server-side sysinfo collection code (for server tests). This by jadmanski · 16 years ago
  36. c5ddfd1 I have attached the patch for the packaging system. by mbligh · 16 years ago
  37. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  38. 313f12c Did some cleanup work on imports in order to remove any of the remaining "from blah import *" imports. by mbligh · 16 years ago
  39. ccb9e18 Convert all imports on the server to use absolute imports. by mbligh · 16 years ago
  40. 4e61c4e 1. Modified the runtest() function in test.py to not fork off a separate client process for the test but instead call it directly. This was needed to catch the exceptions that were thrown in the tests (as it wasn't possible to do that if the tests are separate forked client processes) by mbligh · 16 years ago
  41. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 16 years ago
  42. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 16 years ago
  43. dccabe3 Add an assert_ method to the server-side version of test, like the one already by mbligh · 16 years ago
  44. ecf55f4 Pre-emptively check if a test has already been run with the same tag by mbligh · 17 years ago
  45. f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
  46. 29d6503 Added a cleanup method to the test class that is called in a finally by mbligh · 17 years ago
  47. 0526936 Add support for tests on the server side by mbligh · 17 years ago