From 65966ffb5d40c5532fec987f43e313953876f9b9 Mon Sep 17 00:00:00 2001 From: Woohyung Han Date: Wed, 14 Aug 2019 02:04:25 +0000 Subject: [PATCH] Enable extend/shrink test on the glusterfs-nfs driver This patch enables extend/shrink test on the glusterfs-nfs drvier by adding post_test_hook. Depends-On: https://review.opendev.org/#/c/672202/ Change-Id: Iefa6e367a83df8433b21d40943ea535f3d258547 --- manila/post_test_hook.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manila/post_test_hook.sh b/manila/post_test_hook.sh index 0ff30e7..fc9c61a 100755 --- a/manila/post_test_hook.sh +++ b/manila/post_test_hook.sh @@ -57,6 +57,8 @@ else case "$GLUSTERFS_MANILA_DRIVER_TYPE" in glusterfs|glusterfs-nfs) local BACKEND_NAME="GLUSTERFS" + RUN_MANILA_EXTEND_TESTS=True + RUN_MANILA_SHRINK_TESTS=True ;; glusterfs-heketi|glusterfs-nfs-heketi) local BACKEND_NAME="GLUSTERFSHEKETI"