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.py1165 def _call_action(self, action_tuple, check_status=False): argument
1180 if isinstance(action_tuple, list):
1182 for action in action_tuple])
1184 action = action_tuple
1187 if isinstance(action_tuple, tuple):
1188 action = action_tuple[0]
1189 if len(action_tuple) >= 2:
1190 args = action_tuple[1]
1193 if len(action_tuple) >= 3:
1194 error_msg = action_tuple[2]