Felipe Monteiro | 9ff5c28 | 2017-06-21 21:05:07 +0100 | [diff] [blame^] | 1 | --- |
| 2 | features: |
| 3 | - | |
| 4 | Add a new function called ``compare_version_header_to_response`` to |
| 5 | ``tempest.lib.common.api_version_utils``, which compares the API |
| 6 | micoversion in the response header to another microversion using the |
| 7 | comparators defined in |
| 8 | ``tempest.lib.common.api_version_request.APIVersionRequest``. |
| 9 | |
| 10 | It is now possible to determine how to retrieve an attribute from a |
| 11 | response body of an API call, depending on the returned microversion. |
| 12 | |
| 13 | Add a new exception type called ``InvalidParam`` to |
| 14 | ``tempest.lib.exceptions``, allowing the possibility of raising an |
| 15 | exception if an invalid parameter is passed to a library function. |