Created a new branch for new mininet driver
diff --git a/TestON/tests/Ping2topoExample/Ping2topoExample.params b/TestON/tests/Ping2topoExample/Ping2topoExample.params
new file mode 100644
index 0000000..79fa317
--- /dev/null
+++ b/TestON/tests/Ping2topoExample/Ping2topoExample.params
@@ -0,0 +1,22 @@
+<PARAMS>
+    <testcases>1,2,3,4,5,3</testcases>
+    <ENV>
+        <cellName>kelvin</cellName>
+    </ENV>
+    <Git>True</Git>
+
+    <TOPO1>
+        <file>~/mininet/examples/attTopo.py</file>
+        <args>--mac</args>
+    </TOPO1>
+
+    <TOPO2>
+        <file></file>
+        <args></args>
+    </TOPO2>
+
+    <CTRL>
+        <ip1>10.128.10.21</ip1>
+        <port1>6633</port1>
+    </CTRL>
+</PARAMS>