Added a new warden slave

Change-Id: Ie588b13cf9f8e071fb48c1073499e09d1dd2aed4
This commit is contained in:
Thomas Vachuska 2018-01-29 16:13:26 -08:00
parent 88c59985b3
commit ca40fe4961

View File

@ -195,7 +195,11 @@ function setMinorityMajority {
# ON.Lab shared test cell warden address
export CELL_WARDEN="10.192.19.72"
export CELL_SLAVES="$CELL_WARDEN 10.192.19.71 10.192.19.70"
export CELL_SLAVE_1=$CELL_WARDEN
export CELL_SLAVE_2="10.192.19.71"
export CELL_SLAVE_3="10.192.19.70"
export CELL_SLAVE_4="10.192.19.77"
export CELL_SLAVES="$CELL_SLAVE_1 $CELL_SLAVE_2 $CELL_SLAVE_3 $CELL_SLAVE_4"
# Clears cell environment
function clearCell {