Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A D__init__.py61 from oeqa.core.context import OETestContextExecutor
76 OETestContextExecutor):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py12 from oeqa.core.context import OETestContext, OETestContextExecutor
51 class OESDKTestContextExecutor(OETestContextExecutor):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcontext.py10 from oeqa.core.context import OETestContext, OETestContextExecutor
39 class OERuntimeTestContextExecutor(OETestContextExecutor):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py20 from oeqa.core.context import OETestContext, OETestContextExecutor
143 class OESelftestTestContextExecutor(OETestContextExecutor):