Skip to content

Commit

Permalink
change cidr to avoid conflict
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <[email protected]>
  • Loading branch information
oilbeater committed Aug 13, 2024
1 parent 5fc1c77 commit fed6299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/iptables-vpc-nat-gw/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ var _ = framework.SerialDescribe("[group:iptables-vpc-nat-gw]", func() {
})

framework.ConformanceIt("change gateway image", func() {
overlaySubnetV4Cidr := "10.0.0.0/24"
overlaySubnetV4Gw := "10.0.0.1"
lanIP := "10.0.0.254"
overlaySubnetV4Cidr := "10.0.2.0/24"
overlaySubnetV4Gw := "10.0.2.1"
lanIP := "10.0.2.254"
natgwQoS := ""
cm, err := f.ClientSet.CoreV1().ConfigMaps(framework.KubeOvnNamespace).Get(context.Background(), vpcNatConfigName, metav1.GetOptions{})
framework.ExpectNoError(err)
Expand Down

0 comments on commit fed6299

Please sign in to comment.