Lines Matching refs:test_configs
328 test_configs = []
333 test_configs = test_finder_utils.extract_selected_tests(
337 test_configs = test_config_list
338 if test_configs:
339 return test_configs
343 and len(test_configs) > 0
345 return test_configs
545 test_configs = self._get_module_test_config(module_name)
546 if not test_configs:
549 for test_config in test_configs:
1041 test_configs = mod_info.get(constants.MODULE_TEST_CONFIG, [])
1042 for test_config in test_configs: