1382e971fb
This is to fix below typos in release notes: ideintify currnt upating debuggin micoversion initisialisation Change-Id: I48e8fcfbe4ed6a5d7a4c4056bd5de69ef5adebf0
16 lines
674 B
YAML
16 lines
674 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a new function called ``compare_version_header_to_response`` to
|
|
``tempest.lib.common.api_version_utils``, which compares the API
|
|
microversion in the response header to another microversion using the
|
|
comparators defined in
|
|
``tempest.lib.common.api_version_request.APIVersionRequest``.
|
|
|
|
It is now possible to determine how to retrieve an attribute from a
|
|
response body of an API call, depending on the returned microversion.
|
|
|
|
Add a new exception type called ``InvalidParam`` to
|
|
``tempest.lib.exceptions``, allowing the possibility of raising an
|
|
exception if an invalid parameter is passed to a library function.
|