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>
"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"
+ }
]
}
"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"
+ }
]
}