{% extends "layout.html" %} {% block body %}

{{ result.vm_name }}, {{ result.kind }}

Full Results:

    {% for result in result.result %}
  • {{ result }}
  • {% endfor %}

logs:
{% if result.log %} {% for log in result.log %} {{ log }}
{% endfor %} {% endif %}

Screenshot

{% if sample %}

Sample
Download

{% endif %}
{% endblock %}