tempest/releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml
zhufl 1382e971fb Fix typos in release notes
This is to fix below typos in release notes:
  ideintify
  currnt
  upating
  debuggin
  micoversion
  initisialisation

Change-Id: I48e8fcfbe4ed6a5d7a4c4056bd5de69ef5adebf0
2018-03-19 07:10:32 +00:00

6 lines
179 B
YAML

---
features:
- Add support of args and kwargs when calling func in call_until_true,
also to log the cost time when call_until_true returns True or False
for debugging.