Searched refs:ShellCmdWithRetry (Results 1 – 6 of 6) sorted by relevance
65 ssh.ShellCmdWithRetry(cmd)72 ssh.ShellCmdWithRetry(cmd)79 ssh.ShellCmdWithRetry(cmd)96 ssh.ShellCmdWithRetry(cmd)
275 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],
357 ssh.ShellCmdWithRetry(cmd)383 ssh.ShellCmdWithRetry(cmd)464 ssh.ShellCmdWithRetry(cmd)
191 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, function287 return ShellCmdWithRetry(399 ShellCmdWithRetry(" ".join(scp_command))411 ShellCmdWithRetry(" ".join(scp_command))423 ShellCmdWithRetry(" ".join(scp_command))
229 ssh.ShellCmdWithRetry(cmd)245 ssh.ShellCmdWithRetry(cmd)568 ssh.ShellCmdWithRetry(cmd)
63 ssh.ShellCmdWithRetry,