{% extends "/base.html" %} {% block title_text %}Rally Verification Job Results{% endblock %} {% block css %} li { margin:2px 0 } {% if verifications|length == 1 %} ol {padding: 0; list-style-type: none;} {% endif %} a, a:visited { color:#039 } code { padding:0 15px; color:#888; display: block } .columns li { position:relative } .columns li > :first-child { display:block } .columns li > :nth-child(2) { display:block; position:static; left:165px; top:0; white-space:nowrap } .fail {color: red} .success {color: green} {% endblock %} {% block css_content_wrap %}margin:0 auto; padding:0 5px{% endblock %} {% block media_queries %} @media only screen and (min-width: 320px) { .content-wrap { width:400px } } @media only screen and (min-width: 520px) { .content-wrap { width:500px } } @media only screen and (min-width: 620px) { .content-wrap { width:90% } .columns li > :nth-child(2) { position:absolute } } @media only screen and (min-width: 720px) { .content-wrap { width:70% } } {% endblock %} {% block header_text %}Verify Job Results{% endblock %} {% block content %}

Logs and Results Files

Steps

[{{ list_plugins.status }}] List plugins for verifiers management $ {{ list_plugins.cmd }}
[{{ create_verifier.status }}] Create a verifier $ {{ create_verifier.cmd }} [{{ show_verifier.status }}] Show the verifier $ {{ show_verifier.cmd }} [{{ list_verifiers.status }}] List verifiers $ {{ list_verifiers.cmd }} [{{ update_verifier.status }}] Switch the verifier to the penultimate version $ {{ update_verifier.cmd }} [{{ configure_verifier.status }}] Generate and show the verifier config file $ {{ configure_verifier.cmd }}
[{{ add_verifier_ext.status }}] Add a verifier extension $ {{ add_verifier_ext.cmd }} [{{ list_verifier_exts.status }}] List verifier extensions $ {{ list_verifier_exts.cmd }}
[{{ list_verifier_tests.status }}] List verifier tests $ {{ list_verifier_tests.cmd }}
{% for i in range(verifications|length) %} {% if verifications|length > 1 %} Verification # {{ i + 1}}

{% endif %} [{{ verifications[i].status }}] Start verification $ {{ verifications[i].cmd }}
[{{ verifications[i].show.status }}] Show verification results $ {{ verifications[i].show.cmd }} [{{ verifications[i].show_detailed.status }}] Show verification results with details $ {{ verifications[i].show_detailed.cmd }}
[{{ verifications[i].json.status }}] Generate the verification report in JSON format [Output from CLI] $ {{ verifications[i].json.cmd }} [{{ verifications[i].junit_xml.status }}] Generate the verification report in JUnit-XML format [Output from CLI] $ {{ verifications[i].junit_xml.cmd }} [{{ verifications[i].html.status }}] Generate the verification report in HTML format [Output from CLI] $ {{ verifications[i].html.cmd }}
{% if verifications|length > 1 %}
{% endif %} {% endfor %} {% if compare %} [{{ compare.json.status }}] Generate the trends report for two verifications in JSON format [Output from CLI] $ {{ compare.json.cmd }} [{{ compare.junit_xml.status }}] Generate the trends report for two verifications in JUnit-XML format [Output from CLI] $ {{ compare.junit_xml.cmd }}
[{{ compare.html.status }}] Generate the trends report for two verifications in HTML format [Output from CLI] $ {{ compare.html.cmd }}
{% endif %} [{{ list.status }}] List verifications $ {{ list.cmd }}
[{{ delete_verifier_ext.status }}] Delete the verifier extension $ {{ delete_verifier_ext.cmd }} [{{ delete_verifier.status }}] Delete the verifier and all verifications $ {{ delete_verifier.cmd }}

About Rally

Rally is benchmarking and verification system for OpenStack:

{% endblock %}