From 8e7d6540dacc559b833b592f095c0490c72c7b47 Mon Sep 17 00:00:00 2001 From: Stephen Heywood Date: Fri, 12 Jul 2019 02:00:22 +0000 Subject: [PATCH] Update testname to match requested case --- test/e2e/autoscaling/horizontal_pod_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index 53ef89ccc45..6a4ec5a70b7 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -74,7 +74,7 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu targeted CPU uitilzation of 50% the HP Autoscaler MUST create another pod, spreading the 150mCPU usage across both Pods. */ - framework.ConformanceIt("Should scale from 1 pod to 2 pods", func() { + framework.ConformanceIt("should scale from 1 pod to 2 pods", func() { scaleTest := &HPAScaleTest{ initPods: 1, totalInitialCPUUsage: 150,