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:
Igor Ryzhov 2021-05-12 18:55:40 +03:00
parent 03b682be62
commit 440daf95fd

View File

@ -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",