1. f2c3376 Pull a ton of methods out of SSHHost and into RemoteHost, since most by mbligh · 16 years ago
  2. 5ddb795 We want to raise an exception if the host is down. Currently we're by mbligh · 16 years ago
  3. ea90226 Args other than classes and hostname passed to postprocess should by jadmanski · 16 years ago
  4. 0910844 Keep track of the last kernel we explicitly 'reboot'ed into. This by mbligh · 16 years ago
  5. cebcc49 add "options" param to SSHHost "run" method by mbligh · 16 years ago
  6. 0787404 Merge in Timestamp addition to ssh echo Connected command by mbligh · 16 years ago
  7. 54f90af Add server-side sysinfo collection code (for server tests). This by jadmanski · 16 years ago
  8. 76a4293 recommit logging changes - was just spare pyc file by mbligh · 16 years ago
  9. b931b68 back out logging changes for now by mbligh · 16 years ago
  10. 1d0c7c7 Add a missing import to SSHHost. by jadmanski · 16 years ago
  11. 681b6a0 Configuring main autotest classes to use the new debug infrastructure, by mbligh · 16 years ago
  12. 7cbd969 Change the new host.repair_* methods to be a little more cooperative by jadmanski · 16 years ago
  13. c12d63e - Add site_verify and site_repair loading back by mbligh · 16 years ago
  14. 12f2e63 - add server.hosts.Host._repair_filesystem_only() concrete method by mbligh · 16 years ago
  15. 6ef0b67 It is possible for a CmdError to be raised with an exit_status of by jadmanski · 16 years ago
  16. 6b0ab08 - add a server.hosts.base_classes.Host.verify() abstract method by mbligh · 16 years ago
  17. 7ddb3a8 Add some print code to SSHHost.get_crashinfo so that at least the by jadmanski · 16 years ago
  18. cdd0c40 Add code to SSHHost.get_crashdumps to collect some basic data: by jadmanski · 16 years ago
  19. 64fae81 If we run into an error starting or stopping the dmesg logger, just by jadmanski · 16 years ago
  20. 68f6721 Change the console patterns messages for kernel panics and oops to by jadmanski · 16 years ago
  21. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  22. bc5a8b1 Don't use verbose run output in SSHHost.run, since it already does by jadmanski · 16 years ago
  23. 170e5e5 Fix up DmesgHost to fail gracefully on systems that don't use by jadmanski · 16 years ago
  24. 9c391a5 Quick workaround for a bad problem. Occasionally I'm seeing bad errors by jadmanski · 16 years ago
  25. 1a639fb Client side reboots happen via job.reboot(). Server side via by mbligh · 16 years ago
  26. bc762fe Fix a bug in the dmesg log collection where if you created a second by jadmanski · 16 years ago
  27. 5a555b6 Calling *_loggers from the reboot follow in DmesgHost is bad; that by jadmanski · 16 years ago
  28. 55d6998 Make sure the self.run commands issued by the dmesg logger have their by jadmanski · 16 years ago
  29. 79777f6 Create a monitordir for hosts (in server/hosts/monitors) for storing scripts by jadmanski · 16 years ago
  30. 12cdeb0 Remove the return in site_factory.postprocess_classes...it's misleading because by jadmanski · 16 years ago
  31. 5446448 Adds a sysrq_reboot method to SSHHost. by mbligh · 16 years ago
  32. 635b06f Pull the host factory method out of server/hosts/__init__.py and into by jadmanski · 16 years ago
  33. 2aa957d Make rsync copy the file content instead of the symlink (which already by mbligh · 16 years ago
  34. 1b85691 If serial and net consoles are not available, poll dmesg (through by jadmanski · 16 years ago
  35. c533bd1 Add netconsole support to the console logging, as a backup when by jadmanski · 16 years ago
  36. 65d0219 Some versions of xargs don't support -i, and some versions of ps don't by jadmanski · 16 years ago
  37. 527bdfd Add dargs parameters to reboot() that are passed down to reboot_followup() by mbligh · 16 years ago
  38. 74394b6 Fixes a problem with the serial host detection that breaks it on by jadmanski · 16 years ago
  39. a2db941 Final big refactoring of serial console code, to completely detach it by jadmanski · 16 years ago
  40. 0562e65 - Add a set_autodir method to ssh_host to set the autotest installation directory value by mbligh · 16 years ago
  41. 8d631c9 Convert all our uses of directoy SSHHost construction over to use by jadmanski · 16 years ago
  42. 1c5e3a1 Initial refactoring so that I can change the serial console by jadmanski · 16 years ago
  43. a8f0005 fix up exception by mbligh · 16 years ago
  44. 31a0da1 rsync from ssh_host::copy_files() is missing the port parameter. This by jadmanski · 16 years ago
  45. b5c7510 Reverting rev 1949, since this completely breaks the rsync command. by jadmanski · 16 years ago
  46. f70df25 rsync from ssh_host::__copy_files() is missing the port parameter. This by mbligh · 16 years ago
  47. 371235b Fix import in site_host.py. This was breaking remote_unittest.py. by showard · 16 years ago
  48. 4375fa3 Allow the target host file owner to be set. by mbligh · 16 years ago
  49. 75eadcf Change the ssh host code to set environment variables in an export by jadmanski · 16 years ago
  50. 858eb1b add IP addresses to netperf2 by mbligh · 16 years ago
  51. c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 16 years ago
  52. 37db223 Fix whitespace breakage in ssh_host.py by mbligh · 16 years ago
  53. 1a7fe6e Remove the throttling of file copies over ssh as the performance cost by jadmanski · 16 years ago
  54. d56eb27 Add a run_output method to the Host class, that is basically just run, but by jadmanski · 16 years ago
  55. 893e056 When a test explicilty uses SSHHost.wait_for_restart, wrap the reboot by jadmanski · 16 years ago
  56. 0f34a08 Risk: Low Visibility: Adds some more unittests by jadmanski · 16 years ago
  57. 7de3efe Risk: Low Visibility: Fixes a unittest. by jadmanski · 16 years ago
  58. e0af17f Risk: Low Visibility: Adds more unittests by jadmanski · 16 years ago
  59. c7b9530 Risk: Low Visibility: Affects anyone using/subclassing the server.hosts classes. by jadmanski · 16 years ago
  60. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  61. 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 16 years ago
  62. b060633 Risk: Low by jadmanski · 16 years ago
  63. 255524e Risk: High Visibility: Medium by mbligh · 16 years ago
  64. 96576fd Modify _copy_files() in ssh_host.py to throw an AutoservRunError exception so that code calling functions like host.get_file() works fine. by mbligh · 16 years ago
  65. 71d1750 Visibility: Adds some unit tests. by jadmanski · 16 years ago
  66. 1965dfa New options and automatic ssh key setup by mbligh · 16 years ago
  67. 5223791 Risk: Low (Only tests modified/defaults added) by mbligh · 16 years ago
  68. 52df28b Risk: Low by jadmanski · 16 years ago
  69. f35bbb6 Risk: Medium by jadmanski · 16 years ago
  70. 55c7f33 isk: Medium Visibility: Low, affects global config by jadmanski · 17 years ago
  71. 6e8bf75 Add the version 1 of the TKO parser, modify server_job to use this by jadmanski · 17 years ago
  72. 8ea61e2 1. Removed the system() and system_output() implementations from client/bin/autotest_utils.py so that the ones in common_lib/utils.py are used throughout. by mbligh · 17 years ago
  73. 12e2b21 Missing import of base_classes on server/remote.py by mbligh · 17 years ago
  74. 4c6f15e Fix number of constructor args for AutoservRunError by jadmanski · 17 years ago
  75. 21d7e26 SSHHost.ssh_ping() now catches the timeout error that can be thrown by run() and raises it again with a descriptive message. by mbligh · 17 years ago
  76. 7f2befb Provide a hook for code to be executed after every client machine reboot. by mbligh · 17 years ago
  77. 6607d19 SSHHost should never be using self.job without first ensuring that by mbligh · 17 years ago
  78. 0ba3579 Decreased the verbosity of get_num_cpu(). by mbligh · 17 years ago
  79. a4eb0fa In the ssh_host class used during autotest install, there is a remote by mbligh · 17 years ago
  80. 321b1f5 add missing files from last commit by mbligh · 17 years ago
  81. f5427bb Fix up the importing in server/hosts to not be so fragile. Importing by mbligh · 17 years ago
  82. bda9c9c added a new method to sshhost. by mbligh · 17 years ago
  83. caa62c2 Implemented hooks for external logging infrastructure for storing both server-side and client-side logs. by mbligh · 17 years ago
  84. 22fdf17 Print a message when we launch rsync/scp. by mbligh · 17 years ago
  85. c766897 Fixed the get_info() function. by mbligh · 17 years ago
  86. 0ad21ba Add the ServerAliveInterval parameter to SSHHost to reduce the chances by mbligh · 17 years ago
  87. 8d4baaa Make ALL commands run through SSHHost.run() send their stderr to autoserv's stdo by mbligh · 17 years ago
  88. 71d2422 Fix reboot failures to have more descriptive error messages by mbligh · 17 years ago
  89. 632f838 Fix up the SSHHost.__del__ method to use the set.discard instead of by mbligh · 17 years ago
  90. 0c5ce31 Fix warning_monitor by mbligh · 17 years ago
  91. f4e0415 Replace the current expect script based console warning montitor with by mbligh · 17 years ago
  92. fbb0354 Fix up how SSHHost kills its logging processes so that it never kills by mbligh · 17 years ago
  93. d62f2cf Add a get_all_info to allow us to retrieve all the bootloader info data and by mbligh · 17 years ago
  94. 4ff46b0 Added a timeout to ssh_ping. ssh was hanging, but wasn't being killed for by mbligh · 17 years ago
  95. cfc7ab3 Pull the rsync/scp launching code out of get_file and send_file and by mbligh · 17 years ago
  96. 0f5ad64 Add missing utils in front of system() call by mbligh · 17 years ago
  97. 67a936f This rsync flag is too agressive. If you're afraid that existing files are by mbligh · 17 years ago
  98. a4d4f37 We shouldn't mark it as GOOD until it completes! by mbligh · 17 years ago
  99. 70cf0ec Fix autotest to always use the local copy of conmux by mbligh · 17 years ago
  100. 07a923f Set default run timeout to something sane (1hr) by mbligh · 17 years ago