Codebase list cinder-tempest-plugin / 147b7f3
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 anastasiya-zhyrkevich 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99 To run all tests from this plugin, install cinder into your environment. Then
1010 from the tempest directory run::
1111
12 $ tox -e all-plugin -- volume
12 $ tox -e all -- cinder_tempest_plugin
1313
1414
15 It is expected that Cinder third party CI's use the all-plugin tox environment
15 It is expected that Cinder third party CI's use the `all` tox environment
1616 above for all test runs. Developers can also use this locally to perform more
1717 extensive testing.
1818