Merge "Fix six typos and grammar inaccuracies in Rally Readme Files"
This commit is contained in:
commit
6ea020e59a
@ -1,7 +1,7 @@
|
|||||||
Scenarios Configuration Samples
|
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
|
To successfully start this samples you may need to substitute some values
|
||||||
from "args" section to actual values for your deployment.
|
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
|
||||||
=============
|
=============
|
||||||
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
|
This script will return the write and read performance dd was able to achieve in a
|
||||||
JSON format.
|
JSON format.
|
||||||
|
@ -65,12 +65,12 @@ To run functional tests locally::
|
|||||||
#NOTE: openrc file with OpenStack admin credentials
|
#NOTE: openrc file with OpenStack admin credentials
|
||||||
|
|
||||||
Output of every Rally execution will be collected under some reports root in
|
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.
|
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
|
path and name if you need. You can use it to publish html reports, generated
|
||||||
during tests.
|
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'.
|
'rally-cli-output-files'.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user