From 5babadb0f88762f7a76f197f426753ab69730e33 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 21 May 2021 15:05:19 +0200 Subject: Skip new Glance testing in CNTT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They ask for features not mandatory in CNTT Change-Id: I8c1017d2ca76cde90dc8dc66b51d42511bd54ce2 Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/testcases.yaml | 5 ++++- 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 c6d62b6d6..80c06529e 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: 1264 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 0117bb597..7d8c3c029 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: 1264 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)\ -- cgit 1.2.3-korg