summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py')
-rw-r--r--tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py b/tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py
index 0df2c9cb5a..dc587cd709 100644
--- a/tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py
+++ b/tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py
@@ -43,7 +43,7 @@ from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger
# Required to instantiate the topology builder class.
-from mininet.topo import Topo
+from lib.micronet_compat import Topo
pytestmark = [pytest.mark.bgpd]