Manila-CI: Fix tempest config option

The tempest config option, "storage_protocol" for glusterfs_native
driver CI needs to be "glusterfs" instead of "GLUSTERFS", as the
glusterfs_native driver reports its storage_protocol to be
"glusterfs" using update_share_stats share driver method.

Closes-Bug: #1498624
Change-Id: I1031cfaeab629b5aab316e611e9aae1833cf857b
This commit is contained in:
Ramana Raja 2015-09-23 00:27:19 +05:30
parent 3ae156a6de
commit 7f3e7268a3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ source $BASE/new/devstack/functions
if [[ "$JOB_NAME" =~ "glusterfs-native" ]]; then if [[ "$JOB_NAME" =~ "glusterfs-native" ]]; then
local BACKEND_NAME="GLUSTERNATIVE" local BACKEND_NAME="GLUSTERNATIVE"
iniset $BASE/new/tempest/etc/tempest.conf share enable_protocols glusterfs iniset $BASE/new/tempest/etc/tempest.conf share enable_protocols glusterfs
iniset $BASE/new/tempest/etc/tempest.conf share storage_protocol GLUSTERFS iniset $BASE/new/tempest/etc/tempest.conf share storage_protocol glusterfs
# Disable tempest config option that enables creation of 'ip' type access # Disable tempest config option that enables creation of 'ip' type access
# rules by default during tempest test runs. # rules by default during tempest test runs.
iniset $BASE/new/tempest/etc/tempest.conf share enable_ip_rules_for_protocols iniset $BASE/new/tempest/etc/tempest.conf share enable_ip_rules_for_protocols