diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-04-22 15:47:37 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-04-22 15:47:37 -0400 | 
| commit | ec8f360f2dc2c1c4686877d48cea96d460bb4ec9 (patch) | |
| tree | 632227efab0ed9bd4eedb5ed0339ec5917fa3ed7 /tests/topotests/bgp_multi_vrf_topo1 | |
| parent | b38f1fd03dacfcd2536d96379f575156d3844ee9 (diff) | |
tests: Remove kill_mininet_router_process
This function kills all processes that happen to have the same
name to frr processes and it was only ever used in the setup.
Setup should not be used to kill old runs.  That should be a
separate process.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_multi_vrf_topo1')
| -rw-r--r-- | tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py b/tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py index 1b62d986bd..7ea5a24fd7 100644 --- a/tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py +++ b/tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py @@ -128,7 +128,6 @@ from lib.common_config import (      create_static_routes,      create_prefix_lists,      create_interface_in_kernel, -    kill_mininet_routers_process,      create_bgp_community_lists,      check_router_status,      apply_raw_config, @@ -229,9 +228,6 @@ def setup_module(mod):      tgen = Topogen(CreateTopo, mod.__name__)      # ... and here it calls Mininet initialization functions. -    # Kill stale mininet routers and process -    kill_mininet_routers_process(tgen) -      # Starting topology, create tmp files which are loaded to routers      #  to start deamons and then start routers      start_topology(tgen)  | 
