Fix six typos and grammar inaccuracies in Rally Readme Files
It affects three files https://github.com/openstack/rally/tree/master/tests/README.rst 1. directiry => directory 2. automaticaly => automatically 3. throw => through https://github.com/openstack/rally/tree/master/samples/tasks/scenarios/README.rst 1. conficuration => configuration https://github.com/openstack/rally/tree/master/samples/tasks/support/README.rst 1. intesnive => intensive 2. a => an Change-Id: Ief5946258de1d5a1661965e3fc1d81dbba8c4871 Closes-Bug: #1484880
This commit is contained in:
parent
4c83702de3
commit
bdbb0a596d
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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'.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user