Classify all HPA tests as [Feature:Autoscaling]
This commit is contained in:
		| @@ -31,14 +31,14 @@ const ( | |||||||
| 	subresource    = "scale" | 	subresource    = "scale" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Skipped]", func() { | var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Feature:Autoscaling]", func() { | ||||||
| 	var rc *ResourceConsumer | 	var rc *ResourceConsumer | ||||||
| 	f := NewFramework("horizontal-pod-autoscaling") | 	f := NewFramework("horizontal-pod-autoscaling") | ||||||
|  |  | ||||||
| 	titleUp := "Should scale from 1 pod to 3 pods and from 3 to 5" | 	titleUp := "Should scale from 1 pod to 3 pods and from 3 to 5" | ||||||
| 	titleDown := "Should scale from 5 pods to 3 pods and from 3 to 1" | 	titleDown := "Should scale from 5 pods to 3 pods and from 3 to 1" | ||||||
|  |  | ||||||
| 	Describe("Deployment [Feature:Deployment]", func() { | 	Describe("Deployment", func() { | ||||||
| 		// CPU tests via deployments | 		// CPU tests via deployments | ||||||
| 		It(titleUp, func() { | 		It(titleUp, func() { | ||||||
| 			scaleUp("deployment", kindDeployment, rc, f) | 			scaleUp("deployment", kindDeployment, rc, f) | ||||||
| @@ -48,7 +48,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Skipped]", f | |||||||
| 		}) | 		}) | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
| 	Describe("ReplicationController [Feature:Autoscaling]", func() { | 	Describe("ReplicationController", func() { | ||||||
| 		// CPU tests via replication controllers | 		// CPU tests via replication controllers | ||||||
| 		It(titleUp, func() { | 		It(titleUp, func() { | ||||||
| 			scaleUp("rc", kindRC, rc, f) | 			scaleUp("rc", kindRC, rc, f) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Isaac Hollander McCreery
					Isaac Hollander McCreery