From 4953ca977f3a5de8109ee6353ad07f816ca1774c Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Fri, 3 Sep 2021 08:43:32 -0400 Subject: tests: cleanup - remove unused imports Signed-off-by: Christian Hopps --- tests/topotests/ospf_basic_functionality/test_ospf_chaos.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_chaos.py') diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py b/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py index eade677ca5..a5c92023b5 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py @@ -26,8 +26,6 @@ import os import sys import time import pytest -from copy import deepcopy -import json # Save the Current Working Directory to find configuration files. CWD = os.path.dirname(os.path.realpath(__file__)) @@ -36,7 +34,6 @@ sys.path.append(os.path.join(CWD, "../lib/")) # pylint: disable=C0413 # Import topogen and topotest helpers -from lib.micronet_compat import Topo from lib.topogen import Topogen, get_topogen # Import topoJson from lib, to create topology and initial configuration @@ -46,7 +43,6 @@ from lib.common_config import ( write_test_footer, reset_config_on_routers, step, - shutdown_bringup_interface, topo_daemons, verify_rib, stop_router, @@ -59,8 +55,7 @@ from lib.common_config import ( from lib.ospf import verify_ospf_neighbor, verify_ospf_rib, create_router_ospf from lib.topolog import logger -from lib.topojson import build_topo_from_json, build_config_from_json -from ipaddress import IPv4Address +from lib.topojson import build_config_from_json pytestmark = [pytest.mark.ospfd, pytest.mark.staticd] -- cgit v1.2.3