summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_linux_vrf.py4
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",