Merge pull request #71340 from yuexiao-wang/fix-test

fix test names for manifests
pull/564/head
k8s-ci-robot 2018-11-30 00:04:18 -08:00 committed by GitHub
commit d9581ca041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,