Test requires fix 19b77c8 ("ima-evm-utils: Fix reading of sigfile"). Signed-off-by: Petr Vorel <pvorel@xxxxxxx> --- testcases/kernel/security/integrity/ima/tests/ima_keys.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testcases/kernel/security/integrity/ima/tests/ima_keys.sh b/testcases/kernel/security/integrity/ima/tests/ima_keys.sh index c9eef4b68..aba1711a5 100755 --- a/testcases/kernel/security/integrity/ima/tests/ima_keys.sh +++ b/testcases/kernel/security/integrity/ima/tests/ima_keys.sh @@ -92,7 +92,9 @@ test1() # that the certificate is measured correctly by IMA. test2() { - tst_require_cmds evmctl keyctl openssl + tst_require_cmds keyctl openssl + + require_evmctl "1.3.2" local cert_file="$TST_DATAROOT/x509_ima.der" local keyring_name="key_import_test" -- 2.30.1