Home
last modified time | relevance | path

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

/openbmc/openbmc/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:
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py22 from oeqa.core.exception import OEQAPreRun, OEQATestNotFound
274 raise OEQAPreRun
293 raise OEQAPreRun
312 raise OEQAPreRun
316 raise OEQAPreRun
320 raise OEQAPreRun
324 raise OEQAPreRun
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dexception.py22 class OEQAPreRun(OEQAException): class