Skip to content

Commit 9cfe186

Browse files
committed
node: e2e: clarify test description
fix test name. Cosmetic only. Signed-off-by: Francesco Romani <[email protected]>
1 parent cea7d97 commit 9cfe186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/cpu_manager_metrics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var _ = SIGDescribe("CPU Manager Metrics", framework.WithSerial(), feature.CPUMa
177177
gomega.Consistently(ctx, getKubeletMetrics, 1*time.Minute, 15*time.Second).Should(matchResourceMetrics)
178178
})
179179

180-
ginkgo.It("should return updated alignment counters when pod successfully run", func(ctx context.Context) {
180+
ginkgo.It("should return updated SMT alignment counters when pod successfully run", func(ctx context.Context) {
181181
ginkgo.By("Creating the test pod")
182182
testPod = e2epod.NewPodClient(f).Create(ctx, makeGuaranteedCPUExclusiveSleeperPod("count-align-smt-ok", smtLevel))
183183

0 commit comments

Comments
 (0)