Merge pull request #8662 from idryzhov/fix-check-linux-vrf

tests: fix bgp_l3vpn_to_bgp_vrf
This commit is contained in:
Donatas Abraitis 2021-05-21 10:03:21 +03:00 committed by GitHub
commit a418752d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,8 @@ luCommand(
"VRF cust1 IP config", "VRF cust1 IP config",
) )
luCommand( luCommand(
rtr, "r4",
"ip route show vrf r4-cust2".format(rtr), "ip route show vrf r4-cust2",
"192.168...0/24 dev r.-eth", "192.168...0/24 dev r.-eth",
"pass", "pass",
"VRF cust2 interface route", "VRF cust2 interface route",