blob: 55df2b386836d34d8bb38c19b05731378a7029b7 [file] [log] [blame]
Jordan Pittier9e227c52016-02-09 14:35:18 +01001---
2features:
3 - A new `test_utils` module has been added to tempest.lib.common.utils. It
4 should hold any common utility functions that help writing Tempest tests.
5 - A new utility function called `call_and_ignore_notfound_exc` has been
6 added to the `test_utils` module. That function call another function
7 passed as parameter and ignore the NotFound exception if it raised.
8deprecations:
9 - tempest.lib.common.utils.misc.find_test_caller has been moved into the
10 tempest.lib.common.utils.test_utils module. Calling the find_test_caller
11 function with its old location is deprecated.