Searched refs:success_token (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/autotest/client/cros/faft/utils/ |
H A D | shell_wrapper_unittest.py | 16 success_token = 'unexpected' 26 local_shell.run_command_check_output(cmd, success_token)) 31 success_token = 'expected' 42 local_shell.run_command_check_output(cmd, success_token)) 47 success_token = 'malformed token \n' 58 success_token)
|
H A D | shell_wrapper.py | 96 def run_command_check_output(self, cmd, success_token): argument 112 if '\n' in success_token: 115 logging.info('Checking for %s in %s', success_token, cmd_stdout) 116 return success_token in cmd_stdout
|
H A D | os_interface.py | 95 def run_shell_command_check_output(self, cmd, success_token): argument 97 return self.shell.run_command_check_output(cmd, success_token)
|
/aosp_15_r20/external/autotest/client/cros/faft/ |
H A D | rpc_functions.py | 801 def run_shell_command_check_output(self, command, success_token): argument 810 command, success_token)
|