Home
last modified time | relevance | path

Searched refs:OETestContextExecutor (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A D__init__.py63 from oeqa.core.context import OETestContextExecutor
78 OETestContextExecutor):
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A DREADME29 OETestContextExecutor a base class to enable oe-test to discover/use
33 that supports OETestContextExecutor (see below).
64 Adding a new test component the developer needs to extend OETestContext/OETestContextExecutor
H A Dcontext.py100 class OETestContextExecutor(object): class
246 _executor_class = OETestContextExecutor
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcontext.py12 from oeqa.core.context import OETestContext, OETestContextExecutor
51 class OESDKTestContextExecutor(OETestContextExecutor):
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py10 from oeqa.core.context import OETestContext, OETestContextExecutor
37 class OERuntimeTestContextExecutor(OETestContextExecutor):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py21 from oeqa.core.context import OETestContext, OETestContextExecutor
166 class OESelftestTestContextExecutor(OETestContextExecutor):