Configure Experiment

{% for field in form %}
{{ field }} {% if field.errors %}
    {% for error in field.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{% endfor %}

Tests

Current experiments states

Tested protocol

{% for elem in json_arg %}
{% for group in elem %}

{% if elem[group][-1]["is_mutually_exclusive"] %} {% for args in elem[group] %}
{% if args["default"] %} {% else %} {% endif %}
{{ args["help"] }}
{% endfor %} {% else %} {% for args in elem[group] %} {% if args["type"] == "" %} {% if "choices" in args and args["choices"] %} {% for choice in args["choices"] %} {% endfor %} {% else %} {{ args["default"] }}
{{ args["help"] }}
{% endif %}
{% elif args["type"] == "" %} {{ args["default"] }}
{{ args["help"] }}
{% elif args["type"] == "bool" %}
{% if args["default"] %} {% else %} {% endif %}
{{ args["help"] }}
{% elif "dir" in args["name"] %}
{{ args["help"] }} Please select files from the database directory
{% else %}
{{ args["help"] }}
{% endif %}
{% endfor %} {% endif %}

{% endfor %}
{% endfor %}
{% for elem in prot_arg %}
{% for group in elem %}

{% if elem[group][-1]["is_mutually_exclusive"] %} {% for args in elem[group] %}
{% if args["default"] %} {% else %} {% endif %}
{{ args["help"] }}
{% endfor %} {% else %} {% for args in elem[group] %} {% if args["type"] == "" %} {% if "choices" in args and args["choices"] %} {% for choice in args["choices"] %} {% endfor %} {% else %} {{ args["default"] }} {% endif %}
{{ args["help"] }}
{% elif args["type"] == "" %} {{ args["default"] }}
{{ args["help"] }}
{% elif args["type"] == "bool" %}
{% if args["default"] %} {% else %} {% endif %}
{{ args["help"] }}
{% elif "dir" in args["name"] %}
{{ args["help"] }} Please select files from the database directory
{% else %} {% if "choices" in args and args["choices"] %} {% for choice in args["choices"] %} {% endfor %} {% else %}
{{ args["help"] }}
{% endif %} {% endif %}
{% endfor %} {% endif %}

{% endfor %}
{% endfor %}
{% for group in tests_enable %}

{% for args in tests_enable[group] %}
TODO (parse from config)
{% endfor %}
{% endfor %}

{% for group in implementation_enable %}
{% if implementation_enable[group] %}
TODO (parse from config)
{% else %}
TODO (parse from config)
{% endif %} {% endfor %}

{% if iteration and iteration > 0 %}

{% else %}
{% endif %}