]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Remove kill_mininet_router_process
authorDonald Sharp <sharpd@nvidia.com>
Thu, 22 Apr 2021 19:47:37 +0000 (15:47 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 22 Apr 2021 19:47:37 +0000 (15:47 -0400)
commitec8f360f2dc2c1c4686877d48cea96d460bb4ec9
tree632227efab0ed9bd4eedb5ed0339ec5917fa3ed7
parentb38f1fd03dacfcd2536d96379f575156d3844ee9
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>
tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1.py
tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py
tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
tests/topotests/bgp_recursive_route_ebgp_multi_hop/test_bgp_recursive_route_ebgp_multi_hop.py
tests/topotests/lib/common_config.py