Searched refs:skipIfFeature (Results 1 – 4 of 4) sorted by relevance
3 from oeqa.core.decorator.data import skipIfFeature20 @skipIfFeature('read-only-rootfs',
8 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature, skipIfFeature50 @skipIfFeature('read-only-rootfs',
12 from oeqa.core.decorator.data import skipIfNotFeature, skipIfFeature117 @skipIfFeature('read-only-rootfs',
127 class skipIfFeature(OETestDecorator): class