Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 1 | ============ |
| 2 | Installation |
| 3 | ============ |
| 4 | |
| 5 | Tempest automatically discovers installed plugins. That's why you just need |
| 6 | to install the Python packages that contains the Telemetry Tempest plugin in |
| 7 | the same environment where Tempest is installed. |
| 8 | |
| 9 | At the command line:: |
| 10 | |
inspurericzhang | fc990c4 | 2019-05-24 14:21:57 +0800 | [diff] [blame] | 11 | $ git clone https://opendev.org/openstack/telemetry-tempest-plugin |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 12 | $ cd telemetry-tempest-plugin/ |
| 13 | $ pip install telemetry-tempest-plugin |