diff options
-rw-r--r-- | meta-integrity/lib/oeqa/runtime/cases/ima.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-integrity/lib/oeqa/runtime/cases/ima.py b/meta-integrity/lib/oeqa/runtime/cases/ima.py index 6b361ca..23d9b6a 100644 --- a/meta-integrity/lib/oeqa/runtime/cases/ima.py +++ b/meta-integrity/lib/oeqa/runtime/cases/ima.py | |||
@@ -27,6 +27,7 @@ class IMACheck(OERuntimeTestCase): | |||
27 | 27 | ||
28 | 28 | ||
29 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 29 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
30 | @skipIfNotFeature('integrity','Test requires "integrity" in DISTRO_FEATURES') | ||
30 | def test_ima_enabled(self): | 31 | def test_ima_enabled(self): |
31 | ''' Test if IMA policy is loaded before systemd starts''' | 32 | ''' Test if IMA policy is loaded before systemd starts''' |
32 | 33 | ||