Panther
Settings
Activity Log
Core
Tests
Tests editor
Tests results
Tests results viewer
Tests results global
Configure Experiment
{% for field in form %}
{{ field.label.text }}
{{ field }} {% if field.errors %}
{% for error in field.errors %}
{{ error }}
{% endfor %}
{% endif %}
{% endfor %}
Submit
Tests
Current experiments states
Tested protocol
{{ current_protocol.upper() }}
{% for prot in supported_protocols %} {% if prot != current_protocol %}
{{ prot.upper() }}
{% endif %} {% endfor %}
{% for elem in json_arg %}
{% for group in elem %}
{{ group }}
{% if elem[group][-1]["is_mutually_exclusive"] %} {% for args in elem[group] %}
{% if args["default"] %}
{% else %}
{% endif %}
{{ args["name"] }}
{{ args["help"] }}
{% endfor %} {% else %} {% for args in elem[group] %} {% if args["type"] == "
" %}
{% if "choices" in args and args["choices"] %}
{{ args["name"] }}
{% for choice in args["choices"] %}
{% endfor %}
{% else %}
{{ args["name"] }}
{{ args["default"] }}
{{ args["help"] }}
{% endif %}
{% elif args["type"] == "
" %}
{{ args["name"] }}
{{ args["default"] }}
{{ args["help"] }}
{% elif args["type"] == "bool" %}
{% if args["default"] %}
{% else %}
{% endif %}
{{ args["name"] }}
{{ args["help"] }}
{% elif "dir" in args["name"] %}
{{ 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 %}
{{ group }}
{% if elem[group][-1]["is_mutually_exclusive"] %} {% for args in elem[group] %}
{% if args["default"] %}
{% else %}
{% endif %}
{{ args["name"] }}
{{ args["help"] }}
{% endfor %} {% else %} {% for args in elem[group] %} {% if args["type"] == "
" %}
{% if "choices" in args and args["choices"] %}
{{ args["name"] }}
{% for choice in args["choices"] %}
{% endfor %}
{% else %}
{{ args["name"] }}
{{ args["default"] }}
{% endif %}
{{ args["help"] }}
{% elif args["type"] == "
" %}
{{ args["name"] }}
{{ args["default"] }}
{{ args["help"] }}
{% elif args["type"] == "bool" %}
{% if args["default"] %}
{% else %}
{% endif %}
{{ args["name"] }}
{{ args["help"] }}
{% elif "dir" in args["name"] %}
{{ args["name"] }}
{{ args["help"] }} Please select files from the database directory
{% else %} {% if "choices" in args and args["choices"] %}
{{ args["name"] }}
{% for choice in args["choices"] %}
{% endfor %}
{% else %}
{{ args["help"] }}
{% endif %} {% endif %}
{% endfor %} {% endif %}
{% endfor %}
{% endfor %}
{% for group in tests_enable %}
{{ group | replace("_"," ") | upper }}
{% for args in tests_enable[group] %}
{{ args }}
TODO (parse from config)
{% endfor %}
{% endfor %}
Implementation to test
{% for group in implementation_enable %}
{% if implementation_enable[group] %}
{{ group }}
TODO (parse from config)
{% else %}
{{ group }}
TODO (parse from config)
{% endif %} {% endfor %}
{% if iteration and iteration > 0 %}
Start Experiments
{% else %}
Start Experiments
{% endif %}