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>
This commit is contained in:
Stephen Worley 2023-02-09 16:45:46 -05:00
parent 9d33108db9
commit cc07a819e4
2 changed files with 10 additions and 4 deletions

View File

@ -6,8 +6,11 @@
"vtepIp":"10.10.10.10", "vtepIp":"10.10.10.10",
"mcastGroup":"0.0.0.0", "mcastGroup":"0.0.0.0",
"advertiseGatewayMacip":"No", "advertiseGatewayMacip":"No",
"numRemoteVteps":[ "remoteVteps":[
"10.30.30.30" {
"ip":"10.30.30.30",
"flood":"HER"
}
] ]
} }

View File

@ -6,7 +6,10 @@
"vtepIp":"10.30.30.30", "vtepIp":"10.30.30.30",
"mcastGroup":"0.0.0.0", "mcastGroup":"0.0.0.0",
"advertiseGatewayMacip":"No", "advertiseGatewayMacip":"No",
"numRemoteVteps":[ "remoteVteps":[
"10.10.10.10" {
"ip":"10.10.10.10",
"flood":"HER"
}
] ]
} }