tripleo-quickstart-extras/roles/validate-tempest/templates/skip_file.j2
Arx Cruz 9532986f72 Replace skip_file.j2 template to use tempest-skiplist
This template was using the old yaml file, since we still have some jobs
running validate-tempest, and the skiplist files were already
deprecated, we need to load the testes from the new tempest-skiplist
tool.

Closes-Bug: #1899980
Change-Id: I954edaf6de84d97dd896b6bbb092931122740b9c
2020-10-19 12:10:06 +00:00

4 lines
75 B
Django/Jinja

{% for skip_test in tempest_test_blacklist %}
{{ skip_test }}
{% endfor %}