Searched refs:MODULE_COMPATIBILITY_SUITES (Results 1 – 8 of 8) sorted by relevance
/tools/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 425 constants.MODULE_COMPATIBILITY_SUITES: [], 482 constants.MODULE_COMPATIBILITY_SUITES: [], 555 constants.MODULE_COMPATIBILITY_SUITES: [], 617 constants.MODULE_COMPATIBILITY_SUITES: [], 678 constants.MODULE_COMPATIBILITY_SUITES: [], 720 constants.MODULE_COMPATIBILITY_SUITES: [], 766 constants.MODULE_COMPATIBILITY_SUITES: [], 866 constants.MODULE_COMPATIBILITY_SUITES: [], 907 constants.MODULE_COMPATIBILITY_SUITES: [], 945 constants.MODULE_COMPATIBILITY_SUITES: [], [all …]
|
D | module_finder.py | 91 suites = mod_info.get(constants.MODULE_COMPATIBILITY_SUITES, []) 281 ).get(constants.MODULE_COMPATIBILITY_SUITES, []): 284 constants.MODULE_COMPATIBILITY_SUITES, [] 301 constants.MODULE_COMPATIBILITY_SUITES, [] 484 constants.MODULE_COMPATIBILITY_SUITES, [] 523 constants.MODULE_COMPATIBILITY_SUITES, [] 566 constants.MODULE_COMPATIBILITY_SUITES, [] 1054 constants.MODULE_COMPATIBILITY_SUITES, []
|
/tools/asuite/atest/ |
D | module_info_unittest_base.py | 224 m[constants.MODULE_COMPATIBILITY_SUITES] = compatibility_suites or []
|
D | constants_default.py | 82 MODULE_COMPATIBILITY_SUITES = 'compatibility_suites' variable
|
D | bazel_mode.py | 1038 'suites': set(info.get(constants.MODULE_COMPATIBILITY_SUITES, [])), 1293 self.suites = info.get(constants.MODULE_COMPATIBILITY_SUITES, [])
|
D | module_info.py | 564 return suite in mod_info.get(constants.MODULE_COMPATIBILITY_SUITES, [])
|
D | atest_main.py | 560 title_mapping[constants.MODULE_COMPATIBILITY_SUITES] = 'Compatibility suite'
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 1656 if 'vts' in self._info.get(constants.MODULE_COMPATIBILITY_SUITES, []):
|