{% extends "/base.html" %} {% block title_text %}Performance job results{% endblock %} {% block js_after %} function checkLink (elem) { var request = new XMLHttpRequest(); request.open('GET', elem.href, true); request.onreadystatechange = function(){ if (request.readyState === 4){ if (request.status === 404) { elem.href = elem.href + ".gz" } } }; request.send(); } var elems = document.getElementsByClassName("check-gz"); for(var i=0; i :first-child { display:block } .columns li > :nth-child(2) { display:block; position:static; left:165px; top:0; white-space:nowrap } {% 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 %}performance job results{% endblock %} {% block content %}

Logs and files

Job results, in different formats

About Rally

Rally is generic testing tool which can be used for OpenStack.

Steps to repeat locally

  1. Fetch rally task from here
  2. Fetch rally plugins from here
  3. Install OpenStack and Rally using this instruction
  4. Unzip plugins and put to .rally/plugins/ directory
  5. Run rally task: $ rally task start task.txt
{% endblock %}