]> git.puffer.fish Git - mirror/frr.git/commit
tests: Adding BGP convergence verification before starting PIM tests
authorKuldeep Kashyap <kashyapk@vmware.com>
Wed, 20 Sep 2023 04:08:13 +0000 (04:08 +0000)
committerKuldeep Kashyap <kashyapk@vmware.com>
Wed, 20 Sep 2023 13:11:19 +0000 (13:11 +0000)
commit0cf046c6471196b0f2bc568d490792d781815fa9
tree397f27535940da76576a9b64a31c31b1576c4e06
parentfe1da43cab14bddb91d2a5f9d2c7da2b224f6d17
tests: Adding BGP convergence verification before starting PIM tests

Issue: Sometimes BGP neighbors are not up before doing any PIM
operation, that is causing some tests failures.
https://github.com/FRRouting/frr/issues/14441

Fix: Added BGP convergence for all tests where BGP is used to make
sure all BGP neigbhors

Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
tests/topotests/lib/bgp.py
tests/topotests/multicast_mld_join_topo1/test_multicast_mld_local_join.py
tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm1.py
tests/topotests/multicast_pim6_sm_topo1/test_multicast_pim6_sm2.py
tests/topotests/multicast_pim_uplink_topo1/test_multicast_pim_uplink_topo1.py
tests/topotests/multicast_pim_uplink_topo2/test_multicast_pim_uplink_topo2.py
tests/topotests/multicast_pim_uplink_topo3/test_multicast_pim_uplink_topo3.py