{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_reachability_test_form{% endblock %} {% block form_action %}{% url 'horizon:project:connections:reachability_tests:create' %}{% endblock %} {% block modal-header %}{% trans "Create Reachability Test" %}{% endblock %} {% block modal-body %}
{% trans "Reachability test are automated test to check for connectivity between two points in a network." %}
{% trans "The test can be between VMs, end point groups, tenants or connections to outside IP address." %}