Add faults-neutron workflow

Change-Id: Ie8b71a7e3998606ebe5e2bbaa9506a983a2edca9
This commit is contained in:
Federico Ressi 2020-04-14 16:48:23 +02:00
parent 856e6460fb
commit ee2cbbbd1d
6 changed files with 19 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: "include test workflow steps for name '{{ test_workflow }}'"
include_vars: "{{ test_workflow }}.yaml"
include_vars: "test-workflow-{{ test_workflow }}.yaml"
- name: "show test workflow steps"

View File

@ -0,0 +1,18 @@
---
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