Fix neutron-dsvm-api job

Configure the neutron-dsvm-api job to install Neutron and testonly
dependencies.

Change-Id: I10e1bd5bdc2f926775bfd70922bc6a3ae0448816
Implements: bp retargetable-functional-testing
This commit is contained in:
Maru Newby 2014-07-29 22:08:43 +00:00
parent 6891b25647
commit 18c4bfebf6

View File

@ -18,6 +18,8 @@
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE