]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: fix SVD topotest, new evpn vni json output
authorStephen Worley <sworley@nvidia.com>
Thu, 9 Feb 2023 21:45:46 +0000 (16:45 -0500)
committerStephen Worley <sworley@nvidia.com>
Mon, 13 Feb 2023 23:12:05 +0000 (18:12 -0500)
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>
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/evpn.vni.json
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE2/evpn.vni.json

index 6b71dba17bc172d36cb6b605c5d5f78c0a17d23f..98ae92ce55bafb0c0391d00ec4e72c05b1d18803 100644 (file)
@@ -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"
+    }
   ]
 }
 
index 19f16687b8150472304f31290dcde1e0d1f50480..5c059786b2dbd7e4a66901de71bd903a698eb32d 100644 (file)
@@ -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"
+    }
   ]
 }