Enable parallelism on DVR job

As the neutron full job is now voting, it makes sense to enable
parallel testing also on this experimental job.
This might allow to uncover race conditions which went unnoticed
so far.

It looks like there is no reason for running the full test suite
for the DVR job.

Change-Id: Ic066fd43ff2509d08c97d867bc03f485b95f3b74
This commit is contained in:
Salvatore Orlando 2014-08-22 01:08:05 -07:00
parent 455ab43a58
commit f1198bb508

View File

@ -395,7 +395,6 @@
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_NEUTRON_DVR=1
export DEVSTACK_GATE_SMOKE_SERIAL=1
export DEVSTACK_GATE_TEMPEST_ALLOW_TENANT_ISOLATION=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then