Creating Simon's cell.

Change-Id: Id94c1065ac833cf05142a6adab10559b7fc03ee1
diff --git a/tools/test/cells/simon b/tools/test/cells/simon
new file mode 100644
index 0000000..7188335
--- /dev/null
+++ b/tools/test/cells/simon
@@ -0,0 +1,11 @@
+# Simon's ProxMox ONOS instances 1,2,3 & ONOS mininet box
+
+export ONOS_NIC="10.128.2.*"
+export OC1="10.128.2.1"
+export OC2="10.128.2.2"
+export OC3="10.128.2.3"
+export OCN="10.128.2.4"
+
+export OCT=$OC1
+export ONOS_USE_SSH=true
+export ONOS_APPS=drivers,openflow,proxyarp,mobility
\ No newline at end of file