mirror_frr/tests/topotests/multicast_pim_sm_topo3
Donald Sharp 758999b3e0 tests: Ensure packets have a chance to arrive in test_multicast_pim_sm_topo4.py
The test is doing this:

a) gather interface data about packets sent
b) shut interface
c) no shut interface
d) gather interface data about packets sent
e) compare a to d and fail if packets sent/received has not incremented

The problem is, of course, that under heavy system load insufficient time
might not have passed for packets to be sent between c and d.  Add up to
35 seconds of looking for packet data being incremented else heavily
loaded systems may never show that data is being sent.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2022-01-07 11:03:15 -05:00
..
multicast_pim_sm_topo3.json tests: reduce multicast timer values 2021-08-19 00:28:35 -04:00
multicast_pim_sm_topo4.json tests: reduce multicast timer values 2021-08-19 00:28:35 -04:00
test_multicast_pim_sm_topo3.py tests: cleanup: rerun changed files through black 2021-09-04 09:04:47 -04:00
test_multicast_pim_sm_topo4.py tests: Ensure packets have a chance to arrive in test_multicast_pim_sm_topo4.py 2022-01-07 11:03:15 -05:00