NMOS Testing Tool
This tool requires JavaScript. Please enable it to ensure accurate results.
These test suites are under active development and do not yet provide 100% coverage of all specifications.
We recommend regularly re-testing implementations as new tests are developed.
{{ form.test.label }} {{ form.test }} {{ form.hidden_tests }} {{ form.hidden_specs }} {{ form.hidden_options }}
{% for endpoint in form.endpoints %}
{{ endpoint.host.label }} {{ endpoint.host(size="15") }}
{{ endpoint.port.label }} {{ endpoint.port(size="5") }}
{{ endpoint.version.label }} {{ endpoint.version }}
{{ 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
Protocol:
{{ pretty_config.protocol }}
Authorization:
{{ pretty_config.authorization }}
Discovery Mode:
{{ pretty_config.discovery }}
Max Test Iterations:
{{ pretty_config.max_test_iterations }}
{{ form.test_selection.label }}
{{ form.test_selection }}
{% 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 }}