Home
last modified time | relevance | path

Searched refs:success_token (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dshell_wrapper_unittest.py15 success_token = 'unexpected'
23 local_shell.run_command_check_output(cmd, success_token))
28 success_token = 'expected'
39 local_shell.run_command_check_output(cmd, success_token))
44 success_token = 'malformed token \n'
53 success_token)
Dshell_wrapper.py93 def run_command_check_output(self, cmd, success_token): argument
109 if '\n' in success_token:
112 self._os_if.log('Checking for %s in %s' % (success_token, cmd_stdout))
113 return success_token in cmd_stdout
Dos_interface.py107 def run_shell_command_check_output(self, cmd, success_token): argument
109 return self.shell.run_command_check_output(cmd, success_token)
/external/autotest/client/cros/faft/
Drpc_functions.py802 def run_shell_command_check_output(self, command, success_token): argument
811 command, success_token)