From 89bc5a6470c62406658df19c7e9c0f2e5a010215 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 22 Oct 2015 12:08:48 +0100 Subject: [PATCH] Add pre-tempest instance info output Change-Id: I98163435c1a0d78656dfb855147eb826bb535d9f --- scripts/gate-check-commit.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index d1a12a4fa0..caf5605ec4 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -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