tempest/releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml
Jordan Pittier c5665a6cc7 Move the related_bug decorator from test.py to tempest/lib
I think it's a good idea to move all utility decorators into
tempest/lib/decorators.py. This patch does that for the `related_bug`
decorator.

Change-Id: I846d575e41f4dddfd5642b7750e988f75a717e7d
2017-04-13 15:51:22 +02:00

7 lines
198 B
YAML

---
features:
- |
A new ``related_bug`` decorator has been added to
``tempest.lib.decorators``. Use it to decorate and tag a test that was
added in relation to a launchpad bug report.