File: 16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (9 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - The ``JSON_ENC`` and ``TXT_ENC`` option in the ``_error_checker``
    section have been added with additional content-type which are
    defined in RFC7231 but missing in the current rest_client.py file.
    The lack of these additional content-type will cause defcore test
    to fail for OpenStack public cloud which uses tomcat module in the
    api gateway. The additions are ``application/json;charset=utf-8``,
    ``text/html;charset=utf-8``, ``text/plain;charset=utf-8``