Add back two tests which will fail on stable branches

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
three scenario tests.

Change-Id: Ifcc70575f8a69d15ab890109138043ebc01315af
This commit is contained in:
Jianghua Wang 2016-09-08 13:30:08 +08:00
parent 47063c0fb4
commit 06162bf2b7

View File

@ -4,6 +4,13 @@ COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_create_ebs_image_and_check_boot.*"
# 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.*"