Fix neutron func job to install neutron and deps
The neutron functional job wasn't installing neutron, which meant the sudo config necessary to run the job was not available. It is also necessary to have devstack install testonly dependencies to ensure that functional tests can support the same dependencies as the unit tests. Change-Id: Iee212995f4c27d55466c753ddca6aace4ffcf35e Partial-bug: #1336172
This commit is contained in:
parent
f63d7718b9
commit
7d33e05d67
@ -17,6 +17,8 @@
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user