mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-30 18:29:22 +00:00
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:
parent
9d33108db9
commit
cc07a819e4
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user