Searched refs:get_tests_from_fs (Results 1 – 1 of 1) sorted by relevance
/external/autotest/utils/ |
D | test_importer.py | 72 tests = get_tests_from_fs(test_path, "^control.*", 80 tests = get_tests_from_fs(test_suite_path, '.*', 89 profilers = get_tests_from_fs(profilers_path, '.*py$') 111 tests = get_tests_from_fs(sample_path, '.*srv$', 350 def get_tests_from_fs(parent_dir, control_pattern, add_noncompliant=False): function 600 tests = get_tests_from_fs(options.tests_dir, options.control_pattern, 606 profilers = get_tests_from_fs(options.profile_dir, '.*py$')
|