Searched refs:Ssh (Results 1 – 12 of 12) sorted by relevance
/tools/acloud/internal/lib/ |
D | ssh_test.py | 63 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 …]
|
D | cvd_compute_client_multi_stage_test.py | 32 from acloud.internal.lib.ssh import Ssh 93 self.Patch(Ssh, "ScpPushFile") 94 self.Patch(Ssh, "WaitForSsh") 95 self.Patch(Ssh, "GetBaseCmd")
|
D | cvd_compute_client_multi_stage.py | 52 from acloud.internal.lib.ssh import Ssh 213 self._ssh = Ssh(ip=self._ip,
|
D | ssh.py | 177 class Ssh(object): class
|
/tools/acloud/pull/ |
D | pull.py | 28 from acloud.internal.lib.ssh import Ssh 59 ssh = Ssh(ip=IP(ip=instance.ip),
|
D | pull_test.py | 68 @mock.patch.object(ssh.Ssh, "Run") 72 _ssh = ssh.Ssh(ip=fake_ip,
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 247 @mock.patch.object(ssh.Ssh, "Run") 266 factory._ssh = ssh.Ssh(ip=fake_ip,
|
D | gce_device_factory.py | 92 self._ssh = ssh.Ssh(ip=ip,
|
D | remote_instance_fvp_device_factory_test.py | 71 factory._ssh = ssh.Ssh(ip=fake_ip,
|
D | remote_instance_cf_device_factory.py | 119 self._ssh = ssh.Ssh(
|
/tools/acloud/reconnect/ |
D | reconnect.py | 65 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
|
/tools/acloud/delete/ |
D | delete.py | 200 ssh = ssh_object.Ssh(
|