: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
- Fetch rally task from here
- Fetch rally plugins from here
- Install OpenStack and Rally using this instruction
- Unzip plugins and put to
.rally/plugins/
directory
- Run rally task:
$ rally task start task.txt
{% endblock %}