Started work on Multi to Single Endpoint Failure Test.
    -Test is uncompletable due to ONOS Bug that causes multi to single point intents
     to fail if one or more senders are disconnected.

Initial Implementation of Endpoint Failure Test
    -Created testcase for Multi to Single and Single to Multi Endpoint Failures
    -Tests same topologies as the Multi to Single Point and Single to Multi Point Intent Tests
	-Currently fails due to bug in ONOS causing the intent to fail when in
	 the following situation:
	    -host A and B are sending to host C. There is no longer a path from A to C,
	     but there is still a path from B to C.

Change-Id: Id0c00fd6bc69c754783c223b1dc0df8e2bc41ffd
diff --git a/TestON/tests/FUNCintent/FUNCintent.params b/TestON/tests/FUNCintent/FUNCintent.params
index 843848b..f061c67 100644
--- a/TestON/tests/FUNCintent/FUNCintent.params
+++ b/TestON/tests/FUNCintent/FUNCintent.params
@@ -16,8 +16,9 @@
     # 3000 - Test single to multi point intents
     # 4000 - Test multi to single point intents
     # 5000 - Test host mobility
+    # 6000 - Test multi to single end point failure
 
-    <testcases>1,[2,10,12,13,15,2000,3000,4000,16]*2,[2,11,12,13,15,2000,3000,4000,16]*2</testcases>
+    <testcases>1,[2,10,12,13,15,1000,2000,3000,4000,5000,6000,16]*2,[2,11,12,13,15,1000,2000,3000,4000,5000,6000,16]*2</testcases>
 
     <SCALE>
         <size>1,3,1,3</size>