From 0d9f9fca89ffe041ba78b8c5d4fc4783a6bea1b4 Mon Sep 17 00:00:00 2001 From: YuikoTakada Date: Thu, 30 Jan 2020 01:00:01 +0000 Subject: [PATCH] Fix non-ascii characters in test/e2e/common/runtime.go --- test/e2e/common/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/runtime.go b/test/e2e/common/runtime.go index 633d7115724..04b5f9e8e36 100644 --- a/test/e2e/common/runtime.go +++ b/test/e2e/common/runtime.go @@ -41,7 +41,7 @@ var _ = framework.KubeDescribe("Container Runtime", func() { /* Release : v1.13 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() { restartCountVolumeName := "restart-count"