]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Fix for multicast_pim_sm failure 8684/head
authorKuldeep Kashyap <kashyapk@vmware.com>
Tue, 18 May 2021 01:50:49 +0000 (18:50 -0700)
committerKuldeep Kashyap <kashyapk@vmware.com>
Tue, 18 May 2021 01:52:55 +0000 (18:52 -0700)
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 <kashyapk@vmware.com>
tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py

index 7e409c2a05385abd0a51d5dd815fd84af57389cb..f1f130826f3e7e2fed187fe6785e18b977e4972f 100755 (executable)
@@ -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: