Add workflow for gating tobiko changes

Change-Id: Id08b4926af065e103b931318816e4e6fe3363ae2
This commit is contained in:
Federico Ressi 2020-12-17 14:21:31 +01:00
parent 47ab780209
commit 27e0ce5ef3

View File

@ -0,0 +1,24 @@
---
test_workflow_steps:
- tox_description: 'run unit test cases'
tox_envlist: py3
tox_step_name: unit
- tox_description: 'run functional test cases'
tox_envlist: functional
tox_step_name: functional
- tox_description: 'create workload resources'
tox_envlist: scenario
tox_step_name: create_resources
# - tox_description: 'run disruptive test cases'
# tox_envlist: faults
# tox_step_name: faults
- tox_description: 'verify workload resources'
tox_envlist: scenario
tox_step_name: verify_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes