Home
last modified time | relevance | path

Searched refs:SSHHost (Results 1 – 14 of 14) sorted by relevance

/external/autotest/server/hosts/
D__init__.py16 from autotest_lib.server.hosts.ssh_host import SSHHost
31 from ssh_host import SSHHost
Dfactory_unittest.py82 self._orig_ssh_host = factory.ssh_host.SSHHost
88 factory.ssh_host.SSHHost = _gen_mock_conn('ssh')
97 factory.ssh_host.SSHHost = self._orig_ssh_host
Dfactory.py144 return ssh_host.SSHHost
156 assert connectivity_class == ssh_host.SSHHost
157 with closing(ssh_host.SSHHost(hostname, **args)) as host:
Dcast_os_host.py12 class CastOSHost(ssh_host.SSHHost):
Dteststation_host.py35 classes.append(ssh_host.SSHHost)
Dssh_host.py44 class SSHHost(abstract_ssh.AbstractSSHHost): class
74 super(SSHHost, self)._initialize(hostname=hostname, *args, **dargs)
Dchameleon_host.py32 class ChameleonHost(ssh_host.SSHHost):
Dbase_servohost.py35 class BaseServoHost(ssh_host.SSHHost):
/external/autotest/server/cros/packet_generation/
DIP_utils.py36 ap_sshhost = ssh_host.SSHHost(hostname=self.host.hostname)
/external/autotest/server/site_tests/factory_InstallServo/
Dfactory_InstallServo.py60 return hosts.SSHHost(self.dut_ip)
/external/autotest/site_utils/lib/
Dinfra.py79 host_object = ssh_host.SSHHost(host, user=username)
/external/autotest/server/site_tests/factory_InstallVM/
Dfactory_InstallVM.py95 return ssh_host.SSHHost("localhost", port=self.ssh_tunnel_port)
/external/autotest/server/cros/network/
Dchaos_clique_utils.py45 return hosts.SSHHost(pcap['hostname'] + '.cros')
/external/autotest/server/cros/chaos_lib/
Dchaos_runner.py72 webdriver_master = hosts.SSHHost(MASTERNAME, user='chaosvmmaster')