9a418ad0ed
Change-Id: I0320cdd00078f1c8a6acc19116fce88daed891c6
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
---
|
|
|
|
test_workflow_steps:
|
|
- tox_description: 'run unit test cases'
|
|
tox_envlist: py3
|
|
tox_step_name: unit
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run functional test cases'
|
|
tox_envlist: functional
|
|
tox_step_name: functional
|
|
test_flaky: true
|
|
|
|
- tox_description: 'create workload resources'
|
|
tox_envlist: scenario
|
|
tox_step_name: create_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: no
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run sanity test cases before disruptive test cases'
|
|
tox_envlist: sanity
|
|
tox_step_name: before_faults
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: no
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run disruptive test cases'
|
|
tox_envlist: faults
|
|
tox_step_name: faults
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: no
|
|
test_flaky: true
|
|
|
|
- tox_description: 'run sanity test cases after disruptive test cases'
|
|
tox_envlist: sanity
|
|
tox_step_name: after_faults
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: no
|
|
test_flaky: true
|
|
|
|
- tox_description: 'verify workload resources'
|
|
tox_envlist: scenario
|
|
tox_step_name: verify_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: yes
|
|
test_flaky: true
|