tempest/releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml
zhufl 1382e971fb Fix typos in release notes
This is to fix below typos in release notes:
  ideintify
  currnt
  upating
  debuggin
  micoversion
  initisialisation

Change-Id: I48e8fcfbe4ed6a5d7a4c4056bd5de69ef5adebf0
2018-03-19 07:10:32 +00:00

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.