150cd76f47
Due to scenario jobs starting to execute a set of tempest tests, it's good to have an option to add these tests in a white list instead of care about the complexity that a long regex line can bring. Change-Id: Id1ba7af48173460ef41d9b4df3db723811dc67da
4 lines
60 B
Django/Jinja
4 lines
60 B
Django/Jinja
{% for test in tempest_whitelist %}
|
|
{{ test }}
|
|
{% endfor %}
|