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/selinux-testsuite: Bump upstream ref
Date: Fri, 11 Sep 2026 13:18:21 GMT	[thread overview]
Message-ID: <178913270192.1.6754578851566417720.tests-selinux-09d35a1f290f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 09d35a1f290fd5a17842a64507d14628d578672c
            Author : Ondrej Mosnacek <omosnace@redhat.com>
            Date   : 2020-10-23T20:13:17+02:00
            Stats  : +1/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/09d35a1f290fd5a17842a64507d14628d578672c?branch=pr775-checkpolicy-revdeps

            Log:
            kernel/selinux-testsuite: Bump upstream ref

Highlights:
 - SCTP tests have been refactored and extended
 - the "keys" subtest has been fixed to not fail when Intel QAT driver
   is used for DH acceleration
 - the GRE interface for a second IP address is now created
   automatically by the testsuite

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

---
diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh
index 04c9937..1a481ac 100755
--- a/kernel/selinux-testsuite/runtest.sh
+++ b/kernel/selinux-testsuite/runtest.sh
@@ -35,7 +35,7 @@ PACKAGE="selinux-policy"
 # This should be updated as needed after verifying that the new version
 # doesn't break testing and after applying all necessary tweaks in the TC.
 # Run with GIT_BRANCH=master to run the latest upstream version.
-DEFAULT_COMMIT="03872ef3c206e56a90ef7df7c1042895c7096cc3"
+DEFAULT_COMMIT="0c8e8d550f95b41ad64624d3f3e149bf3c6f290c"
 # Default pull requests to merge before running the test.
 # If non-empty, then after checking out GIT_BRANCH the listed upstream pull
 # requests (by number) are merged, creating a new temporary local branch.
@@ -455,14 +455,6 @@ rlJournalStart
         rlRun "AUDIT_FILE=\"\$(mktemp)\""
         rlRun "auditctl -w \"\$AUDIT_FILE\" -p w" 0 \
             "Enable creation of PATH audit records"
-
-        # Get another global IPv4 address to allow running a few extra SCTP tests.
-        rlRun "ip link add mygre type gretap local 127.0.0.1 remote 127.0.0.1" 0 \
-            "Set up a GRE tunnel to get one more global IPv4 address"
-        rlRun "ip addr add 10.123.123.123 dev mygre" 0 \
-            "Add a dummy address to the GRE tunnel interface"
-        rlRun "ip link set mygre up" 0 \
-            "Activate the GRE interface"
     rlPhaseEnd
 
     rlPhaseStartTest
@@ -477,7 +469,6 @@ rlJournalStart
     rlPhaseEnd
 
     rlPhaseStartCleanup
-        rlRun "ip link del mygre"
         rlRun "auditctl -W \"\$AUDIT_FILE\" -p w" 0 \
             "Remove rule for creation of PATH audit records"
         rlRun "rm -f \"\$AUDIT_FILE\""

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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-11 13:18 Ondrej Mosnacek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-11 13:23 [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: bump upstream ref Ondrej Mosnacek
2026-09-11 13:19 Ondrej Mosnacek
2026-09-11 13:19 Ondrej Mosnacek
2026-09-11 13:18 Ondrej Mosnacek
2026-09-11 13:17 Ondrej Mosnacek

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=178913270192.1.6754578851566417720.tests-selinux-09d35a1f290f@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