Home
last modified time | relevance | path

Searched refs:skipIfFeature (Results 1 – 5 of 5) 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/meta-security/lib/oeqa/runtime/cases/
H A Dclamav.py9 from oeqa.core.decorator.data import skipIfFeature
52 @skipIfFeature('systemd','systemd in DISTRO_FEATURES means update job is already running')
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py127 class skipIfFeature(OETestDecorator): class