summaryrefslogtreecommitdiff
path: root/tests/topotests/rip_bfd_topo1
diff options
context:
space:
mode:
authorY Bharath <y.bharath@samsung.com>2024-06-15 22:36:32 +0530
committerY Bharath <y.bharath@samsung.com>2024-06-17 15:42:59 +0530
commit8381dbd9e258825daff4802c4c44b3d435a7b7e3 (patch)
tree9e2884a629e76f7b68ea9e40a98c6db7b5411814 /tests/topotests/rip_bfd_topo1
parent045029e2442dbca3b6e7685438d171fa05c0f968 (diff)
tests: Avoid importing unused modules
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/rip_bfd_topo1')
-rw-r--r--tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py b/tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py
index d03d5479fd..26680f5460 100644
--- a/tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py
+++ b/tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py
@@ -20,7 +20,6 @@ import pytest
from functools import partial
from lib import topotest
from lib.topogen import Topogen, TopoRouter
-from lib.topolog import logger
pytestmark = [
pytest.mark.bfdd,