Searched refs:testname (Results 1 – 3 of 3) sorted by relevance
38 def get_matched_quarantine(self, testname, platform, architecture, simulator): argument39 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulator)
158 assert all([testname in err for testname in expected_test_names])
340 for testname, instance in class_testplan.instances.items():342 if testname in expected_val:348 if testname in expected_val:350 assert instance.reason == "Quarantine: " + expected_val[testname]