Fix reboot failures to have more descriptive error messages
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1324 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index a3ea3ca..ee38a9f 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -203,7 +203,7 @@
if self.wait_up(timeout):
self.__record("GOOD", None, "reboot.verify")
else:
- self.__record("ABORT", None, "reboot.verify", "bringup failed")
+ self.__record("ABORT", None, "reboot.verify", "Host did not return from reboot")
raise AutoservRebootError("Host did not return from reboot")
print "Reboot complete"