Merge "Remove references to 'all-plugin' tox environment"

This commit is contained in:
Zuul 2023-01-05 10:33:34 +00:00 committed by Gerrit Code Review
commit 5f7b9d40fc
3 changed files with 9 additions and 7 deletions

View File

@ -345,6 +345,8 @@ isolate the Tempest install from the rest of your system so just installing the
plugin package on your system and then running Tempest inside a venv will not plugin package on your system and then running Tempest inside a venv will not
work. work.
Tempest also exposes a tox job, all-plugin, which will setup a tox virtualenv For example, you can use tox to install and run tests from a tempest plugin like
with system site-packages enabled. This will let you leverage tox without this::
requiring to manually install plugins in the tox venv before running tests.
[~/tempest] $ tox -e venv-tempest -- pip install (path to the plugin directory)
[~/tempest] $ tox -e all

View File

@ -21,7 +21,7 @@ variable (through the `register` statement).
A regular expression used to select the tests. A regular expression used to select the tests.
It works only when used with some specific tox environments It works only when used with some specific tox environments
('all', 'all-plugin'.) ('all', 'all-site-packages')
In the following example only api scenario and third party tests In the following example only api scenario and third party tests
will be executed. will be executed.
@ -47,7 +47,7 @@ variable (through the `register` statement).
A regular expression used to skip the tests. A regular expression used to skip the tests.
It works only when used with some specific tox environments It works only when used with some specific tox environments
('all', 'all-plugin'.) ('all', 'all-site-packages').
:: ::
vars: vars:

View File

@ -21,7 +21,7 @@ variable (through the `register` statement).
A regular expression used to select the tests. A regular expression used to select the tests.
It works only when used with some specific tox environments It works only when used with some specific tox environments
('all', 'all-plugin'.) ('all', 'all-site-packages').
In the following example only api scenario and third party tests In the following example only api scenario and third party tests
will be executed. will be executed.
@ -56,7 +56,7 @@ variable (through the `register` statement).
A regular expression used to skip the tests. A regular expression used to skip the tests.
It works only when used with some specific tox environments It works only when used with some specific tox environments
('all', 'all-plugin'.) ('all', 'all-site-packages').
:: ::
vars: vars: