diff options
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index f8da9b68d..da1530b6b 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -12,7 +12,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 382 + tests_count: 437 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -24,10 +24,7 @@ tiers: mode: "(?!.*test_logging)(?!.*test_logging_negative)\ (?!.*test_network_segment_range)\ (?!.*test_ports.PortTestCasesResourceRequest)\ - (?!.*test_tag.TagFilterQosPolicyTestJSON)\ - (?!.*test_tag.TagFilterTrunkTestJSON)\ - (?!.*test_tag.TagQosPolicyTestJSON)\ - (?!.*test_tag.TagTrunkTestJSON)\ + (?!.*test_conntrack_helper)\ (?!.*test_metering_extensions)\ (?!.*test_metering_negative)\ (?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\ @@ -39,8 +36,6 @@ tiers: (?!.*test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name)\ (?!.*test_qos)(?!.*test_qos_negative)\ (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\ - (?!.*test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision)\ - (?!.*test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision)\ (?!.*test_router_interface_fip)\ (?!.*test_routers.DvrRoutersTestUpdateDistributedExtended)\ (?!.*test_routers.RoutersIpV6Test.test_extra_routes_atomic)\ @@ -48,7 +43,7 @@ tiers: (?!.*test_routers_negative.DvrRoutersNegativeTestExtended)\ (?!.*test_subnetpool_prefix_ops)\ (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\ - (?!.*test_trunk)(?!.*test_trunk_negative)\ + (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\ (^neutron_tempest_plugin.api)" option: - '--concurrency=4' |