diff options
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 10bc6bcb5..9d80556ac 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: 547 + tests_count: 543 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -21,7 +21,8 @@ tiers: run: name: tempest_common args: - mode: "(?!.*admin.test_logging)\ + mode: "(?!.*admin.test_dhcp_agent_scheduler)\ + (?!.*admin.test_logging)\ (?!.*admin.test_logging_negative)\ (?!.*admin.test_network_segment_range)\ (?!.*admin.test_ports.PortTestCasesResourceRequest)\ @@ -108,7 +109,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1290 + tests_count: 1287 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -147,6 +148,7 @@ tiers: (?!.*test_attach_volume.AttachVolumeMultiAttach)\ (?!.*identity.admin.v2)(?!.*identity.v2)\ (?!.*image.v1)\ + (?!.*admin.test_dhcp_agent_scheduler)\ (?!.*test_metering_extensions)(?!.*network.test_tags)\ (?!.*test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip)\ (?!.*test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip)\ |