Merge "Enable extend share test"

This commit is contained in:
Jenkins 2015-10-12 02:45:53 +00:00 committed by Gerrit Code Review
commit fdd4851cc1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ RUN_MANILA_MANAGE_TESTS=${RUN_MANILA_MANAGE_TESTS:-False}
iniset $BASE/new/tempest/etc/tempest.conf share run_manage_unmanage_tests $RUN_MANILA_MANAGE_TESTS
# Disable extend tests
RUN_MANILA_EXTEND_TESTS=${RUN_MANILA_EXTEND_TESTS:-False}
RUN_MANILA_EXTEND_TESTS=${RUN_MANILA_EXTEND_TESTS:-True}
iniset $BASE/new/tempest/etc/tempest.conf share run_extend_tests $RUN_MANILA_EXTEND_TESTS
# Disable shrink tests