Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dssh_test.py68 ssh_object = ssh.Ssh(ip=self.FAKE_IP,
80 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
97 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
114 ssh_object = ssh.Ssh(self.FAKE_IP,
134 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
150 ssh_object = ssh.Ssh(self.FAKE_IP,
170 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
186 ssh_object = ssh.Ssh(self.FAKE_IP,
207 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
215 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
[all …]
Dcvd_compute_client_multi_stage_test.py34 from acloud.internal.lib.ssh import Ssh
103 self.Patch(Ssh, "ScpPushFile")
104 self.Patch(Ssh, "WaitForSsh")
105 self.Patch(Ssh, "GetBaseCmd")
108 self.cvd_compute_client_multi_stage._ssh = Ssh(
185 @mock.patch.object(Ssh, "Run")
186 @mock.patch.object(Ssh, "ScpPushFiles")
214 @mock.patch.object(Ssh, "ScpPushFile")
Dcvd_compute_client_multi_stage.py51 from acloud.internal.lib.ssh import Ssh
142 self._ssh = Ssh(ip=self._ip,
Dssh.py241 class Ssh(): class
/tools/acloud/restart/
Drestart_test.py23 from acloud.internal.lib.ssh import Ssh
84 self.Patch(Ssh, "Run")
91 Ssh.Run.assert_called_once()
94 self.Patch(Ssh, "Run",
Drestart.py26 from acloud.internal.lib.ssh import Ssh
52 ssh = Ssh(ip=IP(ip=instance.ip),
/tools/acloud/public/actions/
Dremote_host_cf_device_factory_test.py96 mock_ssh.Ssh.return_value = mock_ssh_obj
149 mock_ssh.Ssh.return_value = mock_ssh_obj
196 mock_ssh.Ssh.return_value = mock_ssh_obj
250 mock_ssh.Ssh.return_value = mock_ssh_obj
299 mock_ssh.Ssh.return_value = mock_ssh_obj
352 mock_ssh.Ssh.return_value = mock_ssh_obj
406 mock_ssh.Ssh.return_value = mock_ssh_obj
463 mock_ssh.Ssh.return_value = mock_ssh_obj
Dremote_instance_fvp_device_factory_test.py72 factory._ssh = ssh.Ssh(ip=fake_ip,
Dgce_device_factory.py93 self._ssh = ssh.Ssh(ip=ip,
Dremote_host_cf_device_factory.py179 self._ssh = ssh.Ssh(
Dremote_host_gf_device_factory.py110 self._ssh = ssh.Ssh(
/tools/acloud/powerwash/
Dpowerwash.py25 from acloud.internal.lib.ssh import Ssh
46 ssh = Ssh(ip=IP(ip=instance.ip),
/tools/acloud/pull/
Dpull.py27 from acloud.internal.lib.ssh import Ssh
57 ssh = Ssh(ip=IP(ip=instance.ip),
Dpull_test.py72 @mock.patch.object(ssh.Ssh, "Run")
76 _ssh = ssh.Ssh(ip=fake_ip,
/tools/acloud/delete/
Ddelete_test.py217 mock_ssh.Ssh.return_value = mock_ssh_obj
225 mock_ssh.Ssh.assert_called_with(
251 mock_ssh.Ssh.assert_called_with(
Ddelete.py281 ssh_obj = ssh.Ssh(
/tools/acloud/reconnect/
Dreconnect.py62 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
Dreconnect_test.py313 self.Patch(ssh_object.Ssh, "GetCmdOutput", return_value="fake_rawdata")
/tools/acloud/internal/proto/
Duser_config.proto131 // [CVD only] Ssh connect with hostname.