Merge "Move live migration tests out of scenario job"

This commit is contained in:
Zuul 2018-07-12 04:20:50 +00:00 committed by Gerrit Code Review
commit e2a05dbc1c
2 changed files with 5 additions and 2 deletions

View File

@ -146,6 +146,9 @@
- job:
name: tempest-scenario-multinode-lvm-multibackend
parent: legacy-dsvm-base-multinode
description: |
This job will run all scenario tests including slow tests
with lvm multibackend setup.
run: playbooks/tempest-scenario-multinode-lvm-multibackend/run.yaml
post-run: playbooks/tempest-scenario-multinode-lvm-multibackend/post.yaml
timeout: 10800

View File

@ -47,8 +47,8 @@
set -x
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
# Run scenario and nova migration tests with concurrency 2
export DEVSTACK_GATE_TEMPEST_REGEX='(^tempest\.(scenario|api\.compute\.admin\.test_(live_|)migration))'
# Run all scenario tests including slow tests with concurrency 2
export DEVSTACK_GATE_TEMPEST_REGEX='(^tempest\.(scenario))'
export TEMPEST_CONCURRENCY=2
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TLSPROXY=1