Home
last modified time | relevance | path

Searched refs:GetBaseCmd (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py207 ShellCmdWithRetry(self.GetBaseCmd(constants.SSH_BIN) + " " + target_command,
211 def GetBaseCmd(self, execute_bin): member in Ssh
252 remote_cmd = [self.GetBaseCmd(constants.SSH_BIN)]
290 scp_command = [self.GetBaseCmd(constants.SCP_BIN)]
302 scp_command = [self.GetBaseCmd(constants.SCP_BIN)]
Dssh_test.py66 self.assertEqual(ssh_object.GetBaseCmd(constants.SSH_BIN), expected_ssh_cmd)
73 self.assertEqual(ssh_object.GetBaseCmd(constants.SSH_BIN), expected_ssh_cmd)
77 self.assertEqual(ssh_object.GetBaseCmd(constants.SCP_BIN), expected_scp_cmd)
/tools/acloud/pull/
Dpull.py172 ssh_cmd = [ssh.GetBaseCmd(constants.SSH_BIN), _FIND_LOG_FILE_CMD]
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py321 ssh_cmd=self._ssh.GetBaseCmd(constants.SSH_BIN)))
Dremote_instance_cf_device_factory_test.py277 (fake_local_image_dir, factory._ssh.GetBaseCmd(constants.SSH_BIN)))