Run migration tests along scenario ones

Increase concurrency to two, and add compute migration tests, so
we can keep them running fine. A multinode environment is the
right place to run migration test.

Change-Id: Ib850dc0f8c73d0cba421777925c0619802fed3cc
This commit is contained in:
Andrea Frittoli 2017-05-17 11:01:03 +01:00
parent ffd93f65bb
commit 6a3907d22b

View File

@ -408,7 +408,9 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_SCENARIOS=1
# Run scenario and nova migration tests with concurrency 2
export DEVSTACK_GATE_TEMPEST_REGEX='(^tempest\.(scenario|api\.compute\.admin\.test_(live_|)migration))'
export TEMPEST_CONCURRENCY=2
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TLSPROXY=1
export BRANCH_OVERRIDE={branch-override}