summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/ospf.py
diff options
context:
space:
mode:
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,