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_close.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_close.py')
| -rw-r--r-- | tests/topotests/bgp_rfapi_basic_sanity/scripts/check_close.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_close.py b/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_close.py index 9fdef84cdf..e68fac86fa 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_close.py +++ b/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_close.py @@ -1,4 +1,4 @@ -from lutil import luCommand +from lib.lutil import luCommand holddownFactorSet = luCommand( "r1", |
