Searched refs:OERuntimeTestContext (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/ |
| H A D | context.py | 17 class OERuntimeTestContext(OETestContext): class 24 super(OERuntimeTestContext, self).__init__(td, logger) 40 _context_class = OERuntimeTestContext
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testexport.bbclass | 49 from oeqa.runtime.context import OERuntimeTestContext 72 tc = OERuntimeTestContext(td, logger, target, host_dumper,
|
| H A D | testimage.bbclass | 208 from oeqa.runtime.context import OERuntimeTestContext 357 tc = OERuntimeTestContext(td, logger, target, host_dumper,
|