Remove Neutron from Ironic tempest test pipelines

Remove Neutron from Ironic tempest test pipelines.
It may be re-added when we actually have tests that
require Neutron functionality.

Change-Id: I8d408152d7031c47111ff5ab8f2ba23eb1dc9f98
This commit is contained in:
Devananda van der Veen 2014-01-29 14:38:14 -08:00
parent 618ccebc7f
commit 51a4361d32

View File

@ -362,7 +362,6 @@
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_SMOKE_SERIAL=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
@ -399,7 +398,6 @@
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_SMOKE_SERIAL=1
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE