Home
last modified time | relevance | path

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

/external/autotest/server/cros/faft/
Dfirmware_test.py1025 def _call_action(self, action_tuple, check_status=False): argument
1040 if isinstance(action_tuple, list):
1042 for action in action_tuple])
1044 action = action_tuple
1047 if isinstance(action_tuple, tuple):
1048 action = action_tuple[0]
1049 if len(action_tuple) >= 2:
1050 args = action_tuple[1]
1053 if len(action_tuple) >= 3:
1054 error_msg = action_tuple[2]