mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
node: e2e: clarify test description
fix test name. Cosmetic only. Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
parent
cea7d97d8b
commit
9cfe1863ce
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user