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.py1038 def _call_action(self, action_tuple, check_status=False): argument
1053 if isinstance(action_tuple, list):
1055 for action in action_tuple])
1057 action = action_tuple
1060 if isinstance(action_tuple, tuple):
1061 action = action_tuple[0]
1062 if len(action_tuple) >= 2:
1063 args = action_tuple[1]
1066 if len(action_tuple) >= 3:
1067 error_msg = action_tuple[2]