diff options
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py')
| -rw-r--r-- | tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py index 969e9c45b1..69accfc5bd 100644 --- a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py +++ b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py @@ -26,9 +26,7 @@ import os import sys import time import pytest -import json from copy import deepcopy -from ipaddress import IPv4Address from lib.topotest import frr_unicode # Save the Current Working Directory to find configuration files. @@ -38,9 +36,7 @@ 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 ipaddress # Import topoJson from lib, to create topology and initial configuration from lib.common_config import ( @@ -48,26 +44,17 @@ from lib.common_config import ( write_test_header, write_test_footer, reset_config_on_routers, - verify_rib, - create_static_routes, step, - create_route_maps, - shutdown_bringup_interface, create_interfaces_cfg, topo_daemons ) from lib.topolog import logger -from lib.topojson import build_topo_from_json, build_config_from_json +from lib.topojson import build_config_from_json from lib.ospf import ( verify_ospf6_neighbor, - config_ospf_interface, clear_ospf, - verify_ospf6_rib, - create_router_ospf, verify_ospf6_interface, - verify_ospf6_database, - config_ospf6_interface, ) from ipaddress import IPv6Address |
