MWC fabric setup
Change-Id: I312e3d280aa17ef854eb057d6a34e89dbeef0902
diff --git a/tools/test/cells/mcord-head b/tools/test/cells/mcord-head
new file mode 100644
index 0000000..64dc8af
--- /dev/null
+++ b/tools/test/cells/mcord-head
@@ -0,0 +1,8 @@
+# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
+
+export ONOS_NIC=10.92.0.*
+export OC1="10.92.0.20"
+export ONOS_GROUP="cord"
+export ONOS_USER="ubuntu"
+export ONOS_APPS="drivers"
+
diff --git a/tools/test/cells/mwc-head b/tools/test/cells/mwc-head
new file mode 100644
index 0000000..04642a1
--- /dev/null
+++ b/tools/test/cells/mwc-head
@@ -0,0 +1,8 @@
+# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
+
+export ONOS_NIC=10.128.13.*
+export OC1="10.128.13.3"
+export ONOS_GROUP="cord"
+export ONOS_USER="cord"
+export ONOS_APPS="drivers"
+