Manila: Disable consistency group tests

The two glusterfs drivers in Manila do not yet support consistency
groups feature. So disable the related Tempest tests during the
CI runs of the two drivers.

Change-Id: I07e860971451c4aa875272a34ebf845603f9f0be
Closes-Bug: #1498101
This commit is contained in:
Ramana Raja 2015-09-21 22:46:59 +05:30
parent fd30ab5d2e
commit 77c6200a86
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ iniset $BASE/new/tempest/etc/tempest.conf share multitenancy_enabled False
RUN_MANILA_SNAPSHOT_TESTS=${RUN_MANILA_SNAPSHOT_TESTS:-False}
iniset $BASE/new/tempest/etc/tempest.conf share run_snapshot_tests $RUN_MANILA_SNAPSHOT_TESTS
# Disable consistency group tests
RUN_MANILA_CG_TESTS=${RUN_MANILA_CG_TESTS:-False}
iniset $BASE/new/tempest/etc/tempest.conf share run_consistency_group_tests $RUN_MANILA_CG_TESTS
# let us control if we die or not
set +o errexit
cd $BASE/new/tempest