Revert "Revert "run_tests: disable TestEncryptedCinderVolumes tests""

This patch broke us:
993ba893ca

Until we fix it, let's disable the tests.

This reverts commit dfa7e5625452f5fc24f05e5ba9c95f70fcf7644e.

Change-Id: I988dc7c742fe7669386aec8701ffce4d22f0bcd6
This commit is contained in:
Emilien Macchi 2016-08-30 12:09:34 -04:00
parent ca8fb9377e
commit bf7e86a1ff

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