1403962a83
Change-Id: Icd2a692cd0077d1fb1b9cf9ae0572dc7878c70b4
11 lines
533 B
YAML
11 lines
533 B
YAML
---
|
|
features:
|
|
- |
|
|
It is now possible to use multiple variables with a specific prefix to
|
|
define the whole contents of the tempest test include/exclude lists.
|
|
Any variable from host/group or ansible extra-vars whose name is prefixed
|
|
with the value in the os_tempest role default `tempest_test_search_includelist_pattern`
|
|
or `tempest_test_search_excludelist_pattern` will be combined with the
|
|
existing `tempest_test_includelist` or `tempest_test_excludelist` variables
|
|
into a single include/exclude list.
|