runsOn, runsNotOn testing decorators.
runsOn#
@registerDecorator
class runsOn(OETestDepends)
Define a set of DeviceInfo objects that the test expects to find
at runtime. If none of the options configured is matching the test is skipped
bind#
def bind(registry, case)
Bind to registry.
discover#
@staticmethod
def discover(registry)
Return discovered tests.
setUpDecorator#
def setUpDecorator()
Set up the decorator.