Add roles/tobiko-run/vars/test-workflow-create-resources-faults.yaml

Change-Id: I93dde1ceeee7bb02d7268f6e54d6adf665bbc275
This commit is contained in:
Julia Marciano 2022-11-16 16:15:43 +02:00 committed by Eduardo Olivares
parent 757da8c052
commit 885bd41486

View File

@ -0,0 +1,14 @@
---
test_workflow_steps:
- tox_description: 'run sanity test cases before creating resources'
tox_envlist: sanity
tox_step_name: before
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'create workload resources'
tox_envlist: scenario
tox_step_name: create_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no