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
| 9 | 9 | To run all tests from this plugin, install cinder into your environment. Then |
| 10 | 10 | from the tempest directory run:: |
| 11 | 11 | |
| 12 | $ tox -e all-plugin -- volume | |
| 12 | $ tox -e all -- cinder_tempest_plugin | |
| 13 | 13 | |
| 14 | 14 | |
| 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 | |
| 16 | 16 | above for all test runs. Developers can also use this locally to perform more |
| 17 | 17 | extensive testing. |
| 18 | 18 |