Merge "Fix networking bgpvpn tempest plugin to installed in tempest venv"
This commit is contained in:
commit
6bdd9def82
@ -31,6 +31,7 @@
|
|||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin networking-bgpvpn https://opendev.org/openstack/networking-bgpvpn
|
enable_plugin networking-bgpvpn https://opendev.org/openstack/networking-bgpvpn
|
||||||
|
TEMPEST_PLUGINS='/opt/stack/new/networking-bgpvpn'
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
@ -45,6 +46,7 @@
|
|||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
# Make sure tempest is installed and performed
|
# Make sure tempest is installed and performed
|
||||||
export DEVSTACK_GATE_TEMPEST=1
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
|
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0
|
||||||
export BRANCH_OVERRIDE=default
|
export BRANCH_OVERRIDE=default
|
||||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
Loading…
Reference in New Issue
Block a user