Searched refs:success_token (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | shell_wrapper_unittest.py | 16 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)
|
D | shell_wrapper.py | 90 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
|
D | os_interface.py | 104 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/ |
D | rpc_functions.py | 724 def run_shell_command_check_output(self, command, success_token): argument 733 command, success_token)
|