Searched refs:OEQATestNotFound (Results 1 – 4 of 4) sorted by relevance
25 class OEQATestNotFound(OEQAException): class
16 from oeqa.core.exception import OEQAMissingManifest, OEQATestNotFound217 except OEQATestNotFound as ex:
16 from oeqa.core.exception import OEQATestNotFound265 raise OEQATestNotFound("Not found %s in loaded test cases" % \
21 from oeqa.core.exception import OEQAPreRun, OEQATestNotFound355 except OEQATestNotFound as ex: