From 147b7f342e21d9ea8f4a6be3a7046bd7c8b83104 Mon Sep 17 00:00:00 2001 From: anastasiya-zhyrkevich Date: Wed, 16 Oct 2019 09:07:46 +0300 Subject: [PATCH] Update README.md for running cinder tests in tempest Two changes to README.md are made: 1. Fixed command line for calling cinder-tempest-plugin tests using plugin name 2. Removed usage of deprecated tox command [all-plugin -> all]. https://github.com/openstack/tempest/blob/master/tox.ini#L55 Change-Id: Ic2c88acfba606592dd12677cc70649ff545c1222 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f42d0eb..79151cd 100644 --- a/README.rst +++ b/README.rst @@ -10,10 +10,10 @@ https://docs.openstack.org/tempest/latest/plugin.html#using-plugins To run all tests from this plugin, install cinder into your environment. Then from the tempest directory run:: - $ tox -e all-plugin -- volume + $ tox -e all -- cinder_tempest_plugin -It is expected that Cinder third party CI's use the all-plugin tox environment +It is expected that Cinder third party CI's use the `all` tox environment above for all test runs. Developers can also use this locally to perform more extensive testing.