1. 84fe67b atest host: remove skylab-related logic by Xixuan Wu · 3 years, 6 months ago
  2. 004b0ab Revert "cli/: Delete unused functions" by Anh Le · 3 years, 8 months ago
  3. 7b71d3b cli/: Delete unused functions by Greg Edelston · 3 years, 8 months ago
  4. a2c4c0e [autotest] Make cli/topic_common.py Python3-compatible syntax-wise by Gregory Nisbet · 4 years ago
  5. 8a5458b autotest: Force skylab in commands by Allen Li · 4 years, 3 months ago
  6. 75e3d34 Reland "Enforce --skylab for "atest server"." by Allen Li · 6 years ago
  7. 44fbd13 Revert "Enforce --skylab for "atest server"." by Allen Li · 6 years ago
  8. 38c18eb Enforce --skylab for "atest server". by Ningning Xia · 6 years ago
  9. 9df3d15 Add "atest host migrate". by Ningning Xia · 6 years ago
  10. 3748b5f cli/server: fix option messages. by Ningning Xia · 6 years ago
  11. ee3e3a9 Fix "atest --skylab" to upload CLs to configured remote name. by Ningning Xia · 6 years ago
  12. 5aaca4a atest: add an option to set logging level. by Ningning Xia · 6 years ago
  13. ea02ab1 Support 'atest host list' with '--skylab' by Ningning Xia · 6 years ago
  14. e871405 Change data_dir and pass environment to skylab/lib/server.py by Ningning Xia · 6 years ago
  15. a7ba0c2 Check skylab_inventory_imported. by Ningning Xia · 6 years ago
  16. 9c188b9 Catch and ignore ImportError on skylab_inventory for unittests. by Ningning Xia · 6 years ago
  17. a043aad Support --submit option for 'atest server cmd --skylab' by Ningning Xia · 6 years ago
  18. 84190b8 Support atest server with --skylab by Ningning Xia · 6 years ago
  19. aeb7966 [autotest] Reland "Delete `atest stable_version`" by Richard Barnette · 6 years ago
  20. df58855 Revert "[autotest] Delete `atest stable_version`" by Richard Barnette · 6 years ago
  21. 5bd9071 [autotest] Delete `atest stable_version` by Richard Barnette · 6 years ago
  22. b4572db [autotest] Remove synch_type by Allen Li · 7 years ago
  23. 335f216 [autotest] [atomic] Remove atomic groups from cli by Allen Li · 7 years ago
  24. 6818633 [autotest] Require lock reason to lock device by Matthew Sartori · 9 years ago
  25. 0739d68 Moblab: Servo Support via Host Attributes. by Simran Basi · 9 years ago
  26. 211c5ac Revert "Moblab: Servo Support via Host Attributes." by Simran Basi · 9 years ago
  27. 71f190b Moblab: Servo Support via Host Attributes. by Simran Basi · 9 years ago
  28. 25e1fd4 [autotest] Add atest stable_version command to manage stable versions. by Dan Shi · 10 years ago
  29. a504856 [autotest] Get atest to list the shard a host is on. by Prashanth Balasubramanian · 10 years ago
  30. 3963caa [autotest] Change atest to include topic server by Dan Shi · 10 years ago
  31. 8b110ee [autotest] Manage shards with atest by Jakob Juelich · 10 years ago
  32. c286316 by jamesren · 14 years ago
  33. cd26d04 Don't ignore unexpected exceptions. Have the mock report the playback errors inline with the other calls. by mbligh · 14 years ago
  34. b68405d Better error handling and message when the (site) authentication didn't work. by mbligh · 14 years ago
  35. 53d91e2 In debug mode, have the CLI print the full entity body for an error code response. by showard · 14 years ago
  36. 12b4558 Massive permission fix by lmr · 14 years ago
  37. fca5ed1 * Add ability to CLI job_stat to display only a list of hosts for a given by mbligh · 15 years ago
  38. 552d240 Add hack to disable wrapping via environment: AUTOTEST_CLI_NO_WRAP by mbligh · 15 years ago
  39. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  40. 5a49608 Make 'job clone --id' an action instead of 'job create --clone'. by mbligh · 15 years ago
  41. 088b826 Adds the ability to list atomic labels via 'atest label list --atomicgroup' by showard · 15 years ago
  42. 838c747 Always display the details if an ACL is specified. by mbligh · 15 years ago
  43. a1e74b3 Add job option for whether or not to parse failed repair results as part of a job, with a default value in global_config. Since the number of options associated with a job is getting out of hand, I packaged them up into a dict in the RPC entry point and passed them around that way from then on. by showard · 15 years ago
  44. 9deeefa Re-factor the option parsing following a suggestion from Greg. by mbligh · 15 years ago
  45. fb64e6a Add atomicgroup support to the command line interface. by showard · 15 years ago
  46. 8c7b04c by mbligh · 15 years ago
  47. 6a1c421 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 15 years ago
  48. 8fadff3 by mbligh · 15 years ago
  49. 47dc4d2 by mbligh · 15 years ago
  50. 0887d40 Fix atest label list --all. A FE change from 0/1 to False/True had broken it. by mbligh · 15 years ago
  51. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  52. 7b969d5 One more parse function with "no results" by mbligh · 16 years ago
  53. 7a3ebe3 Continue to add/remove the valid hosts or users to the label or ACL in by mbligh · 16 years ago
  54. ecd3366 As atest's --parse option is supposed to output easily parsable data, it is better by mbligh · 16 years ago
  55. 11efd23 - add the possibility to set AUTOTEST_USER to an other user than the current by mbligh · 16 years ago
  56. df75f8b Add list printing functions. by mbligh · 16 years ago
  57. 140a23c Added display of experimental (and all) tests. by mbligh · 16 years ago
  58. 21baa45 Add options to control reboots before and after a job. by showard · 16 years ago
  59. e163b03 - Expose the lock_time and protection fields in host stat. by mbligh · 16 years ago
  60. 989f25d two new major features: by showard · 16 years ago
  61. f173334 Allow ', ' as a separator for the lists & files as this is the output format. by mbligh · 16 years ago
  62. 76dced8 Forgot to add the test action in the help string by mbligh · 16 years ago
  63. be630eb Attached is the CLI code tarball. It is documented at http://test.kernel.org/autotest/CLIHowTo by mbligh · 16 years ago