NMOS Testing Tool



{% for endpoint in form.endpoints %}
{{ endpoint.host.label }} {{ endpoint.host(size="15") }}
{{ endpoint.port.label }} {{ endpoint.port(size="5") }}
{{ endpoint.selector.label }} {{ endpoint.selector(size="10") }}
{{ endpoint.urlpath.label }} {{ endpoint.urlpath(size="30") }}

{% endfor %}
Additional configuration can be specified via nmostesting/UserConfig.py. More Information








{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for message in messages %} {% if "Error" not in message[1] %}
Success! {{ message[1] }}
{% endif %} {% if "Error" in message[1] %}
{{ message[1] }}
{% endif %} {% endfor %} {% endif %} {% endwith %}
{{ config }}