Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Drtc.py3 from oeqa.core.decorator.data import skipIfFeature
20 @skipIfFeature('read-only-rootfs',
H A Dopkg.py8 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature, skipIfFeature
50 @skipIfFeature('read-only-rootfs',
H A Dsystemd.py12 from oeqa.core.decorator.data import skipIfNotFeature, skipIfFeature
117 @skipIfFeature('read-only-rootfs',
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py127 class skipIfFeature(OETestDecorator): class