9532986f72
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
4 lines
75 B
Django/Jinja
4 lines
75 B
Django/Jinja
{% for skip_test in tempest_test_blacklist %}
|
|
{{ skip_test }}
|
|
{% endfor %}
|