Merge "Move live migration tests out of scenario job"
This commit is contained in:
commit
e2a05dbc1c
@ -146,6 +146,9 @@
|
|||||||
- job:
|
- job:
|
||||||
name: tempest-scenario-multinode-lvm-multibackend
|
name: tempest-scenario-multinode-lvm-multibackend
|
||||||
parent: legacy-dsvm-base-multinode
|
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
|
run: playbooks/tempest-scenario-multinode-lvm-multibackend/run.yaml
|
||||||
post-run: playbooks/tempest-scenario-multinode-lvm-multibackend/post.yaml
|
post-run: playbooks/tempest-scenario-multinode-lvm-multibackend/post.yaml
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
set -x
|
set -x
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TEMPEST=1
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
# Run scenario and nova migration tests with concurrency 2
|
# Run all scenario tests including slow tests with concurrency 2
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX='(^tempest\.(scenario|api\.compute\.admin\.test_(live_|)migration))'
|
export DEVSTACK_GATE_TEMPEST_REGEX='(^tempest\.(scenario))'
|
||||||
export TEMPEST_CONCURRENCY=2
|
export TEMPEST_CONCURRENCY=2
|
||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
export DEVSTACK_GATE_TLSPROXY=1
|
export DEVSTACK_GATE_TLSPROXY=1
|
||||||
|
Loading…
Reference in New Issue
Block a user