diff options
| author | Christian Hopps <chopps@labn.net> | 2021-09-03 08:43:32 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2021-09-04 09:04:47 -0400 |
| commit | 4953ca977f3a5de8109ee6353ad07f816ca1774c (patch) | |
| tree | 447a3e8475b38653269d2cb3e98ec0118c783bf3 /tests/topotests/bgp_auth/test_bgp_auth.py | |
| parent | 57f774f56d25f2906dc4072488572fe274ed3910 (diff) | |
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/bgp_auth/test_bgp_auth.py')
| -rw-r--r-- | tests/topotests/bgp_auth/test_bgp_auth.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/topotests/bgp_auth/test_bgp_auth.py b/tests/topotests/bgp_auth/test_bgp_auth.py index 48ba0cca58..3e5b80f83f 100644 --- a/tests/topotests/bgp_auth/test_bgp_auth.py +++ b/tests/topotests/bgp_auth/test_bgp_auth.py @@ -48,7 +48,6 @@ import os import sys import json import platform -from functools import partial import pytest from time import sleep @@ -60,12 +59,9 @@ sys.path.append(os.path.join(CWD, "../")) # Import topogen and topotest helpers from lib import topotest 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 -from lib.common_config import apply_raw_config ERROR_LIST = ["Malformed", "Failure", "Unknown", "Incomplete"] @@ -74,7 +70,6 @@ pytestmark = [pytest.mark.bgpd, pytest.mark.ospfd] class InvalidCLIError(Exception): """Raise when the CLI command is wrong""" - pass def build_topo(tgen): # Create routers |
