summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_reject_as_sets
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/bgp_reject_as_sets
parent57f774f56d25f2906dc4072488572fe274ed3910 (diff)
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/bgp_reject_as_sets')
-rw-r--r--tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py b/tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py
index 271db0a7c9..8d1e834986 100644
--- a/tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py
+++ b/tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py
@@ -37,7 +37,6 @@ BGP speakers conforming to this document (i.e., conformant BGP
import os
import sys
import json
-import time
import pytest
import functools
@@ -47,8 +46,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
-from lib.micronet_compat import Topo
pytestmark = [pytest.mark.bgpd]