{% 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; text-transform: uppercase} .pass {color: green; display: none; text-transform: uppercase} {% 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/
$ {{ install.cmd }}
[{{ reinstall.status }}]
Tempest re-installation
$ {{ reinstall.cmd }}
[{{ installplugin.status }}]
Tempest plugin installation
$ {{ installplugin.cmd }}
[{{ listplugins.status }}]
List installed Tempest plugins
$ {{ listplugins.cmd }}
[{{ discover.status }}]
Discovering tests
$ {{ discover.cmd }}
[{{ genconfig.status }}]
Tempest config generation
$ {{ genconfig.cmd }}
[{{ showconfig.status}}]
Show tempest config
$ {{ showconfig.cmd }}
{% for i in range(verifications|length) %}
{% if verifications|length > 1 %}
$ {{ verifications[i].cmd }}
$ {{ verifications[i].result_in_html.cmd }}
$ {{ verifications[i].result_in_json.cmd }}
$ {{ verifications[i].show.cmd }}
$ {{ verifications[i].show_detailed.cmd }}
$ rally verify compare --uuid-1 <uuid-1> --uuid-2 <uuid-2> --html
[{{ compare.json.status }}]
Compare two verifications and display results in JSON [Output from CLI]
$ rally verify compare --uuid-1 <uuid-1> --uuid-2 <uuid-2> --json
[{{ compare.csv.status }}]
Compare two verifications and display results in CSV [Output from CLI]
$ rally verify compare --uuid-1 <uuid-1> --uuid-2 <uuid-2> --csv
{% endif %}
[{{ list.status }}]
List of all verifications
$ {{ list.cmd }}
Rally is benchmarking and verification system for OpenStack:
{% endblock %}