396c9ed378
We have released a lot of features via Tempest versions and created a lot of renos. That makes us difficult to select suitable reno files when adding new features because of many versions. So it is nice to rename reno files to add versions as the prefix. This patch renames renos of 12.1.0. Change-Id: I725130e2a303001a891b2e0119288e0e085e2ab4
12 lines
605 B
YAML
12 lines
605 B
YAML
---
|
|
features:
|
|
- A new `test_utils` module has been added to tempest.lib.common.utils. It
|
|
should hold any common utility functions that help writing Tempest tests.
|
|
- A new utility function called `call_and_ignore_notfound_exc` has been
|
|
added to the `test_utils` module. That function call another function
|
|
passed as parameter and ignore the NotFound exception if it raised.
|
|
deprecations:
|
|
- tempest.lib.common.utils.misc.find_test_caller has been moved into the
|
|
tempest.lib.common.utils.test_utils module. Calling the find_test_caller
|
|
function with its old location is deprecated.
|