2735735e64
This patch installs and uses test_server.bin from /opt/octavia-tempest-plugin as a well known location on the filesystem. This way tests, like grenade, that run the devstack plugins once in /old paths, can find the binary when running from /new paths. Change-Id: Ia78f16fde026269dec01f4dceb202842ad12a557 |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack:
git clone https://opendev.org/openstack/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin octavia-tempest-plugin https://opendev.org/openstack/octavia-tempest-plugin
run
stack.sh