Merge "Run manila snapshot tests for glusterfs-native driver"

This commit is contained in:
Zuul 2019-10-09 15:33:49 +00:00 committed by Gerrit Code Review
commit c0c0d4db8b
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)