diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-02-16 15:27:30 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-02-16 17:17:25 +0100 |
commit | 00ed6605b524a229ccd63e7f045bccade83445cb (patch) | |
tree | dd2699bf87a3875af1540fdabba8356656a9774f /docker | |
parent | 204758c8e1e209914ec99f114b1f0bc0e910af8f (diff) |
Exclude vxlan testing in CNTT
Close cntt-n/CNTT#1077
Change-Id: If9c0f52138e9f669f17933c42906936e2e196b2a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6a67a88d9511226aba749cdd73a4570eab38bfeb)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 7fa181d21..b155aaa1d 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: 521 + tests_count: 513 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -29,6 +29,7 @@ tiers: (?!.*test_conntrack_helper)\ (?!.*test_metering_extensions)\ (?!.*test_metering_negative)\ + (?!.*test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan)\ (?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\ (?!.*test_port_forwardings)\ (?!.*test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status)\ @@ -45,6 +46,9 @@ tiers: (?!.*test_routers_negative.DvrRoutersNegativeTestExtended)\ (?!.*test_subnetpool_prefix_ops)\ (?!.*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' |