Home
last modified time | relevance | path

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

/external/autotest/tko/
Dnightly.py37 def matching_test_attributes(attrs, required_test_attributes): argument
38 if not required_test_attributes:
40 matches = [attrs[key] == required_test_attributes[key]
41 for key in attrs if key in required_test_attributes]