tripleo-quickstart-extras/roles/validate-tempest/templates/tempest-setup.j2

11 lines
178 B
Django/Jinja

#!/bin/bash
# Validate the overcloud deployment
set -eux
{% if configure_tempest|bool %}
{% include 'configure-tempest.sh.j2' %}
{% include 'run-tempest.sh.j2' %}
{% endif %}