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