Add pre-tempest instance info output

Change-Id: I98163435c1a0d78656dfb855147eb826bb535d9f
This commit is contained in:
Jesse Pretorius 2015-10-22 12:08:48 +01:00
parent 74254b1614
commit 89bc5a6470

View File

@ -129,6 +129,9 @@ if [ "${RUN_PLAYBOOKS}" == "yes" ]; then
set +o pipefail
fi
# Log some data about the instance and the rest of the system
log_instance_info
# Run the tempest tests if required
if [ "${RUN_TEMPEST}" == "yes" ]; then
source $(dirname ${0})/run-tempest.sh