D | quarantine.py | 29 def get_matched_quarantine(self, testname, platform, architecture, simulation): argument 30 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulation) 98 architecture: str, 110 … and (matched := _is_element_matched(architecture, qelem.architectures)) is False):
|