Removing enable_cinder_backup from tempest job

Even though the enable_cinder_backup is set to true, and the facts are
properly set to enable the cinder-backup service, the upstream ovb oooq
jobs don't use deploy_args to parse the backup_args facts, so, it
doesn't actually enable cinder-backup, however, make tempest ran the
tests that requires it, failing.

Change-Id: Ic8ab026e517403f79e493e5a4eb1da9281dcf44d
This commit is contained in:
Arx Cruz 2017-02-23 14:10:29 +01:00
parent 34b8b0eb10
commit 65b668ab5d
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if [[ $CONTAINERS == 1 ]]; then
CONFIG=${CONFIG:-"$TRIPLEO_ROOT/tripleo-ci/scripts/quickstart/containers_minimal.yml"}
elif [[ "$TOCI_JOBTYPE" =~ "-nonha-tempest" ]]; then
CONFIG=${CONFIG:-"$TRIPLEO_ROOT/tripleo-quickstart/config/general_config/minimal_pacemaker.yml"}
EXTRA_ARGS="$EXTRA_ARGS -e test_ping=false -e test_regex='.*' -e enable_cinder_backup=true"
EXTRA_ARGS="$EXTRA_ARGS -e test_ping=false -e test_regex='.*'"
elif [[ "$TOCI_JOBTYPE" =~ "-ha" ]]; then
CONFIG=${CONFIG:-"$TRIPLEO_ROOT/tripleo-quickstart/config/general_config/ha.yml"}
elif [[ "$TOCI_JOBTYPE" =~ "-nonha" ]]; then
@ -99,4 +99,4 @@ $OPT_WORKDIR/bin/ara generate $OOOQ_LOGS/ara || true
popd
echo 'Run completed.'
exit $exit_value
exit $exit_value