Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py52 def load_controller_from_name(self, target, modulenames): argument
53 for name in modulenames:
57 …e AttributeError("Unable to load {0} from available modules: {1}".format(target, str(modulenames)))
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py169 def _loadControllerFromName(target, modulenames): argument
170 for name in modulenames:
174 …e AttributeError("Unable to load {0} from available modules: {1}".format(target, str(modulenames)))