run_tests: disable TestEncryptedCinderVolumes tests

Something broke in Cinder and we'll need those 2 patches to run
TestEncryptedCinderVolumes again:
https://review.openstack.org/#/c/358670/
https://review.openstack.org/#/c/359391/

Until they are merged, let's ignore the tests.

Change-Id: Ibbe9544cb2991d16499993975694ec4fe6859f0b
This commit is contained in:
Emilien Macchi 2016-08-23 17:06:56 -04:00
parent 0ec88b45d6
commit 0aba68d737

View File

@ -197,7 +197,10 @@ TESTS="${TESTS} api.baremetal.admin.test_drivers"
TESTS="${TESTS} TestManageQueue"
# Cinder encrypted volumes
TESTS="${TESTS} TestEncryptedCinderVolumes"
# TODO(emilien) re-enable it when those 2 patches are merged:
# - https://review.openstack.org/#/c/358670/
# - https://review.openstack.org/#/c/359391/
# TESTS="${TESTS} TestEncryptedCinderVolumes"
print_header 'Running Tempest'
cd /tmp/openstack/tempest