Lines Matching refs:test_info
134 for test_info in found_test_infos:
138 test_info.test_name)
140 test_info.test_name, test_deps)
142 test_info.data[constants.TI_MODULE_ARG] = (
144 test_info.from_test_mapping = True
145 test_info.host = tm_test_detail.host
147 test_info.test_finder = finder_info
148 test_info.mainline_modules = mainline_modules
149 test_info.build_targets = {
150 x for x in test_info.build_targets
152 test_info.build_targets.update(mm_build_targets)
158 test_info.build_targets.update(test_deps_in_mod_info)
159 test_infos.add(test_info)
182 test_info=test_info_str)
517 for test_info in test_infos:
518 targets |= test_info.build_targets
644 for test_info in test_infos:
645 logging.debug('%s\n', test_info)