public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: Split the "Install and Uninstall" phase test into two
@ 2026-09-11 13:21 Zdenek Pytela
  0 siblings, 0 replies; only message in thread
From: Zdenek Pytela @ 2026-09-11 13:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 71a582c833a22754240a4f43396c93da318e9b85
Author : Zdenek Pytela <zpytela@redhat.com>
Date   : 2024-01-19T14:29:52+00:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/tests/selinux/c/71a582c833a22754240a4f43396c93da318e9b85?branch=pr775-checkpolicy-revdeps

Log:
Split the "Install and Uninstall" phase test into two

---
diff --git a/selinux-policy/install-uninstall-dsp-packages/runtest.sh b/selinux-policy/install-uninstall-dsp-packages/runtest.sh
index dc763ae..734bd02 100755
--- a/selinux-policy/install-uninstall-dsp-packages/runtest.sh
+++ b/selinux-policy/install-uninstall-dsp-packages/runtest.sh
@@ -88,7 +88,7 @@ rlJournalStart
         sleep 2
     rlPhaseEnd
 
-    rlPhaseStartTest "Install and Uninstall test for dsp packages"
+    rlPhaseStartTest "Install test for dsp packages"
         rlRun "dnf list *selinux* --enablerepo=\"*\" > install-list"
         rlRun "sed -i '1,/Available Packages/d' install-list"
         rlRun "sed -i '/beaker-tasks/d' install-list"
@@ -116,6 +116,9 @@ rlJournalStart
             fi
         done
         echo "" >> pkglist.report
+    rlPhaseEnd
+
+    rlPhaseStartTest "Uninstall test for dsp packages"
         rlRun "uninstall_report"
         # Following loop will read each package from file install-pkgs
         # and will attempt to un-install it using dnf utility.

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

only message in thread, other threads:[~2026-09-11 13:21 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:21 [tests/selinux] pr775-checkpolicy-revdeps: Split the "Install and Uninstall" phase test into two Zdenek Pytela

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