From 7024de337edfee15d847cb6bfc02a4ffd6c475c4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 15 Feb 2020 11:36:33 +0100 Subject: Order regex in neutron-tempest-plugin-api (CNTT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It mostly adds admin as prefix. Change-Id: Ic2e723b858ff1f3e26478f6037a19db1fd52e4aa Signed-off-by: Cédric Ollivier (cherry picked from commit a617bcfd4e5754adcf55aa1b69cf8397ed3571cd) --- docker/smoke-cntt/testcases.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 5f4a02f3d..3e2e6dc6b 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -21,10 +21,10 @@ tiers: run: name: tempest_common args: - mode: "(?!.*test_logging)\ - (?!.*test_logging_negative)\ - (?!.*test_network_segment_range)\ - (?!.*test_ports.PortTestCasesResourceRequest)\ + mode: "(?!.*admin.test_logging)\ + (?!.*admin.test_logging_negative)\ + (?!.*admin.test_network_segment_range)\ + (?!.*admin.test_ports.PortTestCasesResourceRequest)\ (?!.*test_conntrack_helper)\ (?!.*test_metering_extensions)\ (?!.*test_metering_negative)\ @@ -35,6 +35,7 @@ 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.QosMinimumBandwidthRuleTestJSON)\ (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\ (?!.*test_router_interface_fip)\ (?!.*test_routers.DvrRoutersTestUpdateDistributedExtended)\ @@ -43,7 +44,6 @@ tiers: (?!.*test_routers_negative.DvrRoutersNegativeTestExtended)\ (?!.*test_subnetpool_prefix_ops)\ (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\ - (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\ (^neutron_tempest_plugin.api)" option: - '--concurrency=4' -- cgit 1.2.3-korg