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.py1626 def _call_action(self, action_tuple, check_status=False): argument
1641 if isinstance(action_tuple, list):
1643 for action in action_tuple])
1645 action = action_tuple
1648 if isinstance(action_tuple, tuple):
1649 action = action_tuple[0]
1650 if len(action_tuple) >= 2:
1651 args = action_tuple[1]
1654 if len(action_tuple) >= 3:
1655 error_msg = action_tuple[2]