Searched refs:tm_test_detail (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/atest/ |
D | cli_translator.py | 81 def _find_test_infos(self, test, tm_test_detail): argument 111 if tm_test_detail: 113 tm_test_detail.options) 115 test_info.host = tm_test_detail.host 144 if test_infos and not tm_test_detail: 199 for test, tm_test_detail in zip(tests, test_mapping_test_details): 200 found_test_infos = self._find_test_infos(test, tm_test_detail)
|
/tools/asuite/atest/ |
D | cli_translator.py | 81 def _find_test_infos(self, test, tm_test_detail): argument 111 if tm_test_detail: 113 tm_test_detail.options) 115 test_info.host = tm_test_detail.host 144 if test_infos and not tm_test_detail: 199 for test, tm_test_detail in zip(tests, test_mapping_test_details): 200 found_test_infos = self._find_test_infos(test, tm_test_detail)
|