From 440daf95fd1288f7872fb822e4fca2a8e9fd865c Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Wed, 12 May 2021 18:55:40 +0300 Subject: [PATCH] tests: fix bgp_l3vpn_to_bgp_vrf Too many arguments for format string. Signed-off-by: Igor Ryzhov --- .../topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.39.5