summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_topo1/test_ospf6_topo1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf6_topo1/test_ospf6_topo1.py')
-rw-r--r--tests/topotests/ospf6_topo1/test_ospf6_topo1.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/ospf6_topo1/test_ospf6_topo1.py b/tests/topotests/ospf6_topo1/test_ospf6_topo1.py
index 1bc994aaa..99379354f 100644
--- a/tests/topotests/ospf6_topo1/test_ospf6_topo1.py
+++ b/tests/topotests/ospf6_topo1/test_ospf6_topo1.py
@@ -74,11 +74,9 @@ import os
import re
import sys
import pytest
-from time import sleep
from functools import partial
-from lib.micronet_compat import Topo
# Save the Current Working Directory to find configuration files later.
CWD = os.path.dirname(os.path.realpath(__file__))
@@ -89,7 +87,6 @@ sys.path.append(os.path.join(CWD, "../"))
from lib import topotest
from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger
-import platform
pytestmark = [pytest.mark.ospfd]