Clarifications to API & Scenario Tests

Installation of tempest itself and the installation of the
keystone-tempest-plugin is missing from the description.
This change adds them.

Change-Id: I76c4199429b9bffc606928fb32fe87805b7eac24
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
This commit is contained in:
Gergely Csatari 2018-07-06 11:24:48 +02:00
parent a44d5dc9f9
commit 8c188d47f7
1 changed files with 7 additions and 0 deletions

View File

@ -236,6 +236,13 @@ in your `devstack` `local.conf`` file:
enable_plugin keystone git://git.openstack.org/openstack/keystone
enable_service keystone-saml2-federation
Clone and install keystone-tempest-plugin.
.. code-block:: bash
git clone https://git.openstack.org/openstack/keystone-tempest-plugin
sudo pip install ./keystone-tempest-plugin
Finally, to run keystone's API and scenario tests, deploy `tempest`_ with
`devstack`_ (using the configuration above) and then run the following command
from the tempest directory: