mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Fix test name in e2e resource metrics api test
Updates resouce to resource. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
3b2746c9ea
commit
bf270d1070
@ -63,7 +63,7 @@ var _ = framework.KubeDescribe("ResourceMetricsAPI [NodeFeature:ResourceMetrics]
|
||||
ginkgo.By("Waiting 15 seconds for cAdvisor to collect 2 stats points")
|
||||
time.Sleep(15 * time.Second)
|
||||
})
|
||||
ginkgo.It("should report resource usage through the resouce metrics api", func() {
|
||||
ginkgo.It("should report resource usage through the resource metrics api", func() {
|
||||
ginkgo.By("Fetching node so we can match against an appropriate memory limit")
|
||||
node := getLocalNode(f)
|
||||
memoryCapacity := node.Status.Capacity["memory"]
|
||||
|
Loading…
Reference in New Issue
Block a user