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
This commit is contained in:
Woohyung Han 2019-08-14 02:04:25 +00:00
parent 876681ca55
commit 65966ffb5d
1 changed files with 2 additions and 0 deletions

View File

@ -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"