Merge "Run sanity test cases in faults workflow"
This commit is contained in:
commit
088b25c0f3
@ -7,9 +7,23 @@ test_workflow_steps:
|
|||||||
tox_environment:
|
tox_environment:
|
||||||
TOBIKO_PREVENT_CREATE: no
|
TOBIKO_PREVENT_CREATE: no
|
||||||
|
|
||||||
|
- tox_description: 'run sanity test cases before disruptive test cases'
|
||||||
|
tox_envlist: sanity
|
||||||
|
tox_step_name: before_faults
|
||||||
|
tox_environment:
|
||||||
|
TOBIKO_PREVENT_CREATE: no
|
||||||
|
|
||||||
- tox_description: 'run disruptive test cases'
|
- tox_description: 'run disruptive test cases'
|
||||||
tox_envlist: faults
|
tox_envlist: faults
|
||||||
tox_step_name: faults
|
tox_step_name: faults
|
||||||
|
tox_environment:
|
||||||
|
TOBIKO_PREVENT_CREATE: no
|
||||||
|
|
||||||
|
- tox_description: 'run sanity test cases after disruptive test cases'
|
||||||
|
tox_envlist: sanity
|
||||||
|
tox_step_name: after_faults
|
||||||
|
tox_environment:
|
||||||
|
TOBIKO_PREVENT_CREATE: no
|
||||||
|
|
||||||
- tox_description: 'verify workload resources'
|
- tox_description: 'verify workload resources'
|
||||||
tox_envlist: scenario
|
tox_envlist: scenario
|
||||||
|
Loading…
x
Reference in New Issue
Block a user