Lines Matching refs:test_mapping_files
494 def _get_tests_from_test_mapping_files(self, test_groups, test_mapping_files): argument
515 for test_mapping_file in test_mapping_files:
563 test_mapping_files = set()
567 test_mapping_files.add(test_mapping_file)
571 test_mapping_files.update(atest_utils.find_files(path, file_name))
577 test_mapping_files.add(test_mapping_file)
581 test_mapping_files.difference_update(checked_files)
582 checked_files.update(test_mapping_files)
583 if not test_mapping_files:
584 return test_mapping_files, all_tests
587 test_groups, test_mapping_files