diff --git a/tests/test-neutron-upgrades.sh b/tests/test-neutron-upgrades.sh index 2f687bca..ac5e3038 100755 --- a/tests/test-neutron-upgrades.sh +++ b/tests/test-neutron-upgrades.sh @@ -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"