Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Dexception.py25 class OEQATestNotFound(OEQAException): class
H A Dcontext.py16 from oeqa.core.exception import OEQAMissingManifest, OEQATestNotFound
217 except OEQATestNotFound as ex:
H A Dloader.py16 from oeqa.core.exception import OEQATestNotFound
265 raise OEQATestNotFound("Not found %s in loaded test cases" % \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py21 from oeqa.core.exception import OEQAPreRun, OEQATestNotFound
355 except OEQATestNotFound as ex: