Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dexception.py25 class OEQATestNotFound(OEQAException): class
H A Dloader.py16 from oeqa.core.exception import OEQATestNotFound
65 …raise OEQATestNotFound("All selected modules were skipped, this would trigger selftest with all te…
270 raise OEQATestNotFound("Not found %s in loaded test cases" % \
H A Dcontext.py16 from oeqa.core.exception import OEQAMissingManifest, OEQATestNotFound
217 except OEQATestNotFound as ex:
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py22 from oeqa.core.exception import OEQAPreRun, OEQATestNotFound
369 except OEQATestNotFound as ex: