Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tmt/plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
provision:
how: virtual
image: $@{test_disk_image}
# bootc probes for SELinux mac_admin/install_t capability by attempting
# chcon with an intentionally invalid label (see lsm.rs test_install_t).
# This generates expected AVC denials that rhel-ci's injected AVC check
# would otherwise flag as test failures.
environment:
AVC_ERROR: +no_avc_check
prepare:
# Install image mode system on package mode system
# Do not run on image mode VM running on Github CI and Locally
Expand Down