openstack-ansible-os_tempest/releasenotes/notes/tempest-test-blacklist-4ec6cc32798874ce.yaml
Jesse Pretorius 2cda0e178e Add tempest test blacklist capability
While the whitelist may contain regex, sometimes using regex
is difficult and it is simpler just to blacklist the specific
test you're looking to block.

This patch adds the capability to specify a list of tests to
blacklist.

Change-Id: I16bd158ff8cd2e9b1ff42876dcf7796676f54b68
2018-08-02 20:24:48 +01:00

7 lines
170 B
YAML

---
features:
- |
It is now possible to specify a list of tests for tempest to
blacklist when executing using the ``tempest_test_blacklist``
list variable.