Jordan Pittier | 9e227c5 | 2016-02-09 14:35:18 +0100 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 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. |
| 8 | deprecations: |
| 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. |