summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_basic_topo2
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/pim_basic_topo2
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/pim_basic_topo2')
-rw-r--r--tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py b/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py
index 2352a9ab1..b64572865 100644
--- a/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py
+++ b/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py
@@ -28,7 +28,6 @@ test_pim_basic_topo2.py: Test the FRR PIM protocol convergence.
import os
import sys
-import json
from functools import partial
import pytest
@@ -43,7 +42,6 @@ from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger
# Required to instantiate the topology builder class.
-from lib.micronet_compat import Topo
pytestmark = [pytest.mark.bfdd, pytest.mark.pimd]