Searched refs:skipIfFeature (Results 1 – 4 of 4) 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',
127 class skipIfFeature(OETestDecorator): class