Provide a hook for reboot
From: Adrian Bauer <adrianbg@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@964 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index 93d1f3d..d6d6455 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -353,6 +353,8 @@
Args:
timeout
"""
+ self.reboot_setup()
+
# forcibly include the "netconsole" kernel arg
if self.__netconsole_param:
if kernel_args is None: