Searched refs:MODULE_TEST_CONFIG (Results 1 – 10 of 10) sorted by relevance
/tools/asuite/atest-py2/ |
D | constants_default.py | 85 MODULE_TEST_CONFIG = 'test_config' variable
|
D | module_info.py | 240 for test_config in mod_info.get(constants.MODULE_TEST_CONFIG, []):
|
D | module_info_unittest.py | 219 constants.MODULE_TEST_CONFIG:[os.path.join(uc.TEST_CONFIG_DATA_DIR, "a.xml")]}
|
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 196 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, [])
|
D | test_finder_utils.py | 583 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, [])
|
D | module_finder_unittest.py | 157 constants.MODULE_TEST_CONFIG: [ 181 constants.MODULE_TEST_CONFIG: [ 844 constants.MODULE_TEST_CONFIG: [uc.CONFIG_FILE,
|
/tools/asuite/atest/ |
D | constants_default.py | 99 MODULE_TEST_CONFIG = 'test_config' variable
|
D | module_info_unittest.py | 242 constants.MODULE_TEST_CONFIG:[os.path.join(
|
/tools/asuite/atest-py2/test_finders/ |
D | module_finder.py | 214 test_config_list = mod_info.get(constants.MODULE_TEST_CONFIG, [])
|
D | test_finder_utils.py | 517 for test_config in mod.get(constants.MODULE_TEST_CONFIG, []):
|