public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: Don't run lockdown-class test on RHEL-8.x
@ 2026-09-11 13:19 Patrik Koncity
  0 siblings, 0 replies; only message in thread
From: Patrik Koncity @ 2026-09-11 13:19 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : b70174e2e9215660106cc9cfd0104b6cd178918f
            Author : Patrik Koncity <pkoncity@redhat.com>
            Date   : 2021-07-21T14:55:08+02:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/b70174e2e9215660106cc9cfd0104b6cd178918f?branch=pr775-checkpolicy-revdeps

            Log:
            Don't run lockdown-class test on RHEL-8.x

Don't run lockdown-clast test scenario on
RHEL's 8.x machines.
Add conditionals to fix that.

---
diff --git a/selinux-policy/lockdown-class/runtest.sh b/selinux-policy/lockdown-class/runtest.sh
index a8376a2..c008272 100755
--- a/selinux-policy/lockdown-class/runtest.sh
+++ b/selinux-policy/lockdown-class/runtest.sh
@@ -33,6 +33,11 @@
 PACKAGE="selinux-policy"
 
 rlJournalStart
+    if rlIsRHEL '<9' ; then
+        rlLog "Not applicable to this OS version."
+        rlJournalEnd
+        exit 0
+    fi
     rlPhaseStartSetup
         rlRun "rlImport 'selinux-policy/common'"
         rlSESatisfyRequires
@@ -61,4 +66,3 @@ rlJournalStart
     rlPhaseEnd
 rlJournalPrintText
 rlJournalEnd
-

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:19 [tests/selinux] pr775-checkpolicy-revdeps: Don't run lockdown-class test on RHEL-8.x Patrik Koncity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox