Lines Matching refs:t_info
162 for t_info in found_test_infos:
166 t_info.test_name
169 '(%s) Test dependencies: %s', t_info.test_name, test_deps
172 t_info.data[constants.TI_MODULE_ARG] = tm_test_detail.options
173 t_info.from_test_mapping = True
174 t_info.host = tm_test_detail.host
176 t_info.test_finder = finder_info
179 t_info.test_name = test
184 t_info.raw_test_name = test_name
189 t_info.add_mainline_module(mod)
199 t_info.add_build_target(dep)
200 test_infos.append(t_info)
758 for t_info in test_infos:
759 logging.debug('%s\n', t_info)