Make tempest cleanup errors be suppressed in all CI jobs

For the moment config option for suppression of error within Tempest cleanup
is set only for multibackend job. Make it be set for all jobs.

Change-Id: Ic61f164e33ac1fff513947cf7f3e8cef115208ed
This commit is contained in:
Valeriy Ponomaryov 2014-12-26 19:45:51 +02:00
parent 92cfadaaf0
commit 79b1891bc1

View File

@ -25,14 +25,14 @@ if [[ "$1" =~ "multibackend" ]]; then
# backend names are defined in pre_test_hook # backend names are defined in pre_test_hook
iniset $BASE/new/tempest/etc/tempest.conf share backend_names "LONDON,PARIS" iniset $BASE/new/tempest/etc/tempest.conf share backend_names "LONDON,PARIS"
# Suppress errors in cleanup of resources
iniset $BASE/new/tempest/etc/tempest.conf share suppress_errors_in_cleanup True
fi fi
# Set two retries for CI jobs # Set two retries for CI jobs
iniset $BASE/new/tempest/etc/tempest.conf share share_creation_retry_number 2 iniset $BASE/new/tempest/etc/tempest.conf share share_creation_retry_number 2
# Suppress errors in cleanup of resources
iniset $BASE/new/tempest/etc/tempest.conf share suppress_errors_in_cleanup True
# let us control if we die or not # let us control if we die or not
set +o errexit set +o errexit
cd $BASE/new/tempest cd $BASE/new/tempest