]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: remove some unused imports
authorMark Stapp <mjs@voltanet.io>
Tue, 25 Aug 2020 14:51:47 +0000 (10:51 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 25 Aug 2020 14:51:47 +0000 (10:51 -0400)
Remove unused imports from some topojson tests

Signed-off-by: Mark Stapp <mjs@voltanet.io>
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py

index 27c4430a527280f8f78c7ddf94341639466bbc71..c36e66a60ea325abef6f428ba39a5b38ecb67aca 100755 (executable)
@@ -70,7 +70,6 @@ from lib.common_config import (
     create_route_maps,
     shutdown_bringup_interface,
     start_router_daemons,
-    kill_router_daemons,
     create_static_routes,
     create_vrf_cfg,
     create_interfaces_cfg,
index 941593e51f12eef986979fded662b0ab67d0125e..e913105e4394f6f3a25bd165a11a8ec4f927928f 100755 (executable)
@@ -62,7 +62,6 @@ from lib.common_config import (
     verify_rib,
     step,
     start_router_daemons,
-    kill_router_daemons,
     create_static_routes,
     create_vrf_cfg,
     create_route_maps,
index 8892d13eff9d0ae46540857dcc42d3a3fa9d76f3..9e385823fc8ab6adb62b432b51f7d37d097217f1 100755 (executable)
@@ -68,7 +68,6 @@ from lib.common_config import (
     create_route_maps,
     verify_cli_json,
     start_router_daemons,
-    kill_router_daemons,
     create_static_routes,
     stop_router,
     start_router,