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
This commit is contained in:
parent
7fffc4c5f2
commit
9fa5ea270b
@ -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.*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user