Disable volume encryption tests in tempest

Set ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False to disable encryption tests
because Block Device Driver does not support this feature

Change-Id: Id5126372cc20b664002c19173407913b3e2b6627
This commit is contained in:
Ivan Kolodyazhny 2015-11-24 11:22:36 +02:00
parent a82e7bd83b
commit dc368b31d9
1 changed files with 3 additions and 0 deletions

View File

@ -1 +1,4 @@
CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-bdd:blockdevice}
# NOTE (e0ne): skip test_encrypted_cinder_volumes tests until
# bug #1518263 will be fixed.
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False