From 0c2b0c0098b510a973193e5395d0b315b01b20b7 Mon Sep 17 00:00:00 2001 From: Pat Ruddy Date: Fri, 22 Jan 2021 11:52:54 +0000 Subject: [PATCH] tests: update evpn vxlan for svi behaviour change This test relied on the default addition of SVI MAC in zebra now this has been fixed the test needs to be updated to work with the new behaviour. Signed-off-by: Pat Ruddy --- tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf | 1 + tests/topotests/bgp-evpn-vxlan_topo1/PE1/evpn.vni.json | 4 ++-- tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf | 1 + tests/topotests/bgp-evpn-vxlan_topo1/PE2/evpn.vni.json | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf b/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf index c7a76a98ed..991a1e7e56 100644 --- a/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf +++ b/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf @@ -8,3 +8,4 @@ router bgp 65000 address-family l2vpn evpn neighbor 10.30.30.30 activate advertise-all-vni + advertise-svi-ip diff --git a/tests/topotests/bgp-evpn-vxlan_topo1/PE1/evpn.vni.json b/tests/topotests/bgp-evpn-vxlan_topo1/PE1/evpn.vni.json index 2937504244..e500a1d85c 100644 --- a/tests/topotests/bgp-evpn-vxlan_topo1/PE1/evpn.vni.json +++ b/tests/topotests/bgp-evpn-vxlan_topo1/PE1/evpn.vni.json @@ -6,8 +6,8 @@ "vtepIp":"10.10.10.10", "mcastGroup":"0.0.0.0", "advertiseGatewayMacip":"No", - "numMacs":5, - "numArpNd":3, + "numMacs":6, + "numArpNd":6, "numRemoteVteps":[ "10.30.30.30" ] diff --git a/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf b/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf index 0a24158bb8..52f8687bc1 100644 --- a/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf +++ b/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf @@ -9,3 +9,4 @@ router bgp 65000 address-family l2vpn evpn neighbor 10.10.10.10 activate advertise-all-vni + advertise-svi-ip diff --git a/tests/topotests/bgp-evpn-vxlan_topo1/PE2/evpn.vni.json b/tests/topotests/bgp-evpn-vxlan_topo1/PE2/evpn.vni.json index 0853147a00..0a56a235bd 100644 --- a/tests/topotests/bgp-evpn-vxlan_topo1/PE2/evpn.vni.json +++ b/tests/topotests/bgp-evpn-vxlan_topo1/PE2/evpn.vni.json @@ -6,8 +6,8 @@ "vtepIp":"10.30.30.30", "mcastGroup":"0.0.0.0", "advertiseGatewayMacip":"No", - "numMacs":5, - "numArpNd":3, + "numMacs":6, + "numArpNd":6, "numRemoteVteps":[ "10.10.10.10" ] -- 2.39.5