diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-11-25 14:22:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-25 14:22:10 -0500 |
| commit | 3abf06b722c83c47255a9e1245770f55b17f2d38 (patch) | |
| tree | 26ea6a0bacb7866f1475a77c70bff6bba76d75e0 /tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py | |
| parent | 68cd847ee68e8b62d079cb0c683848ad87bdf6ee (diff) | |
| parent | 10870bbc206f79dc125f33fe6962fe2ac873ada1 (diff) | |
Merge pull request #7607 from pguibert6WIND/topo_python3_preparation
Topo python3 preparation
Diffstat (limited to 'tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py')
| -rw-r--r-- | tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py b/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py index 1caa827ce2..24b3cba96e 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py +++ b/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py @@ -1,4 +1,4 @@ -from lutil import luCommand +from lib.lutil import luCommand luCommand("r1", 'vtysh -c "show bgp ipv4 vpn"', "", "none", "VPN SAFI") luCommand("r2", 'vtysh -c "show bgp ipv4 vpn"', "", "none", "VPN SAFI") |
