mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #87680 from YuikoTakada/fix_non_ascii_runtime
Fix non-ascii characters in test/e2e/common/runtime.go
This commit is contained in:
		@@ -41,7 +41,7 @@ var _ = framework.KubeDescribe("Container Runtime", func() {
 | 
				
			|||||||
			/*
 | 
								/*
 | 
				
			||||||
				Release : v1.13
 | 
									Release : v1.13
 | 
				
			||||||
				Testname: Container Runtime, Restart Policy, Pod Phases
 | 
									Testname: Container Runtime, Restart Policy, Pod Phases
 | 
				
			||||||
				Description: If the restart policy is set to ‘Always’, Pod MUST be restarted when terminated, If restart policy is ‘OnFailure’, Pod MUST be started only if it is terminated with non-zero exit code. If the restart policy is ‘Never’, Pod MUST never be restarted. All these three test cases MUST verify the restart counts accordingly.
 | 
									Description: If the restart policy is set to 'Always', Pod MUST be restarted when terminated, If restart policy is 'OnFailure', Pod MUST be started only if it is terminated with non-zero exit code. If the restart policy is 'Never', Pod MUST never be restarted. All these three test cases MUST verify the restart counts accordingly.
 | 
				
			||||||
			*/
 | 
								*/
 | 
				
			||||||
			framework.ConformanceIt("should run with the expected status [NodeConformance]", func() {
 | 
								framework.ConformanceIt("should run with the expected status [NodeConformance]", func() {
 | 
				
			||||||
				restartCountVolumeName := "restart-count"
 | 
									restartCountVolumeName := "restart-count"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user