Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Drtc.py8 from oeqa.core.decorator.data import skipIfFeature
25 @skipIfFeature('read-only-rootfs',
H A Dopkg.py10 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature, skipIfFeature
52 @skipIfFeature('read-only-rootfs',
H A Dsystemd.py15 from oeqa.core.decorator.data import skipIfNotFeature, skipIfFeature
120 @skipIfFeature('read-only-rootfs',
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py127 class skipIfFeature(OETestDecorator): class