Searched refs:SSHHost (Results 1 – 14 of 14) sorted by relevance
16 from autotest_lib.server.hosts.ssh_host import SSHHost31 from ssh_host import SSHHost
82 self._orig_ssh_host = factory.ssh_host.SSHHost88 factory.ssh_host.SSHHost = _gen_mock_conn('ssh')97 factory.ssh_host.SSHHost = self._orig_ssh_host
144 return ssh_host.SSHHost156 assert connectivity_class == ssh_host.SSHHost157 with closing(ssh_host.SSHHost(hostname, **args)) as host:
12 class CastOSHost(ssh_host.SSHHost):
35 classes.append(ssh_host.SSHHost)
44 class SSHHost(abstract_ssh.AbstractSSHHost): class74 super(SSHHost, self)._initialize(hostname=hostname, *args, **dargs)
32 class ChameleonHost(ssh_host.SSHHost):
35 class BaseServoHost(ssh_host.SSHHost):
36 ap_sshhost = ssh_host.SSHHost(hostname=self.host.hostname)
60 return hosts.SSHHost(self.dut_ip)
79 host_object = ssh_host.SSHHost(host, user=username)
95 return ssh_host.SSHHost("localhost", port=self.ssh_tunnel_port)
45 return hosts.SSHHost(pcap['hostname'] + '.cros')
72 webdriver_master = hosts.SSHHost(MASTERNAME, user='chaosvmmaster')