## -*- coding: utf-8 -*- <%inherit file="/base.mako"/> <%block name="title_text">Rally Verification job results%block> <%block name="css"> li { margin:2px 0 } 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} %block> <%block name="css_content_wrap">margin:0 auto; padding:0 5px%block> <%block name="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% } } %block> <%block name="header_text">Verify job results%block> <%block name="content">
console.html
logs/
rally-verify/
$ rally-manage tempest install
$ rally verify start --set compute
$ rally verify results --html
$ rally verify results --json
$ rally verify show
$ rally verify show --detailed
or $ rally verify detailed
$ rally verify start --set compute
$ rally verify results --html
$ rally verify results --json
$ rally verify show
$ rally verify show --detailed
or $ rally verify detailed
$ rally verify list
[${c_html}]
Compare two verification and display results in HTML
$ rally verify compare --uuid-1 <uuid-1> --uuid-2 <uuid-2> --html
[${c_json}]
Compare two verifications and display results in JSON
$ rally verify compare --uuid-1 <uuid-1> --uuid-2 <uuid-2> --json
[${c_csv}]
Compare two verifications and display results in CSV
$ rally verify compare --uuid-1 <uuid-1> --uuid-2 <uuid-2> --csv
Rally is benchmarking and verification system for OpenStack:
%block>