Update neutron-tempest-plugin-api regex (CNTT) 52/68852/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 10 Nov 2019 14:09:45 +0000 (15:09 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 10 Nov 2019 14:31:46 +0000 (15:31 +0100)
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>
docker/smoke-cntt/testcases.yaml

index f0773ed..14c5601 100644 (file)
@@ -12,7 +12,7 @@ tiers:
                 criteria: 100
                 blocking: false
                 deny_skipping: true
-                tests_count: 392
+                tests_count: 536
                 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_conntrack_helper)\
                             (?!.*test_metering_extensions)\
                             (?!.*test_metering_negative)\
@@ -39,12 +35,9 @@ tiers:
                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_name)\
                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name)\
                             (?!.*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_timestamp.TestTimeStamp.test_segment_with_timestamp)\
-                            (?!.*test_qos)(?!.*test_qos_negative)\
-                            (?!.*test_trunk)(?!.*test_trunk_negative)\
+                            (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\
                             (^neutron_tempest_plugin.api)"
                         option:
                             - '--concurrency=4'