From 025858423b784ed0e0d6d4ff32b94ea2658f4292 Mon Sep 17 00:00:00 2001 From: Woohyung Han Date: Tue, 8 Oct 2019 23:47:02 +0900 Subject: [PATCH] Run manila snapshot tests for glusterfs-native driver Change-Id: I2619526d91ac83174a943b4fda6679f1661fe600 --- manila/post_test_hook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/manila/post_test_hook.sh b/manila/post_test_hook.sh index fc9c61a..4d3a2c6 100755 --- a/manila/post_test_hook.sh +++ b/manila/post_test_hook.sh @@ -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)