mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
[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 <mpitt@redhat.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user