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

This commit is contained in:
Zuul 2023-02-28 02:07:33 +00:00 committed by Gerrit Code Review
commit 2df1c32df4
1 changed files with 4 additions and 4 deletions

View File

@ -26,20 +26,20 @@ https://docs.openstack.org/tempest/latest/plugin.html
Installing
----------
Clone this repository to the destination machine, and call from the repo::
Clone this repository to the destination machine, and call from the tempest repo::
$ pip install -e .
$ tox -e venv-tempest -- pip install (path to the senlin-tempest-plugin directory)
Running the tests
-----------------
To run all the tests from this plugin, call from the tempest repo::
$ tox -e all-plugin -- senlin_tempest_plugin
$ tox -e all -- senlin_tempest_plugin
To run a single test case, call with full path, for example::
$ tox -e all-plugin -- senlin_tempest_plugin.tests.api.policies.test_policy_update.TestPolicyUpdate.test_policy_update
$ tox -e all -- senlin_tempest_plugin.tests.api.policies.test_policy_update.TestPolicyUpdate.test_policy_update
To retrieve a list of all tempest tests, run::