Skip to content

Commit

Permalink
[CI:BUILD] Packit: Disable unexpected journal message check for cockp…
Browse files Browse the repository at this point in the history
…it-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 <[email protected]>
  • Loading branch information
martinpitt committed Aug 25, 2023
1 parent a6f2f58 commit b8146a8
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 b8146a8

Please sign in to comment.