Home
last modified time | relevance | path

Searched refs:Ssh (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/internal/lib/
Dssh_test.py63 ssh_object = ssh.Ssh(ip=self.FAKE_IP,
73 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
86 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
99 ssh_object = ssh.Ssh(self.FAKE_IP,
117 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
130 ssh_object = ssh.Ssh(self.FAKE_IP,
148 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
161 ssh_object = ssh.Ssh(self.FAKE_IP,
180 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
188 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
[all …]
Dcvd_compute_client_multi_stage_test.py32 from acloud.internal.lib.ssh import Ssh
93 self.Patch(Ssh, "ScpPushFile")
94 self.Patch(Ssh, "WaitForSsh")
95 self.Patch(Ssh, "GetBaseCmd")
Dcvd_compute_client_multi_stage.py52 from acloud.internal.lib.ssh import Ssh
213 self._ssh = Ssh(ip=self._ip,
Dssh.py177 class Ssh(object): class
/tools/acloud/pull/
Dpull.py28 from acloud.internal.lib.ssh import Ssh
59 ssh = Ssh(ip=IP(ip=instance.ip),
Dpull_test.py68 @mock.patch.object(ssh.Ssh, "Run")
72 _ssh = ssh.Ssh(ip=fake_ip,
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py247 @mock.patch.object(ssh.Ssh, "Run")
266 factory._ssh = ssh.Ssh(ip=fake_ip,
Dgce_device_factory.py92 self._ssh = ssh.Ssh(ip=ip,
Dremote_instance_fvp_device_factory_test.py71 factory._ssh = ssh.Ssh(ip=fake_ip,
Dremote_instance_cf_device_factory.py119 self._ssh = ssh.Ssh(
/tools/acloud/reconnect/
Dreconnect.py65 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
/tools/acloud/delete/
Ddelete.py200 ssh = ssh_object.Ssh(