Skip encrypted volume tests

The encrypted Cinder volume tests in Tempest don't actually work
properly for a GlusterFS backend in cinder since the volume encryption
support is not in Nova for GlusterFS backed volumes.

Closes-Bug: 1473363
Change-Id: I286d680256b0bd26d66d14c2554854f89abac7a8
This commit is contained in:
Deepak C Shetty 2015-07-10 12:27:03 +05:30
parent 0a91c141f7
commit fb470e7c6c
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# We have to add glusterfs to enabled services for screen_it to work
enable_service glusterfs
# Cinder encrypted volume tests are not supported with a GlusterFS
# backend due to bug 1473363
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False
# Below are GlusterFS specific settings, with their defaults
TEMPEST_STORAGE_PROTOCOL=glusterfs
GLUSTERFS_LOOPBACK_DISK_SIZE=${GLUSTERFS_LOOPBACK_DISK_SIZE:-8G}