Searched refs:get_tests_from_fs (Results 1 – 1 of 1) sorted by relevance
/external/autotest/utils/ |
D | test_importer.py | 74 tests = get_tests_from_fs(test_path, "^control.*", 82 tests = get_tests_from_fs(test_suite_path, '.*', 91 profilers = get_tests_from_fs(profilers_path, '.*py$') 113 tests = get_tests_from_fs(sample_path, '.*srv$', 352 def get_tests_from_fs(parent_dir, control_pattern, add_noncompliant=False): function 602 tests = get_tests_from_fs(options.tests_dir, options.control_pattern, 608 profilers = get_tests_from_fs(options.profile_dir, '.*py$')
|