Searched refs:tinfo (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest/test_runners/ |
D | mobly_test_runner_unittest.py | 150 self.tinfo = test_info.TestInfo( 164 self.tinfo.data[constants.MODULE_INSTALLED] = file_paths 166 test_files = self.runner._get_test_files(self.tinfo) 179 self.tinfo.data[constants.MODULE_INSTALLED] = [ 186 self.runner._get_test_files(self.tinfo) 193 self.tinfo.data[constants.MODULE_INSTALLED] = [ 200 self.runner._get_test_files(self.tinfo) 344 self.tinfo.data = { 353 self.runner._get_test_cases_from_spec(self.tinfo), 359 self.tinfo.data = { [all …]
|
D | mobly_test_runner.py | 403 for tinfo in test_infos: 406 test_files = self._get_test_files(tinfo) 416 test_cases = self._get_test_cases_from_spec(tinfo) 425 mobly_command, tinfo, rerun_options, mobly_args, reporter, uploader 505 def _get_test_files(self, tinfo: test_info.TestInfo) -> MoblyTestFiles: 511 logging.debug('Getting test resource files for %s', tinfo.test_name) 512 for path in tinfo.data.get(constants.MODULE_INSTALLED): 516 if path.name == tinfo.test_name: 668 def _get_test_cases_from_spec(self, tinfo: test_info.TestInfo) -> List[str]: 686 if not tinfo.data['filter']: [all …]
|
D | atest_tf_test_runner.py | 1212 for tinfo in test_infos: 1214 tinfo, mod_info 1223 def _is_parameter_auto_enabled_cfg(tinfo, mod_info): argument 1233 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info) 1250 for tinfo in test_infos: 1252 tinfo, self.module_info
|
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 474 tinfo = self._process_test_info( 488 if tinfo: 489 test_infos.append(tinfo) 513 tinfo = self._process_test_info( 527 if tinfo: 528 tinfos.append(tinfo) 556 tinfo = self._process_test_info( 570 if tinfo: 571 tinfos.append(tinfo) 661 for tinfo in test_infos: [all …]
|
/tools/asuite/atest/ |
D | bazel_mode.py | 1660 for tinfo in test_infos: 1661 m_info = mod_info.get_module_info(tinfo.test_name) 1671 tinfo.test_runner = BazelTestRunner.NAME 1678 tinfo.test_runner = BazelTestRunner.NAME 1687 tinfo.test_runner = BazelTestRunner.NAME
|
D | atest_main.py | 902 for tinfo in test_infos: 903 test_config, _ = test_finder_utils.get_test_config_and_srcs(tinfo, mod_info)
|