diff options
author | Christian Hopps <chopps@labn.net> | 2021-09-03 14:43:32 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2021-09-04 15:04:47 +0200 |
commit | 4953ca977f3a5de8109ee6353ad07f816ca1774c (patch) | |
tree | 447a3e8475b38653269d2cb3e98ec0118c783bf3 /tests/topotests/pim_basic_topo2 | |
parent | tests: Disable test which fails under micronet (diff) | |
download | frr-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.py | 2 |
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] |