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/bgp_as_wide_bgp_identifier | |
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/bgp_as_wide_bgp_identifier')
-rw-r--r-- | tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py b/tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py index 2f7a9cc58..571e28cf7 100644 --- a/tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py +++ b/tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py @@ -32,7 +32,6 @@ affected and should work. import os import sys import json -import time import pytest import functools @@ -42,8 +41,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] |