Searched refs:skipIfFeature (Results 1 – 5 of 5) sorted by relevance
8 from oeqa.core.decorator.data import skipIfFeature25 @skipIfFeature('read-only-rootfs',
10 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature, skipIfFeature52 @skipIfFeature('read-only-rootfs',
15 from oeqa.core.decorator.data import skipIfNotFeature, skipIfFeature120 @skipIfFeature('read-only-rootfs',
9 from oeqa.core.decorator.data import skipIfFeature52 @skipIfFeature('systemd','systemd in DISTRO_FEATURES means update job is already running')
127 class skipIfFeature(OETestDecorator): class