Skip to content

Commit 147b1de

Browse files
committed
test: skip OSCI gating AVC test
Skip in TMT test to avoid duplicate with downstream Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent 0018400 commit 147b1de

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

tmt/plans/integration.fmf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
provision:
33
how: virtual
44
image: $@{test_disk_image}
5-
# bootc probes for SELinux mac_admin/install_t capability by attempting
6-
# chcon with an intentionally invalid label (see lsm.rs test_install_t).
7-
# This generates expected AVC denials that rhel-ci's injected AVC check
8-
# would otherwise flag as test failures.
9-
environment:
10-
AVC_ERROR: +no_avc_check
115
prepare:
126
# Install image mode system on package mode system
137
# Do not run on image mode VM running on Github CI and Locally

tmt/tests/tests.fmf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# THIS IS GENERATED CODE - DO NOT EDIT
22
# Generated by: cargo xtask tmt
33

4+
# bootc probes for SELinux mac_admin capability by attempting chcon with
5+
# an intentionally invalid label, which generates expected AVC denials.
6+
# Skip in OSCI gating test
7+
check:
8+
- how: avc
9+
enabled: false
10+
411
/test-01-readonly:
512
summary: Execute booted readonly/nondestructive tests
613
duration: 30m

0 commit comments

Comments
 (0)