Merge "Blacklist tests in functional gate"

This commit is contained in:
Jenkins 2017-05-15 22:40:57 +00:00 committed by Gerrit Code Review
commit 7f3a9e0426
1 changed files with 14 additions and 0 deletions

View File

@ -11,5 +11,19 @@ tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_p
# Failed only in gerrit due to connection reset
tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag
# Fixed by turning pagination on (or patching to rewrite urls even with pagination disabled)
tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination
tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination
# These fail with Object not found
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_with_volume_in_use
tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image
# These fail with Object not found because we do not handle /volume/v3/<project_id>/messages
tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_show_message
tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_messages
tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message
# TODO(knikolla): Investigate these failures
tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest
tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name