mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 18:42:48 +00:00
tests: ospf_metric_propagation should not look for a specific vrfId
There is no guarantee that the vrfId is going to be the same across tests, as that the vrfId is chosen based upon the ifindex of the vrf device. As such we should not be looking for the vrfId, but the correct vrf name. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
cb7c6fc2b9
commit
bdcc5df5c3
@ -4,7 +4,6 @@
|
||||
"prefix":"10.0.94.0/24",
|
||||
"prefixLen":24,
|
||||
"protocol":"bgp",
|
||||
"vrfId":9,
|
||||
"vrfName":"green",
|
||||
"selected":true,
|
||||
"destSelected":true,
|
||||
|
@ -4,7 +4,6 @@
|
||||
"prefix":"10.0.94.0/24",
|
||||
"prefixLen":24,
|
||||
"protocol":"bgp",
|
||||
"vrfId":9,
|
||||
"vrfName":"green",
|
||||
"selected":true,
|
||||
"destSelected":true,
|
||||
|
@ -4,7 +4,6 @@
|
||||
"prefix":"10.0.94.0/24",
|
||||
"prefixLen":24,
|
||||
"protocol":"bgp",
|
||||
"vrfId":9,
|
||||
"vrfName":"green",
|
||||
"selected":true,
|
||||
"destSelected":true,
|
||||
|
@ -4,7 +4,6 @@
|
||||
"prefix":"10.0.94.0/24",
|
||||
"prefixLen":24,
|
||||
"protocol":"bgp",
|
||||
"vrfId":9,
|
||||
"vrfName":"green",
|
||||
"selected":true,
|
||||
"destSelected":true,
|
||||
|
@ -4,7 +4,6 @@
|
||||
"prefix":"10.0.94.0/24",
|
||||
"prefixLen":24,
|
||||
"protocol":"bgp",
|
||||
"vrfId":9,
|
||||
"vrfName":"green",
|
||||
"selected":true,
|
||||
"destSelected":true,
|
||||
|
@ -4,7 +4,6 @@
|
||||
"prefix":"10.0.94.0/24",
|
||||
"prefixLen":24,
|
||||
"protocol":"bgp",
|
||||
"vrfId":9,
|
||||
"vrfName":"green",
|
||||
"selected":true,
|
||||
"destSelected":true,
|
||||
|
Loading…
Reference in New Issue
Block a user