Revert "run_tests: disable TestEncryptedCinderVolumes tests"

https://review.openstack.org/358670 has merged.

This reverts commit 0aba68d737b67463d84e46a9b4c7536a371ea58f.

Change-Id: I6fd651bc667bbb36e53e686a9c41ba5f18f0448d
This commit is contained in:
Emilien Macchi 2016-08-25 10:49:12 -04:00
parent 902dc22562
commit dfa7e56254

View File

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