summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Worley <sworley@nvidia.com>2023-02-09 16:45:46 -0500
committerStephen Worley <sworley@nvidia.com>2023-02-13 18:12:05 -0500
commitcc07a819e47d9e151d49e44b627bad0f67fff87d (patch)
tree1d15d3303849eecfe07bea92aaa0ceb0c35db715
parent9d33108db961a7e045a38182819291a44d17470a (diff)
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 <sworley@nvidia.com>
-rw-r--r--tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json7
-rw-r--r--tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json7
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"
+ }
]
}