Home
last modified time | relevance | path

Searched refs:test_group (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest-py2/
Dcli_translator.py326 self, test_group, test_mapping_files): argument
355 tests = set(merged_all_tests.get(test_group, []))
356 if test_group == constants.TEST_GROUP_ALL:
364 self, path='', test_group=constants.TEST_GROUP_PRESUBMIT, argument
412 test_group, test_mapping_files)
427 path, test_group, file_name, include_subdirs,
456 test_group = constants.TEST_GROUP_PRESUBMIT
459 src_path, test_group = args.tests[0].split(':')
464 path=src_path, test_group=test_group,
472 test_group, os.path.realpath(''))
[all …]
Dcli_translator_unittest.py294 test_group=constants.TEST_GROUP_POSTSUBMIT,
311 path=TEST_MAPPING_DIR, test_group=constants.TEST_GROUP_ALL,
/tools/asuite/atest/
Dcli_translator.py429 for test_group in test_groups:
430 temp_tests = set(merged_all_tests.get(test_group, []))
432 if test_group == constants.TEST_GROUP_ALL:
540 src_path, test_group = args.tests[0].split(':')
541 test_groups = [test_group]
557 for test_group, test_list in all_test_details.items():
558 tests += '%s:\n' % test_group