From 4b8a9d4467bb77d66e5f5cb1e188afa3053aac1f Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Wed, 10 Jul 2019 21:01:37 -0700 Subject: [PATCH] Update testname and fix typo --- test/e2e/autoscaling/horizontal_pod_autoscaling.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index d4f6d0d27f4..8c5473bc8e9 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -69,10 +69,10 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu SIGDescribe("ReplicationController light", func() { /* Release : v1.16 - Testname: Horizontal Pod Autoscaling, CPU Request Scale + Testname: Horizontal Pod Autoscaling, CPU Target Utilization Scale Description: Given 1 Pod with 150mCPU usage And 200mCPU per Pod request - And targed CPU uitilzation is 50% + And targeted CPU uitilzation is 50% Then the HP Autoscaler will create another pod And the 150mCPU usage will be spread across both Pods */