Searched refs:OEQATestNotFound (Results 1 – 4 of 4) sorted by relevance
25 class OEQATestNotFound(OEQAException): class
16 from oeqa.core.exception import OEQATestNotFound65 …raise OEQATestNotFound("All selected modules were skipped, this would trigger selftest with all te…270 raise OEQATestNotFound("Not found %s in loaded test cases" % \
16 from oeqa.core.exception import OEQAMissingManifest, OEQATestNotFound217 except OEQATestNotFound as ex:
22 from oeqa.core.exception import OEQAPreRun, OEQATestNotFound369 except OEQATestNotFound as ex: