File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -574,16 +574,6 @@ func TestValidateInstallConfig(t *testing.T) {
574574 }(),
575575 expectedError : `networking\.clusterNetworkMTU: Invalid value: 8000: cluster network MTU is not valid with network plugin OpenShiftSDN$` ,
576576 },
577- {
578- name : "networking clusterNetworkMTU - unsupported network type" ,
579- installConfig : func () * types.InstallConfig {
580- c := validInstallConfig ()
581- c .Networking .NetworkType = string (operv1 .NetworkTypeKuryr )
582- c .Networking .ClusterNetworkMTU = 8000
583- return c
584- }(),
585- expectedError : `networking\.clusterNetworkMTU: Invalid value: 8000: cluster network MTU is not valid with network plugin Kuryr\]$` ,
586- },
587577 {
588578 name : "missing control plane" ,
589579 installConfig : func () * types.InstallConfig {
You can’t perform that action at this time.
0 commit comments