Skip to content

Commit 6433dc7

Browse files
committed
remove NetworkTypeKuryr test case
1 parent 31e05c4 commit 6433dc7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkg/types/validation/installconfig_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)