From 8db751b853560377ebd640c729ecb4e155e6a6d7 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Fri, 27 Aug 2021 14:28:29 -0400 Subject: tests: micronet: adapt tests Signed-off-by: Christian Hopps --- tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py') diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py index 0e2fef4a22..9f05f396ad 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py @@ -36,7 +36,7 @@ sys.path.append(os.path.join(CWD, "../lib/")) # pylint: disable=C0413 # Import topogen and topotest helpers -from mininet.topo import Topo +from lib.micronet_compat import Topo from lib.topogen import Topogen, get_topogen # Import topoJson from lib, to create topology and initial configuration -- cgit v1.2.3