public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Mosnacek <omosnace@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: kernel/synflood: require at least 64 cores and 2 NUMA nodes
Date: Fri, 11 Sep 2026 13:18:44 GMT	[thread overview]
Message-ID: <178913272429.1.4084952507065715319.tests-selinux-5e0275eb2fd1@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 5e0275eb2fd18c8ff40ae839ee668a44d50a447a
            Author : Ondrej Mosnacek <omosnace@redhat.com>
            Date   : 2021-01-19T14:04:27+01:00
            Stats  : +5/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/5e0275eb2fd18c8ff40ae839ee668a44d50a447a?branch=pr775-checkpolicy-revdeps

            Log:
            kernel/synflood: require at least 64 cores and 2 NUMA nodes

Based on several runs in Beaker, these seem to be the best conditions
for distinguishing the bug. Currently, legacy Beaker HW filters are used
in the metadata. Once TMT introduces support for generic HW
requirements, they will need to be converted to the new format.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

---
diff --git a/kernel/synflood/main.fmf b/kernel/synflood/main.fmf
index f69d6ef..94c46d0 100644
--- a/kernel/synflood/main.fmf
+++ b/kernel/synflood/main.fmf
@@ -24,4 +24,6 @@ adjust:
     enabled: false
     when: distro < rhel-8
     because: The test doesn't work well on RHEL-7
-extra-hardware: 'keyvalue = PROCESSORS >= 8'
+extra-hardware: |
+    keyvalue = PROCESSORS >= 64
+    hostrequire = <system><numanodes op="&gt;" value="1"/></system>

diff --git a/kernel/synflood/runtest.sh b/kernel/synflood/runtest.sh
index db5a080..aaaf8ab 100755
--- a/kernel/synflood/runtest.sh
+++ b/kernel/synflood/runtest.sh
@@ -20,9 +20,9 @@ function isBefore() {
 }
 
 rlJournalStart
-if [ $(nproc) -lt 8 ]; then
+if [ $(nproc) -lt 64 ]; then
     rlPhaseStartTest "SKIP"
-        rlLog "At least 8 cores needed to run this test, skipping..."
+        rlLog "At least 64 cores needed to run this test, skipping..."
     rlPhaseEnd
 else
     rlPhaseStartSetup

                 reply	other threads:[~2026-09-11 13:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178913272429.1.4084952507065715319.tests-selinux-5e0275eb2fd1@fedoraproject.org \
    --to=omosnace@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox