From 8662c910382cab39ca2c4e933637f3c9185d2b0f Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 25 Dec 2018 17:26:07 +0800 Subject: [PATCH] Update the outdated README.rst in zaqat_tempest_plugin Now the command of running zaqar tempest tests in zaqar_tempest_plugin is outdated and not working anymore. This need to update and fix. Change-Id: I9a96367e0de151ca114beadc9769eec3d09b1ca6 Closes-Bug: #1809719 --- README.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index f7deecc..8b6c30f 100644 --- a/README.rst +++ b/README.rst @@ -14,11 +14,8 @@ It contains the tempest plugin for the functional testing of Zaqar Project. Running the tests ----------------- -To run all tests from this plugin, install Zaqar into your environment -and from the tempest repo, run:: +To run all tests from this plugin, install zaqar, zaqar-tempest-plugin and +tempest into your environment, make sure to configure the tempest correctly, +and then from the tempest repo, run:: - $ tox -e all-plugin -- zaqar_tempest_tests - -To run all tempest tests including this plugin, run:: - - $ tox -e all-plugin + $ tempest run --regex zaqar_tempest_plugin --config-file /etc/tempest/tempest.conf