Searched refs:tm_test_detail (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest-py2/ |
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 | 87 def _find_test_infos(self, test, tm_test_detail, argument 141 if tm_test_detail: 143 tm_test_detail.options) 145 test_info.host = tm_test_detail.host 186 if test_infos and not tm_test_detail: 279 for test, tm_test_detail in zip(tests, test_mapping_test_details): 280 found_test_infos = self._find_test_infos(test, tm_test_detail,
|