From bdbb0a596d7b40f44f7ed00812b1616e00de048c Mon Sep 17 00:00:00 2001 From: Om Prakash Pandey Date: Fri, 14 Aug 2015 16:03:20 +0530 Subject: [PATCH] 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 --- samples/tasks/scenarios/README.rst | 2 +- samples/tasks/support/README.rst | 2 +- tests/README.rst | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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'.