Lines Matching refs:test_configs
284 test_configs = []
289 test_configs = test_finder_utils.extract_test_from_tests(
292 test_configs = test_config_list
293 if test_configs:
294 return test_configs
297 and len(test_configs) > 0):
298 return test_configs
481 test_configs = self._get_module_test_config(module_name)
482 if not test_configs:
485 for test_config in test_configs:
895 test_configs = mod_info.get(constants.MODULE_TEST_CONFIG, [])
896 for test_config in test_configs: