From cc07a819e47d9e151d49e44b627bad0f67fff87d Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Thu, 9 Feb 2023 16:45:46 -0500 Subject: [PATCH] tests: fix SVD topotest, new evpn vni json output The output of `show evpn vni [VNI] json` changed, so updated the test with the new keys/output. Signed-off-by: Stephen Worley --- tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json | 7 +++++-- tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json b/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json index 6b71dba17b..98ae92ce55 100644 --- a/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json +++ b/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json @@ -6,8 +6,11 @@ "vtepIp":"10.10.10.10", "mcastGroup":"0.0.0.0", "advertiseGatewayMacip":"No", - "numRemoteVteps":[ - "10.30.30.30" + "remoteVteps":[ + { + "ip":"10.30.30.30", + "flood":"HER" + } ] } diff --git a/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json b/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json index 19f16687b8..5c059786b2 100644 --- a/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json +++ b/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json @@ -6,7 +6,10 @@ "vtepIp":"10.30.30.30", "mcastGroup":"0.0.0.0", "advertiseGatewayMacip":"No", - "numRemoteVteps":[ - "10.10.10.10" + "remoteVteps":[ + { + "ip":"10.10.10.10", + "flood":"HER" + } ] }