Remove reference to 'all-plugin' tox environment

The 'all-plugin' tox environment was deprecated by this patch [1].
Instead of the 'all-plugin' it is recommended to use the 'all' tox
environment.

This patch removes any reference to 'all-plugin' tox environment and
updates the documentation so that the installation steps work with
the 'all' venv.

[1] https://review.opendev.org/c/openstack/tempest/+/543974

Change-Id: Ic9c5cc65611c12211be35d9d65c75d67ab717302
This commit is contained in:
Lukáš Piwowarski 2022-10-07 16:27:46 +02:00
parent e8efebf4b8
commit bb16916965

View File

@ -24,14 +24,15 @@ Running the tests
-----------------
To run all tests from this plugin, install Solum into your environment and
navigate to tempest directory::
navigate to tempest directory and run::
$ cd /opt/stack/tempest
$ tox -e venv-tempest -- pip install (path to the solum-tempest-plugin directory)
Run this command::
To run all tests from the solumn-tempest-plugin, run this command::
$ tox -e all-plugin -- solum_tempest_plugin
$ tox -e all -- solum_tempest_plugin
To run a single test case, run with the test case name, for example::
$ tox -e all-plugin -- solum_tempest_plugin.camp.v1_1.test_plans.TestPlansController.test_create_camp_plan
$ tox -e all -- solum_tempest_plugin.camp.v1_1.test_plans.TestPlansController.test_create_camp_plan