Files
mistral-tempest-plugin/doc/source/installation.rst
Eyal f0d3f2e092 Remove some pycharm warnings
* Mutable default arg
* Use of reserved names as parameters
* Missing requirements
* Unused parameters
* use static method
* Doc errors

Change-Id: Iaf7efa263398005ba1fa7261c894c85cb2fbcf47
2020-02-11 10:44:26 +02:00

390 B

Installation

Tempest automatically discovers installed plugins. That's why you just need to install the Python packages that contains the Mistral Tempest plugin in the same environment where Tempest is installed.

At the command line:

$ git clone https://opendev.org/openstack/mistral-tempest-plugin
$ cd mistral-tempest-plugin/
$ pip install -e .