Re-introduce tests after backporting fix:326215 to stable branch

These three tests failed due to it use qcow2 as the default
img_disk_format; https://review.openstack.org/#/c/326215/ has
fix by setting the correct disk format for XenServer. Now this
fix has been back ported to stable branches too. So we can now
re-introduce these tests.

Change-Id: Ibee3b2918cfead0aed57f6d529ff51d54bc7c8cb
This commit is contained in:
Jianghua Wang 2016-10-11 14:34:08 +08:00
parent 00f931eb7b
commit 0e5c5312a1

View File

@ -1,12 +1,5 @@
COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
# In stable branches don't have this commit: https://review.openstack.org/#/c/326215/
# so there it uses the default img_disk_format as qcow2, it will fail the following scenario tests.
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario.*"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
# Wait untill resolve the disk IO bottleneck with nova CI cloud
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload.*"