From 1d38de3a29b30091e9f917964704e933d2f3d42b Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Thu, 22 Nov 2018 15:30:24 +0800 Subject: [PATCH] fix test names for manifests Signed-off-by: yuexiao-wang --- cmd/kubeadm/app/phases/controlplane/manifests_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kubeadm/app/phases/controlplane/manifests_test.go b/cmd/kubeadm/app/phases/controlplane/manifests_test.go index 87f2847d25..fa45da8019 100644 --- a/cmd/kubeadm/app/phases/controlplane/manifests_test.go +++ b/cmd/kubeadm/app/phases/controlplane/manifests_test.go @@ -597,7 +597,7 @@ func TestGetControllerManagerCommand(t *testing.T) { }, }, { - name: "custom cloudprovider for v1.12.0-beta.2", + name: "custom cluster-cidr for v1.12.0-beta.2", cfg: &kubeadmapi.ClusterConfiguration{ Networking: kubeadmapi.Networking{PodSubnet: "10.0.1.15/16"}, CertificatesDir: testCertsDir, @@ -700,7 +700,7 @@ func TestGetControllerManagerCommand(t *testing.T) { }, }, { - name: "custom cloudprovider for v1.11.3", + name: "custom cluster-cidr for v1.11.3", cfg: &kubeadmapi.ClusterConfiguration{ Networking: kubeadmapi.Networking{PodSubnet: "10.0.1.15/16"}, CertificatesDir: testCertsDir,