Disable consistency_group_tests

Manila support consistency group now, but HDFS driver have not
implement it yet.

As the consistency group is not a MUST feature for HDFS driver
yet, we simplely disable the test at this time.

Change-Id: I4167faaeedcd09f8e50e6b8ed587f5b88d75cae0
This commit is contained in:
Li, Chen 2015-09-11 09:34:40 +08:00
parent 82ebbc1ba2
commit 34ea9dc585
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ iniset $BASE/new/tempest/etc/tempest.conf share run_snapshot_tests $RUN_MANILA_S
# Disable enable_ip_rules_for_protocols
iniset $BASE/new/tempest/etc/tempest.conf share enable_ip_rules_for_protocols
# Disable consistency_group_tests
RUN_MANILA_CONSISTENCY_GROUP_TESTS=${RUN_MANILA_CONSISTENCY_GROUP_TESTS:-False}
iniset $BASE/new/tempest/etc/tempest.conf share run_consistency_group_tests $RUN_MANILA_CONSISTENCY_GROUP_TESTS
# let us control if we die or not
set +o errexit
cd $BASE/new/tempest