Skip to content

Commit 47511ef

Browse files
authored
Merge pull request kubernetes#87680 from YuikoTakada/fix_non_ascii_runtime
Fix non-ascii characters in test/e2e/common/runtime.go
2 parents b7a1d61 + 0d9f9fc commit 47511ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/common/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var _ = framework.KubeDescribe("Container Runtime", func() {
4141
/*
4242
Release : v1.13
4343
Testname: Container Runtime, Restart Policy, Pod Phases
44-
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.
44+
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.
4545
*/
4646
framework.ConformanceIt("should run with the expected status [NodeConformance]", func() {
4747
restartCountVolumeName := "restart-count"

0 commit comments

Comments
 (0)