From: Kuldeep Kashyap Date: Tue, 18 May 2021 01:50:49 +0000 (-0700) Subject: tests: Fix for multicast_pim_sm failure X-Git-Tag: base_8.1~522^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f0cbb887f1561a7fd72647d07cd5d7386ec315e0;p=mirror%2Ffrr.git tests: Fix for multicast_pim_sm failure Test case test_verify_mroute_when_5_different_receiver_joining_same_sources_p0 is failing intermittently in master. Fixed the issue. Signed-off-by: Kuldeep Kashyap --- diff --git a/tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py b/tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py index 7e409c2a05..f1f130826f 100755 --- a/tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py +++ b/tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py @@ -1676,7 +1676,8 @@ def test_verify_mroute_when_5_different_receiver_joining_same_sources_p0(request source = topo["routers"]["i3"]["links"]["r2"]["ipv4"].split("/")[0] input_dict_all = [ - {"dut": "l1", "src_address": source, "iif": "l1-r2-eth4", "oil": "l1-i1-eth1"}, + {"dut": "l1", "src_address": source, "iif": ["l1-r2-eth4", "l1-c1-eth0"], + "oil": ["l1-i1-eth1", "l1-i6-eth2"]}, {"dut": "f1", "src_address": source, "iif": "f1-r2-eth3", "oil": "f1-i8-eth2"}, ] for data in input_dict_all: