From ca40fe4961fa1cefac96d24cb042b67457072468 Mon Sep 17 00:00:00 2001 From: Thomas Vachuska Date: Mon, 29 Jan 2018 16:13:26 -0800 Subject: [PATCH] Added a new warden slave Change-Id: Ie588b13cf9f8e071fb48c1073499e09d1dd2aed4 --- tools/dev/bash_profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 6d382697cb..3dc3f89fbd 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile @@ -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 {