selinux/kernel/synflood/main.fmf
Ondrej Mosnacek fa3b0fe2ce kernel/synflood: disable on s390x
There are no s390x machines with enough cores to run this test in RH's
Beaker and likely won't be available in any CI system in the near
future. Thus, exclude the test from this arch so that testing doesn't
fail due to lack of matching hardware.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2021-02-24 16:39:59 +01:00

32 lines
796 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
enabled: true
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>