Home
last modified time | relevance | path

Searched refs:OETestContext (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/
H A Dcontext.py11 from oeqa.core.context import OETestContext
13 class CheckLayerTestContext(OETestContext):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/
H A Dcommon.py34 from oeqa.core.context import OETestContext
35 tc = OETestContext(d, self.logger)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py12 from oeqa.core.context import OETestContext, OETestContextExecutor
14 class OESDKTestContext(OETestContext):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A DREADME27 * oeqa/core/context: Provides OETestContext, a high-level API for
64 Adding a new test component the developer needs to extend OETestContext/OETestContextExecutor
H A Dcontext.py18 class OETestContext(object): class
101 _context_class = OETestContext
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcontext.py10 from oeqa.core.context import OETestContext, OETestContextExecutor
17 class OERuntimeTestContext(OETestContext):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py20 from oeqa.core.context import OETestContext, OETestContextExecutor
56 class OESelftestTestContext(OETestContext):