summaryrefslogtreecommitdiff
path: root/tests/topotests/zebra_opaque
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-09-03 08:43:32 -0400
committerChristian Hopps <chopps@labn.net>2021-09-04 09:04:47 -0400
commit4953ca977f3a5de8109ee6353ad07f816ca1774c (patch)
tree447a3e8475b38653269d2cb3e98ec0118c783bf3 /tests/topotests/zebra_opaque
parent57f774f56d25f2906dc4072488572fe274ed3910 (diff)
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/zebra_opaque')
-rw-r--r--tests/topotests/zebra_opaque/test_zebra_opaque.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/topotests/zebra_opaque/test_zebra_opaque.py b/tests/topotests/zebra_opaque/test_zebra_opaque.py
index 05911a9de3..2cd4a88533 100644
--- a/tests/topotests/zebra_opaque/test_zebra_opaque.py
+++ b/tests/topotests/zebra_opaque/test_zebra_opaque.py
@@ -25,7 +25,6 @@ Test if Opaque Data is accessable from other daemons in Zebra
import os
import sys
import json
-import time
import pytest
import functools
@@ -35,7 +34,6 @@ sys.path.append(os.path.join(CWD, "../"))
# pylint: disable=C0413
from lib import topotest
from lib.topogen import Topogen, TopoRouter, get_topogen
-from lib.topolog import logger
pytestmark = [pytest.mark.bgpd]