f2ba23f783
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
7 lines
252 B
YAML
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.
|