Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dsuite.py824 def _deprecated_suite_method(func): function
1327 find_and_parse_tests = _deprecated_suite_method(find_and_parse_tests)
1328 find_possible_tests = _deprecated_suite_method(find_possible_tests)
1329 create_fs_getter = _deprecated_suite_method(create_fs_getter)
1330 name_in_tag_predicate = _deprecated_suite_method(
1332 name_in_tag_similarity_predicate = _deprecated_suite_method(
1334 test_name_equals_predicate = _deprecated_suite_method(
1336 test_name_in_list_predicate = _deprecated_suite_method(
1338 test_name_matches_pattern_predicate = _deprecated_suite_method(
1340 test_file_matches_pattern_predicate = _deprecated_suite_method(
[all …]