Lines Matching refs:tinfo
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']:
688 (test_filter,) = tinfo.data['filter']
741 tinfo: test_info.TestInfo,
763 tinfo.test_name,
788 summary_file, tinfo, iteration_num, rerun_options.iterations, uploader
827 tinfo: test_info.TestInfo,
877 'group_name': tinfo.test_name,
899 'module': tinfo.test_name,