Home | History | Annotate | Download | only in hosts

Lines Matching full:stdout

72              stdout, stderr, connect_timeout, env, options, stdin, args,
95 result = utils.run(full_cmd, timeout, True, stdout, stderr,
178 The command may redirect its stdin, stdout, or stderr as
189 # requirement. sshd won't terminate until stdin, stdout,
195 return self.run(cmd_fmt % command, verbose=verbose).stdout
219 in stdout or stderr to determine if the command was
230 @param stdout_ok_regexp: regexp that should be in stdout
232 @param stdout_err_regexp: regexp that should be in stdout
248 - If stdout_err_regexp is found in stdout,
250 - If stdout_ok_regexp is not found in stdout,
259 (stdout_err_regexp, result.stdout)):
268 (stdout_ok_regexp, result.stdout)):