aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-02-15 12:11:37 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-02-16 16:57:43 +0100
commitbcc5cae946deac255769b9ffa525ac44cd4bf344 (patch)
tree0799d70d381a244c9bd866ac65d071e8d3076236 /docker
parent7024de337edfee15d847cb6bfc02a4ffd6c475c4 (diff)
Set dhcp_agent_scheduler as optional
dhcp_agent_scheduler [1] indirectly forces the Neutron backends as highlighted by OVN testing. [1] https://specs.openstack.org/openstack/neutron-specs/specs/api/agent_schedulers.html Close cntt-n/CNTT#1073 Change-Id: Iafa3ad7f15dc157c0362ffa59eed31b89bf368e7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 9f06dba2a6b5e4eb22652a5e17947dab612f53a4)
Diffstat (limited to 'docker')
-rw-r--r--docker/smoke-cntt/testcases.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 3e2e6dc6b..7fa181d21 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: 525
+ tests_count: 521
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)\
@@ -113,7 +114,7 @@ tiers:
criteria: 100
blocking: false
deny_skipping: true
- tests_count: 1295
+ tests_count: 1292
description: >-
The list of test cases is generated by
Tempest automatically and depends on the parameters of
@@ -152,6 +153,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)\