Skip to content

Commit

Permalink
Packit: Disable unexpected journal message check for cockpit-podman
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
martinpitt authored and openshift-cherrypick-robot committed Aug 25, 2023
1 parent 65b4d92 commit 3f9c9d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plans/cockpit-podman.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f9c9d0

Please sign in to comment.