summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/ospf.py
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-09-03 08:43:32 -0400
committerChristian Hopps <chopps@labn.net>2021-09-04 09:04:47 -0400
commit4953ca977f3a5de8109ee6353ad07f816ca1774c (patch)
tree447a3e8475b38653269d2cb3e98ec0118c783bf3 /tests/topotests/lib/ospf.py
parent57f774f56d25f2906dc4072488572fe274ed3910 (diff)
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/lib/ospf.py')
-rw-r--r--tests/topotests/lib/ospf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/topotests/lib/ospf.py b/tests/topotests/lib/ospf.py
index d6f1b0e004..803909f357 100644
--- a/tests/topotests/lib/ospf.py
+++ b/tests/topotests/lib/ospf.py
@@ -20,17 +20,12 @@
import ipaddress
import sys
-import traceback
from copy import deepcopy
-from ipaddress import IPv6Address
-from time import sleep
# Import common_config to use commomnly used APIs
from lib.common_config import (
create_common_configurations,
InvalidCLIError,
- check_address_types,
- create_common_configuration,
generate_ips,
retry,
run_frr_cmd,