HomeSort by relevance Sort by last modified time
    Searched refs:ssh_host (Results 1 - 16 of 16) sorted by null

  /external/autotest/server/hosts/
cast_os_host.py 7 from autotest_lib.server.hosts import ssh_host
12 class CastOSHost(ssh_host.SSHHost):
__init__.py 18 from ssh_host import SSHHost
chameleon_host.py 15 from autotest_lib.server.hosts import ssh_host
32 class ChameleonHost(ssh_host.SSHHost):
teststation_host.py 18 from autotest_lib.server.hosts import ssh_host
35 classes.append(ssh_host.SSHHost)
factory_unittest.py 83 self._orig_ssh_host = factory.ssh_host.SSHHost
89 factory.ssh_host.SSHHost = _gen_mock_conn('ssh')
99 factory.ssh_host.SSHHost = self._orig_ssh_host
factory.py 20 from autotest_lib.server.hosts import ssh_host
142 return ssh_host.SSHHost
servo_host.py 36 from autotest_lib.server.hosts import ssh_host
63 class ServoHost(ssh_host.SSHHost):
    [all...]
  /external/autotest/server/cros/packet_generation/
IP_utils.py 7 from autotest_lib.server.hosts import ssh_host
36 ap_sshhost = ssh_host.SSHHost(hostname=self.host.hostname)
  /external/autotest/scheduler/
drones_unittest.py 13 from autotest_lib.server.hosts import ssh_host
20 self._mock_host = self.god.create_mock_class(ssh_host.SSHHost,
drone_task_queue_unittest.py 19 from autotest_lib.server.hosts import ssh_host
40 self._mock_host = self.god.create_mock_class(ssh_host.SSHHost,
luciferlib.py 15 from autotest_lib.server.hosts import ssh_host
259 elif isinstance(host, ssh_host.SSHHost):
331 if not isinstance(host, ssh_host.SSHHost):
thread_lib_unittest.py 20 from autotest_lib.server.hosts import ssh_host
41 self._mock_host = self.god.create_mock_class(ssh_host.SSHHost,
drone_manager_unittest.py 15 from autotest_lib.server.hosts import ssh_host
367 _DRONE_HOST = ssh_host.SSHHost
  /external/autotest/site_utils/lib/
infra.py 11 from autotest_lib.server.hosts import ssh_host
79 host_object = ssh_host.SSHHost(host, user=username)
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 22 from autotest_lib.server.hosts import ssh_host
95 return ssh_host.SSHHost("localhost", port=self.ssh_tunnel_port)
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 877 if echo "$ssh_host" | grep '@' > /dev/null; then
878 ul=`echo "$ssh_host" | awk -F@ '{print $1}'`
880 ssh_host=`echo "$ssh_host" | awk -F@ '{print $2}'`
898 echo "$VNCVIEWERCMD" "$@" $ssh_host:$vdpy
900 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
903 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
    [all...]

Completed in 134 milliseconds