diff options
author | 2020-02-15 11:36:33 +0100 | |
---|---|---|
committer | 2020-02-16 17:55:22 +0100 | |
commit | 2198c00d508f619c4f29e20097b32afce113d3b9 (patch) | |
tree | 31a73cff1cb0c00b746903c06ced7e31dc5cff6b /docker | |
parent | db8c9037708477a8db959ded329abe968e8dd411 (diff) |
Order regex in neutron-tempest-plugin-api (CNTT)
It mostly adds admin as prefix.
Change-Id: Ic2e723b858ff1f3e26478f6037a19db1fd52e4aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a617bcfd4e5754adcf55aa1b69cf8397ed3571cd)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 3f7b67172..17e98b823 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_floating_ips.FloatingIPPoolTestJSON)\ (?!.*test_metering_extensions)\ (?!.*test_metering_negative)\ @@ -34,11 +34,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.QosMinimumBandwidthRuleTestJSON)\ (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\ (?!.*test_router_interface_fip)\ (?!.*test_security_groups.RbacSharedSecurityGroupTest)\ (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\ - (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\ (^neutron_tempest_plugin.api)" option: - '--concurrency=4' |