X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fci%2Ftestcases.yaml;h=282590a131acd0b86e21472db7bdf72dbd499970;hb=a2af4693b352eaf6a84885eacb120cf4e260e5c4;hp=2120336f14acfdaf83ba6cd23bf28b1801b59040;hpb=31bf59e9ecefbf6c917638d2ab4c13f635f8f622;p=functest.git diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2120336f1..282590a13 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: healthcheck - order: 0 description: >- First tier to be executed to verify the basic operations in the VIM. @@ -180,7 +179,6 @@ tiers: - name: smoke - order: 1 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: @@ -212,8 +210,10 @@ tiers: run: name: tempest_common args: - mode: - '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' + mode: "(?!.*test_incremental_backup)\ + (?!.*test_backup_crossproject_admin_negative)\ + (?!.*test_backup_crossproject_user_negative)\ + (^cinder_tempest_plugin.)" option: - '--concurrency=4' @@ -396,9 +396,13 @@ tiers: args: roles: 'admin' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ + (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(image|network|volume))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -414,9 +418,13 @@ tiers: args: roles: 'member' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ + (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(image|network|volume))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -432,9 +440,13 @@ tiers: args: roles: 'reader' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ + (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(image|network|volume))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -477,9 +489,25 @@ tiers: option: - '--concurrency=2' + - + case_name: tempest_cyborg + project_name: functest + criteria: 100 + blocking: false + description: >- + It leverages on the tempest plugin containing tests used to + verify the functionality of a cyborg installation. + run: + name: tempest_common + args: + mode: '^cyborg_tempest_plugin' + services: + - cyborg + option: + - '--concurrency=4' + - name: smoke_cntt - order: 2 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: @@ -489,7 +517,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 515 + tests_count: 523 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -556,7 +584,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 8 + tests_count: 9 description: >- This test case runs the Tempest suite proposed by the Cinder project. @@ -565,6 +593,8 @@ tiers: args: mode: "(?!.*test_incremental_backup)\ (?!.*test_consistencygroups)\ + (?!.*test_backup_crossproject_admin_negative)\ + (?!.*test_backup_crossproject_user_negative)\ (^cinder_tempest_plugin.)" option: - '--concurrency=4' @@ -658,8 +688,12 @@ tiers: (?!.*test_flavors_microversions.FlavorsV255TestJSON)\ (?!.*test_flavors_microversions.FlavorsV261TestJSON)\ (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume)\ + (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration)\ + (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused)\ (?!.*test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration)\ (?!.*test_live_migration.LiveMigrationTest.test_iscsi_volume)\ + (?!.*test_live_migration.LiveMigrationTest.test_live_block_migration)\ + (?!.*test_live_migration.LiveMigrationTest.test_live_block_migration_paused)\ (?!.*test_live_migration.LiveMigrationTest.test_volume_backed_live_migration)\ (?!.*test_live_migration.LiveMigrationRemoteConsolesV26Test)\ (?!.*test_quotas.QuotasAdminTestV257)\ @@ -689,6 +723,7 @@ tiers: (?!.*test_attach_volume.AttachVolumeMultiAttach)\ (?!.*identity.admin.v2)(?!.*identity.v2)\ (?!.*image.v1)\ + (?!.*image.v2.test_images.ImportImagesTest)\ (?!.*admin.test_dhcp_agent_scheduler)\ (?!.*admin.test_routers_dvr)\ (?!.*test_metering_extensions)(?!.*network.test_tags)\ @@ -758,7 +793,6 @@ tiers: - name: benchmarking - order: 3 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -823,7 +857,6 @@ tiers: - name: benchmarking_cntt - order: 4 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -866,7 +899,6 @@ tiers: - name: vnf - order: 5 description: >- Collection of VNF test cases. testcases: