## -*- coding: utf-8 -*- <%inherit file="/base.mako"/> <%block name="title_text">Rally Verification job results <%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 name="css_content_wrap">margin:0 auto; padding:0 5px <%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 name="header_text">Verify job results <%block name="content">

Job Logs and Job Result files

Job Steps and Results

Introduction

Each job step has output in all supported formats.

Details

[${install}] Tempest installation $ rally-manage tempest install
First verification run
  1. [${v1}] Launch of verification $ rally verify start --set compute
  2. [${vr_1_html}] Display raw results in HTML $ rally verify results --html
  3. [${vr_1_json}] Display raw results in JSON $ rally verify results --json
  4. [${vs_1}] Display results table of the verification $ rally verify show
  5. [${vsd_1}] Display results table of the verification with detailed errors
    $ rally verify show --detailed or $ rally verify detailed
Second verification run
  1. [${v2}] Launch of verification $ rally verify start --set compute
  2. [${vr_2_html}] Display results in HTML $ rally verify results --html
  3. [${vr_2_json}] Display results in JSON $ rally verify results --json
  4. [${vs_2}] Display table results of the verification $ rally verify show
  5. [${vsd_2}] Display table results of the verification with detailed errors
    $ rally verify show --detailed or $ rally verify detailed
[${l}] List of all verifications $ 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

About Rally

Rally is benchmarking and verification system for OpenStack: