mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 17:13:46 +00:00
tests: fix bgp_l3vpn_to_bgp_vrf
Too many arguments for format string. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
03b682be62
commit
440daf95fd
@ -59,8 +59,8 @@ luCommand(
|
||||
"VRF cust1 IP config",
|
||||
)
|
||||
luCommand(
|
||||
rtr,
|
||||
"ip route show vrf r4-cust2".format(rtr),
|
||||
"r4",
|
||||
"ip route show vrf r4-cust2",
|
||||
"192.168...0/24 dev r.-eth",
|
||||
"pass",
|
||||
"VRF cust2 interface route",
|
||||
|
Loading…
Reference in New Issue
Block a user