Switch neutron full job to run in parallel

This commit switches the experimental neutron full job from running
serially to running in parallel. This will enable debugging parallel
issues with neutron before we switch the gating jobs to parallel.

Change-Id: I85215a01f8ef392ef903076035a837129acc8a02
This commit is contained in:
Matthew Treinish 2013-10-17 23:52:55 -04:00
parent a5ece77a7c
commit fa76507a88

View File

@ -416,8 +416,9 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_TEMPEST_TESTR_FULL=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_ALLOW_TENANT_ISOLATION=1
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs