diff --git a/samples/tasks/scenarios/README.rst b/samples/tasks/scenarios/README.rst index 04765f34b5..492df12996 100644 --- a/samples/tasks/scenarios/README.rst +++ b/samples/tasks/scenarios/README.rst @@ -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. diff --git a/samples/tasks/support/README.rst b/samples/tasks/support/README.rst index cee3fe8eb2..6d2ba407b2 100644 --- a/samples/tasks/support/README.rst +++ b/samples/tasks/support/README.rst @@ -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. diff --git a/tests/README.rst b/tests/README.rst index b3361bbb7f..7e7d3cc99b 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -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'.