aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-10 15:09:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-14 21:35:07 +0100
commit3f774254b9dbb65983d25220b166908d0e49e4cc (patch)
treeae76f390a26749d3cef15eb995f3d2043a21f017 /docker/smoke-cntt/testcases.yaml
parent1f1cc8e58c0ccecc2f6178d0465b0fb5c1271b1b (diff)
Update neutron-tempest-plugin-api regex (CNTT)
It conforms with the last updates in API [1] adding Neutron QoS and Trunk as mandatory. QosMinimumBandwidthRuleTestJSON is skipped as it's not covered by OpenStack (and Functest) gates. [1] https://github.com/cntt-n/CNTT/pull/463 Change-Id: I54ff5e1fdb9b1e7265c63e3f66dfcf2f10db07d5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 0c07bc255968d21558d3aec8ac7e4dc7659a69a2)
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r--docker/smoke-cntt/testcases.yaml11
1 files changed, 2 insertions, 9 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index f68de163c..15349f7f6 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: 372
+ tests_count: 515
description: >-
This test case runs the Tempest suite proposed by the
Neutron project. The list of test cases is generated by
@@ -24,10 +24,6 @@ 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_floating_ips.FloatingIPPoolTestJSON)\
(?!.*test_metering_extensions)\
(?!.*test_metering_negative)\
@@ -37,14 +33,11 @@ tiers:
(?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_domain)\
(?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_name)\
(?!.*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_security_groups.RbacSharedSecurityGroupTest)\
(?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\
- (?!.*test_trunk)(?!.*test_trunk_negative)\
+ (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\
(^neutron_tempest_plugin.api)"
option:
- '--concurrency=4'