From: Igor Ryzhov Date: Wed, 12 May 2021 15:55:40 +0000 (+0300) Subject: tests: fix bgp_l3vpn_to_bgp_vrf X-Git-Tag: base_8.1~510^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F8662%2Fhead;p=mirror%2Ffrr.git tests: fix bgp_l3vpn_to_bgp_vrf Too many arguments for format string. Signed-off-by: Igor Ryzhov --- diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py b/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py index 650ba20b8c..f7b9bad5fa 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py @@ -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",