[ONOS-7430] Add option to use portstate for link-down/up in FUNCintent test

Change-Id: I31407f26159dd59e009f169d84b74665bc5363d8
diff --git a/TestON/tests/FUNC/FUNCintent/FUNCintent.params b/TestON/tests/FUNC/FUNCintent/FUNCintent.params
index f1ba155..4976a0f 100644
--- a/TestON/tests/FUNC/FUNCintent/FUNCintent.params
+++ b/TestON/tests/FUNC/FUNCintent/FUNCintent.params
@@ -49,6 +49,10 @@
         <branch>master</branch>
     </GIT>
 
+    <TEST>
+        <usePortstate>False</usePortstate>
+    </TEST>
+
     <SLEEP>
         <startup>15</startup>
         <reroute>5</reroute>
@@ -73,6 +77,23 @@
     <MININET>
         <switch>7</switch>
         <links>20</links>
+        <dpids>
+            <s4>of:0000000000000004</s4>
+            <s5>of:0000000000000005</s5>
+            <s6>of:0000000000000006</s6>
+        </dpids>
+        <ports>
+            <s4>
+                <s1>1</s1>
+                <s3>2</s3>
+            </s4>
+            <s5>
+                <s2>10</s2>
+            </s5>
+            <s6>
+                <s2>9</s2>
+            </s6>
+        </ports>
     </MININET>
 
     <SCAPY>