Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dquarantine.py114 and (matched := _is_element_matched(scenario, qelem.re_scenarios)) is False):
117 and (matched := _is_element_matched(platform, qelem.re_platforms)) is False):
120 … and (matched := _is_element_matched(architecture, qelem.re_architectures)) is False):
123 … and (matched := _is_element_matched(simulation, qelem.re_simulations)) is False):
131 def _is_element_matched(element: str, list_of_elements: list[re.Pattern]) -> bool: function