diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-21 15:05:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-21 15:07:15 +0200 |
commit | d3c3ca5a5c1f6463c7b2f8a81fa202fba6007b62 (patch) | |
tree | 0975a0d7cf17ac10b63875e2debc10003b7a0030 | |
parent | a3b9bb3c558cc60c479c5e59d505b3080c361660 (diff) |
Skip new Glance testing in CNTT
They ask for features not mandatory in CNTT
Change-Id: I8c1017d2ca76cde90dc8dc66b51d42511bd54ce2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 5babadb0f88762f7a76f197f426753ab69730e33)
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 5 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 929d2fa07..59c65892b 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -170,7 +170,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1260 + tests_count: 1262 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -233,6 +233,9 @@ tiers: (?!.*identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules)\ (?!.*image.v1)\ (?!.*image.v2.admin.test_images.ImportCopyImagesTest)\ + (?!.*image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property)\ + (?!.*image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property)\ + (?!.*image.v2.test_images_negative.ImportImagesNegativeTest.test_image_web_download_import_with_bad_url)\ (?!.*image.v2.test_images.ImportImagesTest)\ (?!.*image.v2.test_images.MultiStoresImportImages)\ (?!.*admin.test_dhcp_agent_scheduler)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index eeaa84bd5..230a6e304 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -691,7 +691,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1260 + tests_count: 1262 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -754,6 +754,9 @@ tiers: (?!.*identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules)\ (?!.*image.v1)\ (?!.*image.v2.admin.test_images.ImportCopyImagesTest)\ + (?!.*image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property)\ + (?!.*image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property)\ + (?!.*image.v2.test_images_negative.ImportImagesNegativeTest.test_image_web_download_import_with_bad_url)\ (?!.*image.v2.test_images.ImportImagesTest)\ (?!.*image.v2.test_images.MultiStoresImportImages)\ (?!.*admin.test_dhcp_agent_scheduler)\ @@ -762,6 +765,7 @@ tiers: (?!.*test_routers_negative.DvrRoutersNegativeTest)\ (?!.*test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip)\ (?!.*test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip)\ + (?!.*test_object_services.ObjectTest.test_create_object_with_transfer_encoding)\ (?!.*test_encrypted_volumes_extend)\ (?!.*test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status)\ (?!.*test_multi_backend)\ |