Merge "Add pre-tempest instance info output"

This commit is contained in:
Jenkins 2015-10-23 01:55:08 +00:00 committed by Gerrit Code Review
commit 50ea4c81b9

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