Lines Matching refs:test_configs
261 test_configs = []
266 test_configs = test_finder_utils.extract_test_from_tests(
269 test_configs = test_config_list
270 if test_configs:
271 return test_configs
274 and len(test_configs) > 0):
275 return test_configs
463 test_configs = self._get_module_test_config(module_name)
464 if not test_configs:
467 for test_config in test_configs:
870 test_configs = mod_info.get(constants.MODULE_TEST_CONFIG, [])
871 for test_config in test_configs: