File: installation.rst

package info (click to toggle)
mistral-tempest-plugin 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 2,503; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
============
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 .