Home
last modified time | relevance | path

Searched refs:MODULE_TEST_CONFIG (Results 1 – 10 of 10) sorted by relevance

/tools/asuite/atest-py2/
Dconstants_default.py85 MODULE_TEST_CONFIG = 'test_config' variable
Dmodule_info.py240 for test_config in mod_info.get(constants.MODULE_TEST_CONFIG, []):
Dmodule_info_unittest.py219 constants.MODULE_TEST_CONFIG:[os.path.join(uc.TEST_CONFIG_DATA_DIR, "a.xml")]}
/tools/asuite/atest/test_finders/
Dmodule_finder.py196 if (mod_info.get(constants.MODULE_TEST_CONFIG, []).index(rel_config)
262 test_config_list = mod_info.get(constants.MODULE_TEST_CONFIG, [])
870 test_configs = mod_info.get(constants.MODULE_TEST_CONFIG, [])
Dtest_finder_utils.py583 for test_config in mod.get(constants.MODULE_TEST_CONFIG, []):
1199 test_configs = mod_info.get(constants.MODULE_TEST_CONFIG, [])
1214 test_configs = info.get(constants.MODULE_TEST_CONFIG, [])
Dmodule_finder_unittest.py157 constants.MODULE_TEST_CONFIG: [
181 constants.MODULE_TEST_CONFIG: [
844 constants.MODULE_TEST_CONFIG: [uc.CONFIG_FILE,
/tools/asuite/atest/
Dconstants_default.py99 MODULE_TEST_CONFIG = 'test_config' variable
Dmodule_info_unittest.py242 constants.MODULE_TEST_CONFIG:[os.path.join(
/tools/asuite/atest-py2/test_finders/
Dmodule_finder.py214 test_config_list = mod_info.get(constants.MODULE_TEST_CONFIG, [])
Dtest_finder_utils.py517 for test_config in mod.get(constants.MODULE_TEST_CONFIG, []):