Searched refs:test_groups (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/ |
D | cli_translator.py | 399 self, test_groups, test_mapping_files): argument 429 for test_group in test_groups: 440 self, path='', test_groups=None, argument 464 if not test_groups: 465 test_groups = constants.DEFAULT_TEST_GROUPS 491 test_groups, test_mapping_files) 506 path, test_groups, file_name, include_subdirs, 537 test_groups = constants.DEFAULT_TEST_GROUPS 541 test_groups = [test_group] 546 path=src_path, test_groups=test_groups, [all …]
|
D | cli_translator_unittest.py | 327 test_groups=[constants.TEST_GROUP_POSTSUBMIT], 344 path=TEST_MAPPING_DIR, test_groups=[constants.TEST_GROUP_ALL],
|