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.py819 def _deprecated_suite_method(func): function
1322 find_and_parse_tests = _deprecated_suite_method(find_and_parse_tests)
1323 find_possible_tests = _deprecated_suite_method(find_possible_tests)
1324 create_fs_getter = _deprecated_suite_method(create_fs_getter)
1325 name_in_tag_predicate = _deprecated_suite_method(
1327 name_in_tag_similarity_predicate = _deprecated_suite_method(
1329 test_name_equals_predicate = _deprecated_suite_method(
1331 test_name_matches_pattern_predicate = _deprecated_suite_method(
1333 test_file_matches_pattern_predicate = _deprecated_suite_method(
1335 matches_attribute_expression_predicate = _deprecated_suite_method(
[all …]