selinux/kernel/synflood/main.fmf
Ondrej Mosnacek 46081dbdf1
kernel/synflood: disable the test due to being unreliable
The test doesn't detect the presence of the performance issue reliably
across machines and architectures, so disable it for now.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2022-04-27 14:42:52 +02:00

33 lines
842 B
Text

summary: TCP SYN flood SELinux performance test
description: |
Verify that SELinux hooks do not excessively slow down TCP SYN flood
handling.
https://bugzilla.redhat.com/show_bug.cgi?id=1904940
contact: Ondrej Mosnacek <omosnace@redhat.com>
component:
- kernel
framework: beakerlib
require:
- library(distribution/epel)
- /usr/bin/nc
- perf
- git
- perl-interpreter
- perl-open
- xz
recommend:
- /usr/sbin/hping3
duration: 1h
# currently disabled due to being unreliable
enabled: false
tier: 3
adjust:
- enabled: false
when: distro < rhel-8
because: The test doesn't work well on RHEL-7
- enabled: false
when: arch = s390x
because: No machines likely available with required HW configuration
extra-hardware: |
keyvalue = PROCESSORS >= 64
hostrequire = <system><numanodes op="&gt;" value="1"/></system>