From cf371232d3e88ad0c77d94e70799fb0ba3342e0f Mon Sep 17 00:00:00 2001 From: "Jonathan H. Cope" Date: Tue, 28 Jul 2026 20:12:45 -0500 Subject: [PATCH] USHIFT-7430: Fix uncore-cache test regex for kubelet JSON log format The kubelet logs feature gates in JSON format with quoted keys ("CPUManagerPolicyBetaOptions":true), but the test pattern expected unquoted format (CPUManagerPolicyBetaOptions:true), causing a persistent mismatch and test failure. Co-Authored-By: Claude Opus 4.6 --- test/suites/tuned/uncore-cache.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/tuned/uncore-cache.robot b/test/suites/tuned/uncore-cache.robot index d94206516e..a2db9ce45b 100644 --- a/test/suites/tuned/uncore-cache.robot +++ b/test/suites/tuned/uncore-cache.robot @@ -62,7 +62,7 @@ Verify Uncore-cache Feature Is Enabled ... wait=5 Pattern Should Appear In Log Output ... ${cursor} - ... kubelet I.*CPUManagerPolicyBetaOptions:true + ... kubelet I.*CPUManagerPolicyBetaOptions":true ... unit=microshift ... wait=5 Pattern Should Appear In Log Output