Enable extend share test

HDFS driver now support extend share operation now.
Enable the test to make sure it works well.

Change-Id: Iaccd7c07eef089cdd016f818623f883a8366b8b9
Depends-On: Ia81291eda49dc20c3318f71c51d36682d2aae742
This commit is contained in:
Li, Chen 2015-09-11 14:26:30 +08:00
parent 6117acd1d4
commit b41c3e959c
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