Home
last modified time | relevance | path

Searched refs:ShellCmdWithRetry (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/public/actions/
Dremote_instance_fvp_device_factory.py65 ssh.ShellCmdWithRetry(cmd)
72 ssh.ShellCmdWithRetry(cmd)
79 ssh.ShellCmdWithRetry(cmd)
96 ssh.ShellCmdWithRetry(cmd)
Dremote_host_cf_device_factory_test.py275 mock_ssh.ShellCmdWithRetry.assert_called_once()
276 self.assertRegex(mock_ssh.ShellCmdWithRetry.call_args[0][0],
320 self.assertRegex(mock_ssh.ShellCmdWithRetry.call_args_list[0][0][0],
323 self.assertRegex(mock_ssh.ShellCmdWithRetry.call_args_list[1][0][0],
373 self.assertRegex(mock_ssh.ShellCmdWithRetry.call_args_list[0][0][0],
376 self.assertRegex(mock_ssh.ShellCmdWithRetry.call_args_list[1][0][0],
Dremote_host_cf_device_factory.py357 ssh.ShellCmdWithRetry(cmd)
383 ssh.ShellCmdWithRetry(cmd)
464 ssh.ShellCmdWithRetry(cmd)
/tools/acloud/internal/lib/
Dssh.py191 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, function
287 return ShellCmdWithRetry(
399 ShellCmdWithRetry(" ".join(scp_command))
411 ShellCmdWithRetry(" ".join(scp_command))
423 ShellCmdWithRetry(" ".join(scp_command))
Dcvd_utils.py229 ssh.ShellCmdWithRetry(cmd)
245 ssh.ShellCmdWithRetry(cmd)
568 ssh.ShellCmdWithRetry(cmd)
Dssh_test.py63 ssh.ShellCmdWithRetry,