Arx Cruz 150cd76f47 Enable tempest to run with whitelist
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
2017-07-31 11:04:11 +02:00

4 lines
60 B
Django/Jinja

{% for test in tempest_whitelist %}
{{ test }}
{% endfor %}