1. b49b523 by mbligh · 16 years ago
  2. e7693ba Cleanup. by mbligh · 16 years ago
  3. 25c0b8c Added new host protection level (repair software only) that would allow any by mbligh · 16 years ago
  4. a0a2759 Moved in the inheritance tree repair_* from abstract_ssh to Host base class. by mbligh · 16 years ago
  5. 80deb75 Add a Host.is_shutting_down method to allow us to determine if a host by jadmanski · 16 years ago
  6. 4043c63 Added a server.hosts.Host.check_partitions() functions to compare by mbligh · 16 years ago
  7. d778ae4 Move the reboot_followup out of reboot and into wait_for_restart. This works by jadmanski · 16 years ago
  8. 8df92e7 So it would seem that five minutes is not always long enough for a by jadmanski · 16 years ago
  9. 5664cff Fix up a few assorted style issues, some old unit test issues, removing by jadmanski · 16 years ago
  10. 5f66ed4 Print clearer information about diskspace checks. by mbligh · 16 years ago
  11. 53aaf38 Add a hosts attribute to server jobs for accessing all the hosts in by jadmanski · 16 years ago
  12. 1264b51 Move the actual content of the cleanup code into Host.cleanup methods. by mbligh · 16 years ago
  13. 89e258d Add an option to the Host send_file and get_file methods to indicate by mbligh · 16 years ago
  14. f656291 Furthur refactoring of the paramiko and ssh host classes. This covers a few by jadmanski · 16 years ago
  15. 7cbd969 Change the new host.repair_* methods to be a little more cooperative by jadmanski · 16 years ago
  16. c12d63e - Add site_verify and site_repair loading back by mbligh · 16 years ago
  17. 12f2e63 - add server.hosts.Host._repair_filesystem_only() concrete method by mbligh · 16 years ago
  18. 6ef0b67 It is possible for a CmdError to be raised with an exit_status of by jadmanski · 16 years ago
  19. 6b0ab08 - add a server.hosts.base_classes.Host.verify() abstract method by mbligh · 16 years ago
  20. cdd0c40 Add code to SSHHost.get_crashdumps to collect some basic data: 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. 79777f6 Create a monitordir for hosts (in server/hosts/monitors) for storing scripts by jadmanski · 16 years ago
  23. c533bd1 Add netconsole support to the console logging, as a backup when by jadmanski · 16 years ago
  24. 527bdfd Add dargs parameters to reboot() that are passed down to reboot_followup() by mbligh · 16 years ago
  25. a2db941 Final big refactoring of serial console code, to completely detach it by jadmanski · 16 years ago
  26. 0562e65 - Add a set_autodir method to ssh_host to set the autotest installation directory value by mbligh · 16 years ago
  27. 1c5e3a1 Initial refactoring so that I can change the serial console by jadmanski · 16 years ago
  28. d56eb27 Add a run_output method to the Host class, that is basically just run, but by jadmanski · 16 years ago
  29. c7b9530 Risk: Low Visibility: Affects anyone using/subclassing the server.hosts classes. by jadmanski · 16 years ago
  30. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  31. 55c7f33 isk: Medium Visibility: Low, affects global config by jadmanski · 16 years ago
  32. 7f2befb Provide a hook for code to be executed after every client machine reboot. by mbligh · 17 years ago
  33. f5427bb Fix up the importing in server/hosts to not be so fragile. Importing by mbligh · 17 years ago
  34. 4d6feff Fix exceptions not to be strings by mbligh · 17 years ago
  35. da13d54 I need to be able to run many autotest instances on one machine and by mbligh · 17 years ago
  36. c9f342d Fix the crappy error handling in utils.run() - it doesn't work by mbligh · 17 years ago
  37. 33ae090 Provide a hook for reboot by mbligh · 17 years ago
  38. 303ccac Attempt to fix up some merge errors with crashdump hooks by mbligh · 17 years ago
  39. f36243d Below is the shell for installer support. At the moment, this is by mbligh · 17 years ago
  40. cc53b35 Hook site.env from host local extensions by mbligh · 17 years ago
  41. 9708f73 At some point, parallel_simple was broken. This updated patch fixes this by mbligh · 17 years ago
  42. 7d2bde8 Fix spacing everywhere ;-( by mbligh · 17 years ago
  43. 6a64126 This patch adds bootloader functionality to autoserv: by mbligh · 17 years ago
  44. dcd57a8 Add initial version of autoserv by mbligh · 17 years ago