Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py21 from oeqa.core.exception import OEQAPreRun, OEQATestNotFound
269 raise OEQAPreRun
288 raise OEQAPreRun
307 raise OEQAPreRun
311 raise OEQAPreRun
315 raise OEQAPreRun
319 raise OEQAPreRun
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-selftest34 from oeqa.core.exception import OEQAPreRun
53 except OEQAPreRun as pr:
H A Doe-test30 from oeqa.core.exception import OEQAPreRun
71 except OEQAPreRun as pr:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Dexception.py22 class OEQAPreRun(OEQAException): class