Merge pull request #31370 from mtaufen/dynkubetest-update

Automatic merge from submit-queue

Capitalize feature name in test for dynamic kubelet configuration
pull/6/head
Kubernetes Submit Queue 2016-08-30 00:53:10 -07:00 committed by GitHub
commit 4ae5770162
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import (
) )
// This test is marked [Disruptive] because the Kubelet temporarily goes down as part of of this test. // This test is marked [Disruptive] because the Kubelet temporarily goes down as part of of this test.
var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Serial] [Disruptive]", func() { var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:DynamicKubeletConfig] [Serial] [Disruptive]", func() {
f := framework.NewDefaultFramework("dynamic-kubelet-configuration-test") f := framework.NewDefaultFramework("dynamic-kubelet-configuration-test")
Context("When a configmap called `kubelet-<node-name>` is added to the `kube-system` namespace", func() { Context("When a configmap called `kubelet-<node-name>` is added to the `kube-system` namespace", func() {