]> git.puffer.fish Git - matthieu/frr.git/commit
tests: restart bgpd to avoid warnings in follow on tests
authorChristian Hopps <chopps@labn.net>
Sat, 15 Apr 2023 13:37:30 +0000 (09:37 -0400)
committerChristian Hopps <chopps@labn.net>
Sat, 15 Apr 2023 13:39:05 +0000 (09:39 -0400)
commitc568b4ac4f2eed1d4c226f99620093e7ed401229
tree65e97b253ef8ffe22d0bdf6cb7e67baaec3c1be3
parent5537b907e9bfe3a942bffde2c9654c38aeba680b
tests: restart bgpd to avoid warnings in follow on tests

The tests are killing bgpd and then ending, the next test is checking for all
daemons running and spewing warnings to stderr. Restart the daemons before
ending the test (like other tests in this same module) to avoid this.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-3.py
tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1-4.py