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
119 if show_output or process.returncode != 0:
133 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument
160 show_output=show_output)
193 def Run(self, target_command, timeout=None, show_output=False, argument
213 show_output,
/tools/acloud/pull/
Dpull.py97 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
Dpull_test.py80 mock.call(expected_cmd, show_output=True)])