---
server/hosts/abstract_ssh.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py
index 8d430df..e3bfe61 100644
--- a/server/hosts/abstract_ssh.py
+++ b/server/hosts/abstract_ssh.py
@@ -558,7 +558,6 @@ class AbstractSSHHost(SiteHost):
self.master_ssh_tempdir.name)
# Start the master SSH connection in the background.
- master_cmd = self.ssh_command(options="-N -o ControlMaster=yes",
- alive_interval=5)
+ master_cmd = self.ssh_command(options="-N -o ControlMaster=yes")
logging.info("Starting master ssh connection '%s'" % master_cmd)
self.master_ssh_job = utils.BgJob(master_cmd)
--
1.6.6
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest