diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-12 18:55:40 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-12 18:55:40 +0300 |
| commit | 440daf95fd1288f7872fb822e4fca2a8e9fd865c (patch) | |
| tree | 53eb1b1d317d99386dc505e58cc5ed33f4f4d18d | |
| parent | 03b682be62823c3a4ff5ca6d09ef19401538bc7e (diff) | |
tests: fix bgp_l3vpn_to_bgp_vrf
Too many arguments for format string.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
| -rw-r--r-- | tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py | 4 |
1 files 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", |
