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:
parent
ffd93f65bb
commit
6a3907d22b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user