{% 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 %}
console.html
logs/
rally-verify/
$ {{ list_plugins.cmd }}
$ {{ create_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.cmd }}
[{{ list_verifier_exts.status }}]
List verifier extensions
$ {{ list_verifier_exts.cmd }}
$ {{ list_verifier_tests.cmd }}
$ {{ verifications[i].cmd }}
$ {{ verifications[i].show.cmd }}
[{{ verifications[i].show_detailed.status }}]
Show verification results with details
$ {{ verifications[i].show_detailed.cmd }}
$ {{ verifications[i].json.cmd }}
[{{ verifications[i].html.status }}]
Generate the verification report in HTML format [Output from CLI]
$ {{ verifications[i].html.cmd }}
$ {{ compare.json.cmd }}
[{{ compare.html.status }}]
Generate the trends report for two verifications in HTML format [Output from CLI]
$ {{ compare.html.cmd }}
$ {{ list.cmd }}
$ {{ delete_verifier_ext.cmd }}
[{{ delete_verifier.status }}]
Delete the verifier and all verifications
$ {{ delete_verifier.cmd }}
Rally is benchmarking and verification system for OpenStack:
{% endblock %}