selinux/kernel/ocontext-race/main.fmf
Ondrej Mosnacek ee424688c6 kernel/ocontext-race: disable the test on s390x
Only at most 2-CPU s390x machines are available in Beaker and the bug is
not reproducible on them, so just disable the test on s390x.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2022-01-24 10:22:03 +01:00

25 lines
772 B
Text

summary: Regression test for ocontext kernel structure race condition
description: |
Test that a race condition around the kernel's ocontext structures
doesn't cause an incorrect label to be assigned to files/mounts.
contact: Ondrej Mosnacek <omosnace@redhat.com>
component:
- kernel
framework: beakerlib
require:
- attr
duration: 15m
tier: 2
enabled: true
adjust:
- enabled: false
when: distro < rhel-7
because: RHEL-6 and below are not worth supporting by this test
- enabled: false
when: arch = s390x
because: No machines likely available with required HW configuration
extra-hardware: |
keyvalue = PROCESSORS >= 4
link:
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1969344
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2040196