0bdc63d7c1
Similarly to main tempest installation check, we should only install plugin on master branches (where INSTALL_TEMPEST is True), and not on stable branches Also drop all-plugin use for tox_envlist in stadium jobs that were using it, it is deprecated and breaks with this new variable Change-Id: Ia7238c2044053d77b559de544c22909c50e1a11f Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Closes-Bug: #1873776 |
||
---|---|---|
.. | ||
customize_image.sh | ||
functions.sh | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.
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 neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
run
stack.sh