Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py52 def skipfuncgen(skipmsg): function
62 … setattr(test, 'setUp', skipfuncgen('Skip by the command line argument "%s"' % skip))
67 … setattr(tclass, 'setUpHooker', skipfuncgen('Skip by the command line argument "%s"' % skip))