Merge "Allow running toci_gate_test on pre-provisioned ovb env"

This commit is contained in:
Zuul 2017-12-06 22:53:35 +00:00 committed by Gerrit Code Review
commit f649369a32
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ if [ -z "${TE_DATAFILE:-}" -a "$ENVIRONMENT" = "ovb" ] ; then
./testenv-client -b $GEARDSERVER:4730 -t $TIMEOUT_SECS \
--envsize $NODECOUNT --ucinstance $UCINSTANCEID \
--net-iso $NETISO_ENV -- ./toci_quickstart.sh
elif [ "$ENVIRONMENT" = "ovb" ] ; then
# We only support multi-nic at the moment
NETISO_ENV="multi-nic"
./toci_quickstart.sh
else
# multinode preparation
# Clear out any puppet modules on the node placed their by infra configuration