tests: test-neutron-upgrades.sh: Remove the exit trap

We are already collecting logs as part of the post-run playbook so we
don't need to do that as part of the exit trap. This avoid collecting
and compressing the logs twice.

Change-Id: I937b74179f448c3f7d5a93098fb4d2440d105550
This commit is contained in:
Markos Chandras 2017-12-15 16:00:18 +00:00
parent 7dce3277b0
commit 59eb7ee024
1 changed files with 0 additions and 7 deletions

View File

@ -62,18 +62,11 @@ function execute_ansible_playbook {
}
function gate_job_exit_tasks {
source "${COMMON_TESTS_PATH}/test-log-collect.sh"
}
## Main ----------------------------------------------------------------------
# Ensure that the Ansible environment is properly prepared
source "${COMMON_TESTS_PATH}/test-ansible-env-prep.sh"
# Set gate job exit traps, this is run regardless of exit state when the job finishes.
trap gate_job_exit_tasks EXIT
# Prepare environment for the initial deploy of stable/newton Neutron
# No upgrading or testing is done yet.
export ANSIBLE_LOG_PATH="${ANSIBLE_LOG_DIR}/ansible-execute-newton-neutron-install.log"