Merge pull request #96574 from hasheddan/cleanup-resource-tests

Fix test name in e2e resource metrics api test
This commit is contained in:
Kubernetes Prow Robot 2020-11-14 05:09:04 -08:00 committed by GitHub
commit d20e3246ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]