diff --git a/tools/test/cells/simon-uk b/tools/test/cells/simon-uk index be79afc6e1..fbe57d855a 100644 --- a/tools/test/cells/simon-uk +++ b/tools/test/cells/simon-uk @@ -13,13 +13,15 @@ export OCVM=192.168.56.102 #============================================ -# sdn@ubuntuvm:~$ sudo lxc-ls --fancy +# sdn@ocluster:~$ sudo lxc-ls --fancy # NAME STATE IPV4 IPV6 AUTOSTART # ------------------------------------------- -# onos1 RUNNING 10.0.3.174 - NO +# 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 #============================================ - export ONOS_USE_SSH=true export ONOS_NIC="10.0.3.*" @@ -27,6 +29,7 @@ export ONOS_NIC="10.0.3.*" export OC1=10.0.3.174 export OC2=10.0.3.242 export OC3=10.0.3.49 +export OC4=10.0.3.132 ## default ONOS instance export OCI=$OC1