WIP: Topology performance; Added: tshark functions in onosdriver
diff --git a/TestON/tests/TopoPerfNext/TopoPerfNext.params b/TestON/tests/TopoPerfNext/TopoPerfNext.params
index 2635df6..25ae644 100644
--- a/TestON/tests/TopoPerfNext/TopoPerfNext.params
+++ b/TestON/tests/TopoPerfNext/TopoPerfNext.params
@@ -1,5 +1,5 @@
 <PARAMS>
-    <testcases>1</testcases>
+    <testcases>1,2</testcases>
 
     <ENV>
         <cellName>topo_perf_test</cellName>
@@ -14,6 +14,10 @@
     <CTRL>
         <ip1>10.128.20.11</ip1>
         <port1>6633</port1>
+        <ip2>10.128.20.12</ip2>
+        <port2>6633</port2>
+        <ip3>10.128.20.13</ip3>
+        <port3>6633</port3>
     </CTRL>
 
     <MN>
@@ -24,4 +28,10 @@
     <BENCH>
         <ip>10.128.20.10</ip>
     </BENCH>
+
+    <TEST>
+        #Number of times to iterate each case
+        <numIter>10</numIter>
+         
+    </TEST>
 </PARAMS>