ONOS-2397 : Added SDN-IP matching on TCP/ICMP

Change-Id: Ibd943c5903472058d6047a15cb18d9ee97e8a569
diff --git a/TestON/tests/FUNCintent/FUNCintent.params b/TestON/tests/FUNCintent/FUNCintent.params
index e1021d3..1daba68 100644
--- a/TestON/tests/FUNCintent/FUNCintent.params
+++ b/TestON/tests/FUNCintent/FUNCintent.params
@@ -1,6 +1,6 @@
 <PARAMS>
 
-    <testcases>1,2,11,12,13,1001,1002,1003,1004</testcases>
+    <testcases>1,2,11,12,13,1000,2000,3000,4000</testcases>
 
     <SCALE>
         <size>1,3</size>
@@ -32,4 +32,12 @@
         <links>20</links>
     </MININET>
 
+    # Intent tests params
+    <SDNIP>
+        <tcpProto>6</tcpProto>
+        <icmpProto>1</icmpProto>
+        <srcPort>5001</srcPort>
+        <dstPort>5001</dstPort>
+    </SDNIP>
+
 </PARAMS>