Skip to content

Commit bee3e26

Browse files
committed
Increase the max_request_body_size in tempest runs
Older stable branches have the tempest and tempest plugin pinned to a specific version which doesn't have test fix for the limited request body size default. This patch will set a 10x max_request_body_size for oslo middleware sizelimit, which should be enough for the tests to run. Change-Id: I937f1ebc6554f93034fb261cf3090f623c150b90
1 parent c9945e1 commit bee3e26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.zuul.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
DESIGNATE_SERVICE_PORT_DNS: 5322
77
TEMPEST_PLUGINS: /opt/stack/designate-tempest-plugin
88
USE_PYTHON3: true
9+
devstack_local_conf:
10+
post-config:
11+
$DESIGNATE_CONF:
12+
oslo_middleware:
13+
# Make this larger than the defaults for the tempest tests
14+
# on pinned releases
15+
max_request_body_size: 1146880
916
devstack_plugins:
1017
designate: https://opendev.org/openstack/designate
1118
devstack_services:

0 commit comments

Comments
 (0)