]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Fix multicast_pim_bsm_topo2 static route issue
authorKuldeep Kashyap <kashyapk@vmware.com>
Thu, 7 Jul 2022 21:44:28 +0000 (14:44 -0700)
committerKuldeep Kashyap <kashyapk@vmware.com>
Mon, 11 Jul 2022 05:18:50 +0000 (22:18 -0700)
commita7bccdc5821dce465d5963d5866e543974e7ab5b
treecf225d4f24f29dbcfe2145f429aec348d1390f8e
parentcfab3187bc8175733f0f92fdcc4c85b82407cc9a
tests: Fix multicast_pim_bsm_topo2 static route issue

API to verify static route was checking whether
router is installed with expected nexthop. In
this particular scenario we has same route as
Connected and Static both. In heavy loaded
system static routes was taking time to get
installed and API was doing the verification
on Connected route instead Static route.
Enhanced scripts to check only static routes.

Issue: https://github.com/FRRouting/frr/issues/11563

Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
tests/topotests/multicast_pim_bsm_topo1/test_mcast_pim_bsmp_01.py
tests/topotests/multicast_pim_bsm_topo2/test_mcast_pim_bsmp_02.py