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.py37 class OERuntimeTestContextExecutor(OETestContextExecutor): class
58 super(OERuntimeTestContextExecutor, self).register_commands(logger, subparsers)
121 controller = OERuntimeTestContextExecutor.getControllerModule(target_type)
132 controllerslist = OERuntimeTestContextExecutor._getControllerModulenames()
133 controller = OERuntimeTestContextExecutor._loadControllerFromName(target, controllerslist)
171 obj = OERuntimeTestContextExecutor._loadControllerFromModule(target, name)
204 super(OERuntimeTestContextExecutor, self)._process_args(logger, args)
210 OERuntimeTestContextExecutor.getTarget(args.target_type,
213 OERuntimeTestContextExecutor.readPackagesManifest(
217 _executor_class = OERuntimeTestContextExecutor
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestexport.bbclass50 from oeqa.runtime.context import OERuntimeTestContextExecutor
60 target = OERuntimeTestContextExecutor.getTarget(
65 image_packages = OERuntimeTestContextExecutor.readPackagesManifest(image_manifest)
H A Dtestimage.bbclass182 from oeqa.runtime.context import OERuntimeTestContextExecutor
227 image_packages = OERuntimeTestContextExecutor.readPackagesManifest(image_manifest)
333 target = OERuntimeTestContextExecutor.getTarget(