---
server/hosts/ssh_host.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index 6085578..702418b 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -56,7 +56,7 @@ class SSHHost(abstract_ssh.AbstractSSHHost):
options = "%s %s" % (options, self.master_ssh_option)
base_cmd = abstract_ssh.make_ssh_command(user=self.user,
port=self.port,
opts=options,
-
hosts_file=self.known_hosts_fd,
+
hosts_file=self.known_hosts_file,
connect_timeout=connect_timeout,
alive_interval=alive_interval)
return "%s %s" % (base_cmd, self.hostname)
--
1.7.5.4
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest