mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix case and update to follow RFC2119
This commit is contained in:
		
							
								
								
									
										2
									
								
								test/conformance/testdata/conformance.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								test/conformance/testdata/conformance.txt
									
									
									
									
										vendored
									
									
								
							@@ -38,7 +38,7 @@ test/e2e/apps/statefulset.go: "Burst scaling should run to completion even with
 | 
				
			|||||||
test/e2e/apps/statefulset.go: "Should recreate evicted statefulset"
 | 
					test/e2e/apps/statefulset.go: "Should recreate evicted statefulset"
 | 
				
			||||||
test/e2e/auth/service_accounts.go: "should mount an API token into pods"
 | 
					test/e2e/auth/service_accounts.go: "should mount an API token into pods"
 | 
				
			||||||
test/e2e/auth/service_accounts.go: "should allow opting out of API token automount"
 | 
					test/e2e/auth/service_accounts.go: "should allow opting out of API token automount"
 | 
				
			||||||
test/e2e/autoscaling/horizontal_pod_autoscaling.go: "Should scale from 1 pod to 2 pods"
 | 
					test/e2e/autoscaling/horizontal_pod_autoscaling.go: "should scale from 1 pod to 2 pods"
 | 
				
			||||||
test/e2e/common/configmap.go: "should be consumable via environment variable"
 | 
					test/e2e/common/configmap.go: "should be consumable via environment variable"
 | 
				
			||||||
test/e2e/common/configmap.go: "should be consumable via the environment"
 | 
					test/e2e/common/configmap.go: "should be consumable via the environment"
 | 
				
			||||||
test/e2e/common/configmap.go: "should fail to create ConfigMap with empty key"
 | 
					test/e2e/common/configmap.go: "should fail to create ConfigMap with empty key"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -70,11 +70,9 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu
 | 
				
			|||||||
		/*
 | 
							/*
 | 
				
			||||||
		  Release : v1.16
 | 
							  Release : v1.16
 | 
				
			||||||
		  Testname: Horizontal Pod Autoscaling, CPU Target Utilization Scale
 | 
							  Testname: Horizontal Pod Autoscaling, CPU Target Utilization Scale
 | 
				
			||||||
		  Description: Given 1 Pod with 150mCPU usage
 | 
							  Description: Given 1 Pod with 150mCPU usage, 200mCPU per Pod request, and
 | 
				
			||||||
		  And 200mCPU per Pod request
 | 
							  targeted CPU uitilzation of 50% the HP Autoscaler MUST create another pod,
 | 
				
			||||||
		  And targeted CPU uitilzation is 50%
 | 
							  spreading the 150mCPU usage across both Pods.
 | 
				
			||||||
		  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() {
 | 
							framework.ConformanceIt("Should scale from 1 pod to 2 pods", func() {
 | 
				
			||||||
			scaleTest := &HPAScaleTest{
 | 
								scaleTest := &HPAScaleTest{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user