From e97e27f37fb5a397969875787e062c4eb22323fa Mon Sep 17 00:00:00 2001 From: Tomas Glozar Date: Wed, 7 Aug 2024 08:33:33 +0200 Subject: [PATCH 2/2] rteval: Add tuned state to rteval text report Add a section "Tuned state" to the text report generated by rteval. Show tuned active state if tuned is present, otherwise, show a message that tuned is not present. If the active state is known, show also the verification result. Signed-off-by: Tomas Glozar Signed-off-by: John Kacur --- rteval/rteval_text.xsl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl index 96846aa..70f3e0f 100644 --- a/rteval/rteval_text.xsl +++ b/rteval/rteval_text.xsl @@ -143,6 +143,22 @@ (unknown) + + + Tuned state: + + + + profile + + , verification: + + + + + not present + + System load: -- 2.45.2