Run manila snapshot tests for glusterfs-native driver

Change-Id: I2619526d91ac83174a943b4fda6679f1661fe600
This commit is contained in:
Woohyung Han 2019-10-08 23:47:02 +09:00
parent 65966ffb5d
commit 025858423b
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ if [[ "$GLUSTERFS_MANILA_DRIVER_TYPE" == "glusterfs-native" ]]; then
iniset $TEMPEST_CONFIG share capability_create_share_from_snapshot_support true
# ro access_level is not supported by the driver.
iniset $TEMPEST_CONFIG share enable_ro_access_level_for_protocols
RUN_MANILA_SNAPSHOT_TESTS=True
else
case "$GLUSTERFS_MANILA_DRIVER_TYPE" in
glusterfs|glusterfs-nfs)