aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/smoke-cntt/testcases.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 96d3bac2b..5c3ba9268 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: 519
+ tests_count: 511
description: >-
This test case runs the Tempest suite proposed by the
Neutron project. The list of test cases is generated by
@@ -28,6 +28,7 @@ tiers:
(?!.*admin.test_ports.PortTestCasesResourceRequest)\
(?!.*test_metering_extensions)\
(?!.*test_metering_negative)\
+ (?!.*test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan)\
(?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\
(?!.*test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status)\
(?!.*test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status)\
@@ -38,6 +39,9 @@ tiers:
(?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\
(?!.*test_router_interface_fip)\
(?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\
+ (?!.*test_trunk.TrunkTestMtusJSON)\
+ (?!.*test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type)\
+ (?!.*test_trunk_negative.TrunkTestMtusJSON)\
(^neutron_tempest_plugin.api)"
option:
- '--concurrency=4'