]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: fix bgp_l3vpn_to_bgp_vrf 8662/head
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 12 May 2021 15:55:40 +0000 (18:55 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 12 May 2021 15:55:40 +0000 (18:55 +0300)
Too many arguments for format string.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py

index 650ba20b8c1ed509a5a025c7df1f7de4d30dcefb..f7b9bad5facda9e6a926158ef85bafba7b2522df 100644 (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",