Add more deprecated tests to exclude_file.txt

Change-Id: I9d6abbcccaf43927f8a2bed1ad02091e4e9fd732
This commit is contained in:
Martin Kopec 2021-11-08 14:04:27 +00:00
parent 01f3cc1b2c
commit ba43273eb7
1 changed files with 16 additions and 0 deletions

View File

@ -28,3 +28,19 @@ tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroups
tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description
tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name
# These APIs are proxy calls to the Glance service. They exist for legacy
# compatibility, but no new applications should use them. Nova has deprecated
# all the proxy APIs and users should use the native APIs instead. These will
# fail with a 404 starting from microversion 2.36
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata