aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/smoke-cntt/testcases.yaml')
-rw-r--r--docker/smoke-cntt/testcases.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 6432c0be8..baeb36227 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_metering_extensions)\
(?!.*test_metering_negative)\
(?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\
@@ -33,10 +33,10 @@ 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_timestamp.TestTimeStamp.test_segment_with_timestamp)\
- (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\
(^neutron_tempest_plugin.api)"
option:
- '--concurrency=4'