Home
last modified time | relevance | path

Searched refs:test_paths (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/test_finders/
Dmodule_finder.py423 test_paths = test_finder_utils.find_class_file(search_dir, search_class_name,
425 if not test_paths and rel_config:
428 test_paths = test_finder_utils.find_class_file(self.root_dir,
432 if not test_paths:
435 for test_path in test_paths:
Dtest_finder_utils.py874 test_paths = run_find_cmd(FIND_REFERENCE_TYPE.INTEGRATION, abs_path,
876 if test_paths:
877 test_files.extend(test_paths)
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py412 test_paths = test_finder_utils.find_class_file(search_dir, class_name,
414 if not test_paths and rel_config:
417 test_paths = test_finder_utils.find_class_file(self.root_dir,
421 if not test_paths:
424 for test_path in test_paths:
Dtest_finder_utils.py860 test_paths = run_find_cmd(FIND_REFERENCE_TYPE.INTEGRATION, abs_path,
862 if test_paths:
863 test_files.extend(test_paths)
/tools/asuite/aidegen/idea/
Diml_unittest.py175 test_paths = {
187 test_paths.update(mod_info._get_path_to_module_info(
189 print('\n{} {}.'.format('Test_paths length:', len(test_paths)))
192 for path in test_paths:
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py139 def import_test_modules(self, test_paths): argument
160 file_list = utils.find_files(test_paths, is_testfile_name)