]> git.puffer.fish Git - mirror/frr.git/commit
tests: Do not turn off multicast stream 10969/head
authorDonald Sharp <sharpd@nvidia.com>
Sun, 10 Apr 2022 11:47:01 +0000 (07:47 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 10 Apr 2022 11:47:38 +0000 (07:47 -0400)
commit747aa92e74f688f2af67002b9acdfcea94bd7e7b
tree7fee92cba778176a9354f1ba0bff618b69871874
parent184ab61ee3386ece1ade1113e4e3d73d7a58aeb2
tests: Do not turn off multicast stream

The test is testing whether interface flaps are causing
the appropriate pim reactions.  Unfortunately the test
is turning off the multicast stream and the test also
has a keep alive timer of 15 seconds set on all routers.
Which of course means the test has 15 seconds(at most) to finish
testing.  This is not always possible given system loads.

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