manila CI: disable CG tempest tests

The manila API tempest tests for consistency groups (CGs) also test
the 'create_consistency_group_from_snapshot' API that is not
implemented by the cephfs native driver. So disable it by default in
the CI hook script.

Change-Id: Ibb6b15a98970262fab4bd98ad2bd4acd3990747f
This commit is contained in:
Ramana Raja 2016-02-02 16:08:18 +05:30
parent 2a41327da0
commit d0889d1de2
1 changed files with 4 additions and 2 deletions

View File

@ -93,8 +93,10 @@ iniset $TEMPEST_CONFIG share multitenancy_enabled False
RUN_MANILA_SNAPSHOT_TESTS=${RUN_MANILA_SNAPSHOT_TESTS:-False}
iniset $TEMPEST_CONFIG share run_snapshot_tests $RUN_MANILA_SNAPSHOT_TESTS
# Enable consistency group tests.
RUN_MANILA_CG_TESTS=${RUN_MANILA_CG_TESTS:-True}
# Disable consistency group tests. The lone cephfs driver, cephfs native,
# does not yet (2nd Feb, 2016) support,
# 'create_consistency_group_from_snapshot' API.
RUN_MANILA_CG_TESTS=${RUN_MANILA_CG_TESTS:-False}
iniset $TEMPEST_CONFIG share run_consistency_group_tests $RUN_MANILA_CG_TESTS
# Let us control if we die or not.