SRMulticast at 21 Nov 2018 08:09:59

<img src="https://jenkins.onosproject.org/view/QA/job/postjob-Fabric3/lastSuccessfulBuild/artifact/SRMulticast_onos-1.14_20-builds_graph.jpg", alt="SRMulticast", style="width:525px;height:350px;border:0">
commit 44d8e1f269cfcaa63f0493f086a3d713a984e2bd (HEAD -] onos-1.14, origin/onos-1.14)
Author: Ray Milkey [ray@opennetworking.org]
AuthorDate: Fri Nov 16 15:15:14 2018 -0800
Commit: Ray Milkey [ray@opennetworking.org]
CommitDate: Mon Nov 19 08:56:31 2018 -0800

Prevent NPE if an event comes in during start up

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 - FAIL

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

Case 4: Combines CASE1 and CASE2 - FAIL

Case 5: Combines CASE2 and CASE3 - FAIL