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.py1066 def _call_action(self, action_tuple, check_status=False): argument
1081 if isinstance(action_tuple, list):
1083 for action in action_tuple])
1085 action = action_tuple
1088 if isinstance(action_tuple, tuple):
1089 action = action_tuple[0]
1090 if len(action_tuple) >= 2:
1091 args = action_tuple[1]
1094 if len(action_tuple) >= 3:
1095 error_msg = action_tuple[2]