openstack-ansible-os_tempest/releasenotes/notes/blacklist-format-26c6097cf4e813c9.yaml
Arx Cruz 4c3e0ba4e4 Better tempest blacklist management
This patch set the information regarding how the tempest_test_blacklist
variable should be configured. From now, each test in the blacklist
should have a launchpad and/or bugzilla tighted on it in order to
trackdown the progress of the test, as well as use other tools to
automate the verification of the status of those bugs.

Change-Id: I36c41d97ca778d892c1655731cca9ac0112851c1
2019-01-08 16:47:32 +01:00

13 lines
479 B
YAML

---
upgrade: >
Data structure for ``tempest_test_blacklist`` has been updated to
add launchpad and/or bugzilla linked with the test being skipped.
features:
- |
Add the launchpad and bugzilla keys in tempest_test_blacklist ansible
variable.
Developers must have a way to trackdown why a test was inserted in the
skiplist, and one of the ways is through bugs. This feature add the
information regarding it in the list of skipped tests on os_tempest