summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-07-09 12:32:10 -0400
committerMark Stapp <mjs@voltanet.io>2020-07-09 12:32:10 -0400
commit8b547a6dab841c878bdd3c048e5d89cb96ed70f4 (patch)
treedfd2446ffee4274848432aa1a72d8c4ba81967c6 /tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py
parent7172f19da43c08d3b2f3a6261e6d6cd422351708 (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-xtests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py1
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