From d9401cfa43696fbefa4d581ceedd40ec0a5ae006 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Tue, 22 Aug 2023 16:57:31 +0100 Subject: [PATCH] Update test plan to fix rpmverify test --- e2e_tests.fmf | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/e2e_tests.fmf b/e2e_tests.fmf index 8877f52..6ecf03d 100644 --- a/e2e_tests.fmf +++ b/e2e_tests.fmf @@ -58,9 +58,6 @@ execute: - name: keylime_update test: dnf -y update '*keylime*' duration: 2m - - name: rpmverify - test: 'rpmverify $(rpm -qa | grep keylime)' - duration: 2m - name: Test_scenario_post-update how: fmf @@ -69,3 +66,15 @@ execute: test: # run the post-update test scenario - /update/basic-attestation-on-localhost/test + +/rpmverify: + summary: rpmverify test + + discover: + + - name: test + how: shell + tests: + - name: rpmverify + test: 'rpmverify $(rpm -qa | grep keylime)' + duration: 2m