Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dssh_test.py60 ssh_object = ssh.Ssh(ip=self.FAKE_IP,
70 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
83 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
96 ssh_object = ssh.Ssh(self.FAKE_IP,
114 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
127 ssh_object = ssh.Ssh(self.FAKE_IP,
145 ssh_object = ssh.Ssh(self.FAKE_IP, self.FAKE_SSH_USER, self.FAKE_SSH_PRIVATE_KEY_PATH)
158 ssh_object = ssh.Ssh(self.FAKE_IP,
177 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
185 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
91 self.Patch(Ssh, "ScpPushFile")
92 self.Patch(Ssh, "WaitForSsh")
93 self.Patch(Ssh, "GetBaseCmd")
Dcvd_compute_client_multi_stage.py51 from acloud.internal.lib.ssh import Ssh
204 self._ssh = Ssh(ip=self._ip,
Dssh.py175 class Ssh(object): class
/tools/acloud/pull/
Dpull.py28 from acloud.internal.lib.ssh import Ssh
60 ssh = Ssh(ip=IP(ip=instance.ip),
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py136 self._ssh = ssh.Ssh(
283 self._ssh = ssh.Ssh(ip=ip,
Dremote_instance_cf_device_factory_test.py241 @mock.patch.object(ssh.Ssh, "Run")
260 factory._ssh = ssh.Ssh(ip=fake_ip,
/tools/acloud/delete/
Ddelete.py200 ssh = ssh_object.Ssh(