Martin Kopec 1d51de57d3 Add a job for tempest plugins
The job will be useful in cases we want to test if the
generated tempest.conf works with certain tempest plugins.
The job runs heat-tempest-plugin for now.

Story: 2005456
Task: 30510

Change-Id: I2640b07263cdd3a8282170fd764c5f31611125ec
2019-05-25 09:29:28 +00:00

20 lines
434 B
ReStructuredText

Install tempest plugins
=======================
The role installs tempest plugins via tox inside venv-tempest virtual
environment.
**Role variables**
.. zuul:rolevar:: plugins_paths
:type: list
A list of paths to tempest plugins which will be installed together with
Tempest (in the same virtual environment).
.. zuul:rolevar:: devstack_base_dir
:type: string
:default: /opt/stack
The devstack base directory.