Merge "Reno for tempest run CLI new arg and fix"

This commit is contained in:
Zuul 2018-02-27 16:06:27 +00:00 committed by Gerrit Code Review
commit 60d7af7ab0
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
features:
- |
Adds a new CLI arg in tempest run, --black-regex, which is a regex to
exclude the tests that match it.
fixes:
- |
Fixes tempest run CLI args mutually exclusive behavior which should not
be the case anymore (Bug#1751201).