public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Veronika Syncakova <veva.syncakova@gmail.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] main: Adujst test to hardware limitations.
Date: Fri, 14 Aug 2026 08:38:22 GMT	[thread overview]
Message-ID: <178669670206.1.10181721469404196285.tests-selinux-194bac23dfc3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : main
            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=main

            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

                 reply	other threads:[~2026-08-14  8:38 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=178669670206.1.10181721469404196285.tests-selinux-194bac23dfc3@fedoraproject.org \
    --to=veva.syncakova@gmail.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