]> git.puffer.fish Git - mirror/frr.git/commit
tests: Fix test_multicast_pim_sm_topo3.py from generating a support bundle
authorDonald Sharp <sharpd@nvidia.com>
Tue, 5 Apr 2022 13:26:18 +0000 (09:26 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 10 Apr 2022 11:47:18 +0000 (07:47 -0400)
commit184ab61ee3386ece1ade1113e4e3d73d7a58aeb2
tree41687136a702b177960e97313e07ecef13878936
parentd6d890a656951e2dd51d07d553cac235cd906477
tests: Fix test_multicast_pim_sm_topo3.py from generating a support bundle

The test_multicast_pim_sm_topo3.py test is both spending extra time
looking for state that will never occurr but also generating a support
bundle when it doesn't find it.  Fix the test to come to the correct
solution faster.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo3.py