Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py86 def test_has_at_least_one_matching_tag(test, tag_list): function
90 …return all(test_has_at_least_one_matching_tag(test_result, tag_list) or test_name.startswith("ptes…
93 return any(test_has_at_least_one_matching_tag(test, tag_list) for test in results.values())