Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dtest_info.py184 test_paths = []
187 test_paths.append(str(build_target).replace(constants.MODULES_IN, ''))
188 return test_paths if test_paths else None
Dmodule_finder.py609 test_paths = test_finder_utils.find_class_file(
612 if not test_paths and rel_config:
619 test_paths = test_finder_utils.find_class_file(
622 test_paths = test_paths if test_paths is not None else []
624 if not test_paths:
629 test_paths = []
631 test_paths.append(os.path.join(self.root_dir, rel_module_path))
633 for test_path in test_paths:
Dtest_finder_utils.py885 test_paths = run_find_cmd(TestReferenceType.INTEGRATION, abs_path, name)
886 if test_paths:
887 test_files.extend(test_paths)
/tools/test/mobly_extensions/scripts/
Dlocal_mobly_runner.py147 multiple_test_paths = (args.test_paths is not None
148 and len(args.test_paths.split(',')) > 1)
155 args.novenv = args.novenv or (args.test_paths is not None)
227 if args.test_paths:
228 mobly_bins.extend(args.test_paths.split(','))
421 if args.test_paths is not None:
/tools/asuite/aidegen/idea/
Diml_unittest.py178 test_paths = {
196 test_paths.update(mod_info._get_path_to_module_info(
198 print('\n{} {}.'.format('Test_paths length:', len(test_paths)))
201 for path in test_paths:
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py139 def import_test_modules(self, test_paths): argument
161 file_list = utils.find_files(test_paths, is_testfile_name)