Updates to simon's uk cells
Change-Id: I8a45f654eb4d41f5176aa99592bf652631fb06c7
diff --git a/tools/test/cells/simon-uk4 b/tools/test/cells/simon-uk4
index fbe57d8..03e4680 100644
--- a/tools/test/cells/simon-uk4
+++ b/tools/test/cells/simon-uk4
@@ -16,20 +16,20 @@
# sdn@ocluster:~$ sudo lxc-ls --fancy
# NAME STATE IPV4 IPV6 AUTOSTART
# -------------------------------------------
-# onos1 RUNNING 10.0.3.174 - YES
-# onos2 RUNNING 10.0.3.242 - YES
-# onos3 RUNNING 10.0.3.49 - YES
-# onos4 RUNNING 10.0.3.132 - YES
+# onos1 RUNNING 10.0.3.11 - YES
+# onos2 RUNNING 10.0.3.12 - YES
+# onos3 RUNNING 10.0.3.13 - YES
+# onos4 RUNNING 10.0.3.14 - YES
#============================================
export ONOS_USE_SSH=true
export ONOS_NIC="10.0.3.*"
## ONOS instances (LXC containers)
-export OC1=10.0.3.174
-export OC2=10.0.3.242
-export OC3=10.0.3.49
-export OC4=10.0.3.132
+export OC1=10.0.3.11
+export OC2=10.0.3.12
+export OC3=10.0.3.13
+export OC4=10.0.3.14
## default ONOS instance
export OCI=$OC1