Implemented hooks for external logging infrastructure for storing both server-side and client-side logs.
Signed-off-by: Svitlana Tumanova <stumanova@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1408 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index b920af6..a9f1297 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -312,6 +312,7 @@
Raises:
AutoservRunError: the exit code of the command
execution was not 0
+ AutoservSSHTimeout: ssh connection has timed out
"""
stdout = stdout_tee or sys.stdout
stderr = stderr_tee or sys.stdout