diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-07-09 12:32:10 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-07-09 12:32:10 -0400 |
| commit | 8b547a6dab841c878bdd3c048e5d89cb96ed70f4 (patch) | |
| tree | dfd2446ffee4274848432aa1a72d8c4ba81967c6 /tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py | |
| parent | 7172f19da43c08d3b2f3a6261e6d6cd422351708 (diff) | |
test: use ipaddress module instead of ipaddr
Use the standard ipaddress module instead of installing 'ipaddr',
which may be deprecated now.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py')
| -rwxr-xr-x | tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py b/tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py index b0ff3ac437..607b036c6a 100755 --- a/tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py +++ b/tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py @@ -56,7 +56,6 @@ import pdb import json import time import inspect -import ipaddress from time import sleep import pytest |
