Remove slow tests from blacklist

c6d3b84 intended to turn on
"TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks",
but it didn't since that test is marked as slow.

It only turned on
"TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks".

Change-Id: Ifa8ec1651be95dd6d8d30ed5d04e9ac692209e50
This commit is contained in:
Eric Harney 2018-12-13 17:45:44 -05:00
parent fb26d5d5a5
commit 7728027cdd
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
# List of tests getting skipped
.*\[.*\bslow\b.*\]
# The RBD driver only supports LUKS encryption.
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup