2017-12-09 20:24:46 +05:30
|
|
|
============
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Tempest automatically discovers installed plugins. That's why you just need
|
|
|
|
to install the Python packages that contains the Telemetry Tempest plugin in
|
|
|
|
the same environment where Tempest is installed.
|
|
|
|
|
|
|
|
At the command line::
|
|
|
|
|
2019-05-24 14:21:57 +08:00
|
|
|
$ git clone https://opendev.org/openstack/telemetry-tempest-plugin
|
2017-12-09 20:24:46 +05:30
|
|
|
$ cd telemetry-tempest-plugin/
|
|
|
|
$ pip install telemetry-tempest-plugin
|