File: 16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (6 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
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.