Home
last modified time | relevance | path

Searched refs:skipIfNotFeature (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dxorg.py9 from oeqa.core.decorator.data import skipIfNotFeature
14 @skipIfNotFeature('x11-base',
H A Dsystemd.py15 from oeqa.core.decorator.data import skipIfNotFeature, skipIfFeature
79 @skipIfNotFeature('systemd',
129 @skipIfNotFeature('read-only-rootfs',
141 @skipIfNotFeature('minidebuginfo', 'Test requires minidebuginfo to be in DISTRO_FEATURES')
H A Dstap.py10 from oeqa.core.decorator.data import skipIfNotFeature
14 @skipIfNotFeature('tools-profile', 'Test requires tools-profile to be in IMAGE_FEATURES')
H A Dpam.py12 from oeqa.core.decorator.data import skipIfNotFeature
17 @skipIfNotFeature('pam', 'Test requires pam to be in DISTRO_FEATURES')
H A Dkernelmodule.py11 from oeqa.core.decorator.data import skipIfNotFeature
31 @skipIfNotFeature('tools-sdk',
H A Dptest.py14 from oeqa.core.decorator.data import skipIfNotFeature
20 @skipIfNotFeature('ptest', 'Test requires ptest to be in DISTRO_FEATURES')
29 @skipIfNotFeature('ptest', 'Test requires ptest to be in DISTRO_FEATURES')
H A Dopkg.py10 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature, skipIfFeature
48 @skipIfNotFeature('package-management',
H A Dapt.py10 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature
59 @skipIfNotFeature('package-management',
H A Dweston.py9 from oeqa.core.decorator.data import skipIfNotFeature
83 @skipIfNotFeature('x11', 'Test requires x11 to be in DISTRO_FEATURES')
H A Dldd.py9 from oeqa.core.decorator.data import skipIfNotFeature
H A Ddnf.py14 from oeqa.core.decorator.data import skipIfNotDataVar, skipIfNotFeature, skipIfInDataVar, skipIfNot…
28 @skipIfNotFeature('package-management',
H A Dksample.py12 from oeqa.core.decorator.data import skipIfNotFeature
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py11 from oeqa.core.decorator.data import skipIfNotFeature
30 @skipIfNotFeature('integrity','Test requires "integrity" in DISTRO_FEATURES')
40 @skipIfNotFeature('systemd',
/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/
H A Dswtpm.py6 from oeqa.core.decorator.data import skipIfNotFeature
20 @skipIfNotFeature('tpm2','Test tpm2_swtpm_socket requires tpm2 to be in DISTRO_FEATURES')
H A Dtpm2.py6 from oeqa.core.decorator.data import skipIfNotFeature
32 @skipIfNotFeature('tpm2','Test tpm2_startup requires tpm2 to be in DISTRO_FEATURES')
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py10 from oeqa.core.decorator.data import skipIfNotFeature
128 @skipIfNotFeature('tpm2','Test parsec_tpm_provider requires tpm2 to be in DISTRO_FEATURES')
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py8 from oeqa.core.decorator.data import skipIfNotFeature
23 @skipIfNotFeature('smack',
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py109 class skipIfNotFeature(OETestDecorator): class