diff --git a/test/e2e_node/dynamic_kubelet_config_test.go b/test/e2e_node/dynamic_kubelet_config_test.go index bb19b26385..3d710ad1a9 100644 --- a/test/e2e_node/dynamic_kubelet_config_test.go +++ b/test/e2e_node/dynamic_kubelet_config_test.go @@ -300,7 +300,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: }) }) - Context("update Node.Spec.ConfigSource: recover to last-known-good ConfigMap", func() { + Context("update Node.Spec.ConfigSource: recover to last-known-good ConfigMap:", func() { It(itDescription, func() { var err error // we base the "lkg" configmap off of the configuration from before the test @@ -364,7 +364,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: }) }) - Context("update Node.Spec.ConfigSource: recover to last-known-good ConfigMap.KubeletConfigKey", func() { + Context("update Node.Spec.ConfigSource: recover to last-known-good ConfigMap.KubeletConfigKey:", func() { It(itDescription, func() { const badConfigKey = "bad" var err error @@ -419,7 +419,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: }) // exposes resource leaks across config changes - Context("update Node.Spec.ConfigSource: 100 update stress test", func() { + Context("update Node.Spec.ConfigSource: 100 update stress test:", func() { It(itDescription, func() { var err error @@ -476,7 +476,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: // roll out a new Node.Spec.ConfigSource that references the new ConfigMap. In-place ConfigMap updates, including deletion // followed by re-creation, will cause all observing Kubelets to immediately restart for new config, because these operations // change the ResourceVersion of the ConfigMap. - Context("update ConfigMap in-place: state transitions", func() { + Context("update ConfigMap in-place: state transitions:", func() { It(itDescription, func() { var err error // we base the "correct" configmap off of the configuration from before the test @@ -556,7 +556,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: // roll out a new Node.Spec.ConfigSource that references the new ConfigMap. In-place ConfigMap updates, including deletion // followed by re-creation, will cause all observing Kubelets to immediately restart for new config, because these operations // change the ResourceVersion of the ConfigMap. - Context("update ConfigMap in-place: recover to last-known-good version", func() { + Context("update ConfigMap in-place: recover to last-known-good version:", func() { It(itDescription, func() { var err error // we base the "lkg" configmap off of the configuration from before the test @@ -635,7 +635,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: // roll out a new Node.Spec.ConfigSource that references the new ConfigMap. In-place ConfigMap updates, including deletion // followed by re-creation, will cause all observing Kubelets to immediately restart for new config, because these operations // change the ResourceVersion of the ConfigMap. - Context("delete and recreate ConfigMap: state transitions", func() { + Context("delete and recreate ConfigMap: state transitions:", func() { It(itDescription, func() { var err error // we base the "correct" configmap off of the configuration from before the test @@ -715,7 +715,7 @@ var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature: // roll out a new Node.Spec.ConfigSource that references the new ConfigMap. In-place ConfigMap updates, including deletion // followed by re-creation, will cause all observing Kubelets to immediately restart for new config, because these operations // change the ResourceVersion of the ConfigMap. - Context("delete and recreate ConfigMap: error while ConfigMap is absent", func() { + Context("delete and recreate ConfigMap: error while ConfigMap is absent:", func() { It(itDescription, func() { var err error // we base the "correct" configmap off of the configuration from before the test