Home
last modified time | relevance | path

Searched refs:show_output (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py90 def _SshLogOutput(cmd, timeout=None, show_output=False): argument
120 if show_output or process.returncode != 0:
134 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument
161 show_output=show_output)
194 def Run(self, target_command, timeout=None, show_output=False, argument
214 show_output,
/tools/acloud/pull/
Dpull.py97 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
Dpull_test.py81 mock.call(expected_cmd, show_output=True)])