Merge "Fix six typos and grammar inaccuracies in Rally Readme Files"

This commit is contained in:
Jenkins 2015-08-14 17:46:29 +00:00 committed by Gerrit Code Review
commit 6ea020e59a
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Scenarios Configuration Samples
===============================
This directory contains task scenarios conficuration samples.
This directory contains task scenarios configuration samples.
To successfully start this samples you may need to substitute some values
from "args" section to actual values for your deployment.

View File

@ -6,6 +6,6 @@ To run this workload, the VM must have linpack installed prior to running.
instance_dd_test.sh
=============
instance_dd_test.sh, will kick off a IO intesnive workload within a OpenStack instance.
instance_dd_test.sh, will kick off a IO intensive workload within an OpenStack instance.
This script will return the write and read performance dd was able to achieve in a
JSON format.

View File

@ -65,12 +65,12 @@ To run functional tests locally::
#NOTE: openrc file with OpenStack admin credentials
Output of every Rally execution will be collected under some reports root in
directiry structure like: reports_root/ClassName/MethodName_suffix.extension
directory structure like: reports_root/ClassName/MethodName_suffix.extension
This functionality implemented in tests.functional.utils.Rally.__call__ method.
Use 'gen_report_path' method of 'Rally' class to get automaticaly generated file
Use 'gen_report_path' method of 'Rally' class to get automatically generated file
path and name if you need. You can use it to publish html reports, generated
during tests.
Reports root can be passed throw environment variable 'REPORTS_ROOT'. Default is
Reports root can be passed through environment variable 'REPORTS_ROOT'. Default is
'rally-cli-output-files'.