summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_update_delay
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-09-03 14:43:32 +0200
committerChristian Hopps <chopps@labn.net>2021-09-04 15:04:47 +0200
commit4953ca977f3a5de8109ee6353ad07f816ca1774c (patch)
tree447a3e8475b38653269d2cb3e98ec0118c783bf3 /tests/topotests/bgp_update_delay
parenttests: Disable test which fails under micronet (diff)
downloadfrr-4953ca977f3a5de8109ee6353ad07f816ca1774c.tar.xz
frr-4953ca977f3a5de8109ee6353ad07f816ca1774c.zip
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/bgp_update_delay')
-rw-r--r--tests/topotests/bgp_update_delay/test_bgp_update_delay.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/bgp_update_delay/test_bgp_update_delay.py b/tests/topotests/bgp_update_delay/test_bgp_update_delay.py
index 31a887b6c..b3e6ad3a1 100644
--- a/tests/topotests/bgp_update_delay/test_bgp_update_delay.py
+++ b/tests/topotests/bgp_update_delay/test_bgp_update_delay.py
@@ -60,7 +60,6 @@ event of packet loss.
import os
import sys
import json
-import time
import pytest
import functools
@@ -70,8 +69,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]