{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}run_quick_test_form{% endblock %} {% block form_action %}{% url 'horizon:project:connections:reachability_tests:run' %}{% endblock %} {% block modal-header %}{% trans "Run Quick Test" %}{% endblock %} {% block modal-body %}
{% trans "Quick test are used to find details about the connections problems between two points on a network where you know there is a problem." %}
{% trans "The test can be between VMs or connections to outside IP address." %}