Home
last modified time | relevance | path

Searched refs:OERuntimeTestContextExecutor (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py38 class OERuntimeTestContextExecutor(OETestContextExecutor): class
59 super(OERuntimeTestContextExecutor, self).register_commands(logger, subparsers)
124 controller = OERuntimeTestContextExecutor.getControllerModule(target_type)
135 controllerslist = OERuntimeTestContextExecutor._getControllerModulenames()
136 controller = OERuntimeTestContextExecutor._loadControllerFromName(target, controllerslist)
174 obj = OERuntimeTestContextExecutor._loadControllerFromModule(target, name)
207 super(OERuntimeTestContextExecutor, self)._process_args(logger, args)
220 OERuntimeTestContextExecutor.getTarget(args.target_type,
223 OERuntimeTestContextExecutor.readPackagesManifest(
227 _executor_class = OERuntimeTestContextExecutor
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestexport.bbclass49 from oeqa.runtime.context import OERuntimeTestContextExecutor
66 target = OERuntimeTestContextExecutor.getTarget(
71 image_packages = OERuntimeTestContextExecutor.readPackagesManifest(image_manifest)
H A Dtestimage.bbclass184 from oeqa.runtime.context import OERuntimeTestContextExecutor
229 image_packages = OERuntimeTestContextExecutor.readPackagesManifest(image_manifest)
337 target = OERuntimeTestContextExecutor.getTarget(