Updating tox -e all-plugin command

all-plugin is deprecated and is going to be removed soon.
It is being replaced by "all" [1].

[1] 181a26d258/tox.ini (L82)

Change-Id: I2911caa169e063fdaf06933598b52bbb7f5f338a
This commit is contained in:
Vishakha Agarwal 2020-01-21 15:55:26 +05:30
parent 28a1da6c74
commit 9fed446b0a
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ from the tempest directory:
.. code-block:: bash
tox -e all-plugin -- keystone_tempest_plugin
tox -e all -- keystone_tempest_plugin
.. NOTE::
Most of keystone's API tests are implemented in `tempest`_ and it is usually