summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_auth/bgp_auth_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_auth/bgp_auth_common.py')
-rw-r--r--tests/topotests/bgp_auth/bgp_auth_common.py13
1 files changed, 3 insertions, 10 deletions
diff --git a/tests/topotests/bgp_auth/bgp_auth_common.py b/tests/topotests/bgp_auth/bgp_auth_common.py
index 824498ef..7ba3169c 100644
--- a/tests/topotests/bgp_auth/bgp_auth_common.py
+++ b/tests/topotests/bgp_auth/bgp_auth_common.py
@@ -34,16 +34,9 @@ for bgp instances
import json
import os
-import platform
-import sys
-from time import sleep
-
-from lib import common_config, topotest
-from lib.common_config import (
- save_initial_config_on_routers,
- reset_with_new_configs,
-)
-from lib.topogen import Topogen, TopoRouter, get_topogen
+
+from lib import common_config
+from lib.topogen import get_topogen
CWD = os.path.dirname(os.path.realpath(__file__))