Exclude encrypted volume tests

Change-Id: If59f2e6fcc2209c440971d46e3295d63d7ea6ae5
This commit is contained in:
jianghua wang 2017-07-04 10:12:20 +01:00
parent 18e74ac3f6
commit 18d1e82cb7

View File

@ -5,7 +5,10 @@ if [ "$ZUUL_BRANCH" = "stable/ocata" ]; then
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_device_tagging.*"
fi
# Exlude some glance tests before fix the CI broken by glance switching to running
# Exclude encrypted volume tests which will create HVM VM which is not supported in nest virt env.
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks"
# Exclude some glance tests before fix the CI broken by glance switching to running
# under wsgi
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.*"