Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py123 and (matched := _is_element_matched(scenario, qelem.re_scenarios)) is False):
126 and (matched := _is_element_matched(platform, qelem.re_platforms)) is False):
130 and (matched := _is_element_matched(architecture, qelem.re_architectures)) is False
135 and (matched := _is_element_matched(simulator_name, qelem.re_simulations)) is False
144 def _is_element_matched(element: str, list_of_elements: list[re.Pattern]) -> bool: function