adding TestON
diff --git a/TestON/tests/MininetTest/MininetTest.topo b/TestON/tests/MininetTest/MininetTest.topo
new file mode 100644
index 0000000..645a8cb
--- /dev/null
+++ b/TestON/tests/MininetTest/MininetTest.topo
@@ -0,0 +1,17 @@
+<TOPOLOGY>
+
+    <COMPONENT>
+        <Mininet1>
+            <host>10.128.7.7</host>
+            <user>admin</user>
+            <password>onos_test</password>
+            <type>MininetCliDriver</type>
+            <COMPONENTS>
+                # Specify the Option for mininet
+                <arg1> </arg1>
+                <arg2> </arg2>
+                <controller> none  </controller>
+             </COMPONENTS>
+        </Mininet1>
+   </COMPONENT>
+</TOPOLOGY>