From bfe9cc155733a82f6587432252270a108cb84736 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 17 Apr 2019 01:35:08 +0200 Subject: [PATCH] doc: update the references to rally commands Update the link to the relevant section of the Rally quick start guide (with slightly better wording) and use the correct parameter of the `rally verify start` command (--pattern replaced --regex long time ago). Story: 2003099 Task: 23193 Change-Id: I2ae35e2a330ef4d10c359ae2231d7cc2b4ec2eb0 --- doc/source/tempest-plugin.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/tempest-plugin.rst b/doc/source/tempest-plugin.rst index be375478..91db9306 100644 --- a/doc/source/tempest-plugin.rst +++ b/doc/source/tempest-plugin.rst @@ -51,8 +51,8 @@ Run Tempest tests using Rally First of all, be sure that Rally is installed and working. There should be a Rally deployment with correct working Sahara service in it. -Full information can be found on this -`link `_. +Full information can be found on the +`rally quick start guide `_. Using this information, you can install ``rally verify`` tool and plugin for testing Sahara. After this you are free to run Sahara Tempest tests. Here are @@ -60,7 +60,7 @@ some examples of how to run all the tests: .. sourcecode:: console - $ rally verify start --regex sahara_tempest_plugin.tests + $ rally verify start --pattern sahara_tempest_plugin.tests ..