From 9cfe1863ce9a736705ad0012b955b0fd62e34efd Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Thu, 30 Jan 2025 09:36:45 +0100 Subject: [PATCH] node: e2e: clarify test description fix test name. Cosmetic only. Signed-off-by: Francesco Romani --- test/e2e_node/cpu_manager_metrics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/cpu_manager_metrics_test.go b/test/e2e_node/cpu_manager_metrics_test.go index 03afe0c1e79..6a9fe491544 100644 --- a/test/e2e_node/cpu_manager_metrics_test.go +++ b/test/e2e_node/cpu_manager_metrics_test.go @@ -177,7 +177,7 @@ var _ = SIGDescribe("CPU Manager Metrics", framework.WithSerial(), feature.CPUMa gomega.Consistently(ctx, getKubeletMetrics, 1*time.Minute, 15*time.Second).Should(matchResourceMetrics) }) - ginkgo.It("should return updated alignment counters when pod successfully run", func(ctx context.Context) { + ginkgo.It("should return updated SMT alignment counters when pod successfully run", func(ctx context.Context) { ginkgo.By("Creating the test pod") testPod = e2epod.NewPodClient(f).Create(ctx, makeGuaranteedCPUExclusiveSleeperPod("count-align-smt-ok", smtLevel))