From 9fa5ea270b2ffd35d1f4f2326f64b1141feddd72 Mon Sep 17 00:00:00 2001 From: naichuans Date: Wed, 12 Jul 2017 06:12:24 +0000 Subject: [PATCH] xenapi-os-testing: remove wsgi testcase from exclusion list The wsgi support has been added in os-xenapi plugin. Remove the related tests from the exclusion list to enable test. Keep excluding tests ListImageFiltersTestJSON and test_create_backup because coalesce performance issue. Will trace it in another ticket. Change-Id: I50fd911a72354a81657dd0dc9ba0e5a6a7cf9334 Depends-On: I8cb9f6bd31f2f3ac2e4688253aee255b774f1b69 Depends-On: I80007bb897a1f7eda47ebda82e08fe270f97ff40 --- tempest_exclusion_list | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tempest_exclusion_list b/tempest_exclusion_list index 9cbb6c8..e44083f 100644 --- a/tempest_exclusion_list +++ b/tempest_exclusion_list @@ -7,19 +7,9 @@ fi # 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.*" +# Exclude some glance tests before fix the CI broken by coalesce performance COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.*" COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup.*" -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state.*" -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server.*" -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server.*" -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server.*" -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_servers_negative.*" -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.images.test_images.*" - # Exclude volume backup and upload tests to avoid heavy disk IO. COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.*test_volumes_backup.*" COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.*test_volume_upload.*"