Home
last modified time | relevance | path

Searched refs:modulenames (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py50 def load_controller_from_name(self, target, modulenames): argument
51 for name in modulenames:
55 …e AttributeError("Unable to load {0} from available modules: {1}".format(target, str(modulenames)))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcontext.py171 def _loadControllerFromName(target, modulenames): argument
172 for name in modulenames:
176 …e AttributeError("Unable to load {0} from available modules: {1}".format(target, str(modulenames)))