Thomas Vachuska
Committed by Gerrit Code Review

Changing envDefaults not to source-in the cell definition file.

Change-Id: I139a2f037b9851f580e7deb956daa4c17988859d
...@@ -26,9 +26,9 @@ export ONOS_STAGE=$ONOS_STAGE_ROOT/$ONOS_BITS ...@@ -26,9 +26,9 @@ export ONOS_STAGE=$ONOS_STAGE_ROOT/$ONOS_BITS
26 export ONOS_TAR=$ONOS_STAGE.tar.gz 26 export ONOS_TAR=$ONOS_STAGE.tar.gz
27 27
28 # Defaults for ONOS testing using remote machines. 28 # Defaults for ONOS testing using remote machines.
29 -if [ -n "${ONOS_CELL}" -a -f $ONOS_ROOT/tools/test/cells/${ONOS_CELL} ]; then 29 +# if [ -n "${ONOS_CELL}" -a -f $ONOS_ROOT/tools/test/cells/${ONOS_CELL} ]; then
30 - . $ONOS_ROOT/tools/test/cells/${ONOS_CELL} 30 +# . $ONOS_ROOT/tools/test/cells/${ONOS_CELL}
31 -fi 31 +# fi
32 export ONOS_INSTALL_DIR="/opt/onos" # Installation directory on remote 32 export ONOS_INSTALL_DIR="/opt/onos" # Installation directory on remote
33 export OCI="${OCI:-192.168.56.101}" # ONOS Controller Instance 33 export OCI="${OCI:-192.168.56.101}" # ONOS Controller Instance
34 export ONOS_USER="${ONOS_USER:-sdn}" # ONOS user on remote system 34 export ONOS_USER="${ONOS_USER:-sdn}" # ONOS user on remote system
......