From 4d1d096945807bf837ff8b57b3f27c6f54585d7b Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Wed, 10 Jul 2019 20:59:19 -0700 Subject: [PATCH] Update Conformance test Metadata --- test/e2e/autoscaling/horizontal_pod_autoscaling.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index 177011ae54b..d4f6d0d27f4 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -69,9 +69,12 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu SIGDescribe("ReplicationController light", func() { /* Release : v1.16 - Testname: Up-scale pod replicas and resources - Description: Pod replicas MUST increase from 1 pod to 2 pods. - Pod CPU request will increase to 50%. + Testname: Horizontal Pod Autoscaling, CPU Request Scale + Description: Given 1 Pod with 150mCPU usage + And 200mCPU per Pod request + And targed CPU uitilzation is 50% + Then the HP Autoscaler will create another pod + And the 150mCPU usage will be spread across both Pods */ framework.ConformanceIt("Should scale from 1 pod to 2 pods", func() { scaleTest := &HPAScaleTest{