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.py16 success_token = 'unexpected'
23 local_shell.run_command_check_output(cmd, success_token))
28 success_token = 'expected'
36 local_shell.run_command_check_output(cmd, success_token))
41 success_token = 'malformed token \n'
49 success_token)
Dshell_wrapper.py90 def run_command_check_output(self, cmd, success_token): argument
106 if '\n' in success_token:
109 self._os_if.log('Checking for %s in %s' % (success_token, cmd_stdout))
110 return success_token in cmd_stdout
Dos_interface.py104 def run_shell_command_check_output(self, cmd, success_token): argument
106 return self.shell.run_command_check_output(cmd, success_token)
/external/autotest/client/cros/faft/
Drpc_functions.py724 def run_shell_command_check_output(self, command, success_token): argument
733 command, success_token)