2c41a1944e
This tempest plugin is being split out of the main vitrage project in accordance with Queens goal "Split Tempest Plugins into Separate Repos/Projects"[1]. This patch applies the standard boilerplate files for OpenStack projects so that it can stand on its own. [1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
14 lines
413 B
ReStructuredText
14 lines
413 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
Tempest automatically discovers installed plugins. That's why you just need
|
|
to install the Python packages that contains the Vitrage Tempest plugin in
|
|
the same environment where Tempest is installed.
|
|
|
|
At the command line::
|
|
|
|
$ git clone https://git.openstack.org/openstack/vitrage-tempest-plugin
|
|
$ cd vitrage-tempest-plugin/
|
|
$ pip install vitrage-tempest-plugin
|