public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: Adujst test to hardware limitations.
@ 2026-09-11 13:23 Veronika Syncakova
  0 siblings, 0 replies; only message in thread
From: Veronika Syncakova @ 2026-09-11 13:23 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 194bac23dfc378cbd1e582fa91de30279c61c7b5
            Author : Veronika Syncakova <veva.syncakova@gmail.com>
            Date   : 2026-08-14T08:36:03+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/194bac23dfc378cbd1e582fa91de30279c61c7b5?branch=pr775-checkpolicy-revdeps

            Log:
            Adujst test to hardware limitations.

If CPU boost control is unavailable, the tuned-adm verify returns 1.

-i  do not treat missing/non-supported tunings as errors

ERROR: verify: failed: device cpu0: 'boost' = 'None', expected '1'
WARNING: Unable to set boost on cpu 'cpu0'. Neither per-policy boost nor intel_pstate no_turbo is
available.

---
diff --git a/selinux-policy/tuned-ppd-and-similar/runtest.sh b/selinux-policy/tuned-ppd-and-similar/runtest.sh
index cde5383..1efe029 100755
--- a/selinux-policy/tuned-ppd-and-similar/runtest.sh
+++ b/selinux-policy/tuned-ppd-and-similar/runtest.sh
@@ -136,7 +136,7 @@ rlJournalStart
         rlRun "ls -lZ /etc/tuned/ppd_base_profile"
         rlRun "tuned-adm auto_profile"
         rlRun "ls -lZ /etc/tuned/ppd_base_profile"
-        rlRun "tuned-adm verify"
+        rlRun "tuned-adm verify -i"
         rlSEService - ${SERVICE_NAME} ${PROCESS_NAME} ${PROCESS_CONTEXT} "stop status" 1
         if [ -f /usr/lib/systemd/system/gdm.service ] ; then
             sleep 2

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

only message in thread, other threads:[~2026-09-11 13:23 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:23 [tests/selinux] pr775-checkpolicy-revdeps: Adujst test to hardware limitations Veronika Syncakova

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