tempest/releasenotes/notes/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml
ghanshyam 2f4d1d0cbe Rename 16.0.0 release notes
This commit renaming all the release notes for 16.0.0.

Change-Id: I4b09c9da001ecf75563cb132670905ac237bbd0b
2017-04-20 05:09:06 +00:00

7 lines
252 B
YAML

---
upgrade:
- The *call_until_true* of *test* module is removed because it was marked
as deprecated and Tempest provides it from *test_utils* as a stable
interface instead. Please switch to use *test_utils.call_until_true* if
necessary.