tempest/releasenotes/notes/remove-call_until_true-of-test-de9c13bc8f969921.yaml
Ken'ichi Ohmichi f2ba23f783 Remove call_until_true from test module
The call_until_true of test module is marked as deprecated and
we have a plan to remove it in Ocata cycle.
This patch removes it after switching to use test_utils' one on
all OpenStack projects.

Change-Id: Ide11a7434a4714e5d2211af1803333535f557370
2017-02-22 15:51:29 +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.