1. 4eba9f0 [autotest] Enable log_diff for server side test. by Dan Shi · 10 years ago
  2. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  3. 9285ddf Rollback ignore_aborts change. by Dale Curtis · 14 years ago
  4. 0b6843a Fix server side autotests installing to the wrong directory. by Dale Curtis · 14 years ago
  5. 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
  6. 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
  7. 12b4558 Massive permission fix by lmr · 15 years ago
  8. f780bbf Fix up the sysinfo install procedure to be more transactional. If by mbligh · 15 years ago
  9. 43dd549 Add a mechanism for server-side tests to declare which of their by mbligh · 15 years ago
  10. 27b5291 Get rid of the "lightweight" autotest install option, in favour of by jadmanski · 15 years ago
  11. 089f1e3 Changed server sysinfo support code to reinstall the sysinfo Autotest by mbligh · 15 years ago
  12. 3524589 Changed server side sysinfo support code to remember the host/autotest by mbligh · 15 years ago
  13. 11fbbce Because we all love another layer of try-finally indentation...make by jadmanski · 15 years ago
  14. 0465991 Fix up the sysinfo install-and-run decorator try-finally structure to by jadmanski · 15 years ago
  15. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 15 years ago
  16. ea45566 Add support for explicitly removing tempdirs created on a host, by jadmanski · 15 years ago
  17. 4395bbd by mbligh · 15 years ago
  18. e7693ba Cleanup. by mbligh · 15 years ago
  19. 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
  20. 79a2ee1 Create a verify test so that its possible to see the results of verify in TKO. by mbligh · 16 years ago
  21. c75e0ac The serverside sysinfo code should specify initialize=False since, 3 lines down, we explicitly do a lightweight install. by mbligh · 16 years ago
  22. 54f90af Add server-side sysinfo collection code (for server tests). This by jadmanski · 16 years ago
  23. c5ddfd1 I have attached the patch for the packaging system. by mbligh · 16 years ago
  24. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  25. 313f12c Did some cleanup work on imports in order to remove any of the remaining "from blah import *" imports. by mbligh · 16 years ago
  26. ccb9e18 Convert all imports on the server to use absolute imports. by mbligh · 16 years ago
  27. 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
  28. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 16 years ago
  29. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 16 years ago
  30. dccabe3 Add an assert_ method to the server-side version of test, like the one already by mbligh · 16 years ago
  31. ecf55f4 Pre-emptively check if a test has already been run with the same tag by mbligh · 17 years ago
  32. f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
  33. 29d6503 Added a cleanup method to the test class that is called in a finally by mbligh · 17 years ago
  34. 0526936 Add support for tests on the server side by mbligh · 17 years ago