c5665a6cc7
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
7 lines
198 B
YAML
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.
|