SRMulticast at 06 Apr 2020 01:50:40

<img src="https://jenkins.onosproject.org/view/QA/job/postjob-Fabric2/lastSuccessfulBuild/artifact/SRMulticast_onos-1.15_20-builds_graph.jpg", alt="SRMulticast", style="width:525px;height:350px;border:0">
commit fbd65dbd60d20878a3576de1fbd68d4bdee6f26c (HEAD -] onos-1.15, origin/onos-1.15)
Author: Seyeon Jeong [seyeon@opennetworking.org]
AuthorDate: Tue Mar 3 17:33:40 2020 -0800
Commit: Charles Chan [charles@opennetworking.org]
CommitDate: Thu Apr 2 19:02:32 2020 +0000

Fix an action of t3-troubleshot-mcast command when no sink for a multicast route

Case 1: Create a Multicast flow between a source and sink on the same dual-tor leaf - PASS

Case 2: Create a Multicast flow between a source and sink on different dual-tor leaves - PASS

Case 3: Create a Multicast flow between a source and sink on different leaves (sink on single-tor) - PASS

Case 4: Combines CASE1 and CASE2 - FAIL

Case 5: Combines CASE2 and CASE3 - PASS

Case 6: Combines CASE1 and CASE3 - FAIL

Case 7: Combines CASE1, CASE2 and CASE3 - PASS

Case 8: Use all of the four sinks - PASS

Case 101: Combines CASE8 with a link failure (link ingress-spine) - PASS

Case 102: Combines CASE8 with a link failure (link spine-engress-dt-leaf) - FAIL

Case 103: Combines CASE8 with a link failure (link spine-engress-st-leaf) - FAIL