From b8146a8a2cb30be919e05fdee1a1e80ffbd262b6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 25 Aug 2023 17:44:47 +0200 Subject: [PATCH] [CI:BUILD] Packit: Disable unexpected journal message check for cockpit-podman These are relevant when validating upstream or selinux-policy changes, but not podman ones. This makes the revdeps tests more robust against random (non-fatal) SELinux denials or messages from other system components. [NO NEW TESTS NEEDED] - This is test configuration. Signed-off-by: Martin Pitt --- plans/cockpit-podman.fmf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plans/cockpit-podman.fmf b/plans/cockpit-podman.fmf index 86ed20c5ea..ca3626b1a4 100644 --- a/plans/cockpit-podman.fmf +++ b/plans/cockpit-podman.fmf @@ -15,6 +15,11 @@ discover: execute: how: tmt +# not relevant for testing podman +environment: + TEST_AUDIT_NO_SELINUX: 1 + TEST_ALLOW_JOURNAL_MESSAGES: ".*" + # This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770 /podman-system: summary: Run cockpit-podman system tests