0a367b96dd
Change-Id: Ib71fd66bba3ac407b786700e83f115baf044bb9d
19 lines
454 B
YAML
19 lines
454 B
YAML
---
|
|
|
|
test_workflow_steps:
|
|
- tox_description: 'create workload resources'
|
|
tox_envlist: neutron
|
|
tox_step_name: create_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: no
|
|
|
|
- tox_description: 'run disruptive test cases'
|
|
tox_envlist: faults
|
|
tox_step_name: faults
|
|
|
|
- tox_description: 'verify workload resources'
|
|
tox_envlist: neutron
|
|
tox_step_name: verify_resources
|
|
tox_environment:
|
|
TOBIKO_PREVENT_CREATE: yes
|