Add create-resources-neutron and check-resources-neutron workflows

Change-Id: I52d8a04acff4f2f38096c45d34d9890f414f88ee
This commit is contained in:
Eduardo Olivares 2021-10-26 11:41:48 +02:00
parent ff351b69d2
commit 8796f5f6bd
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
test_workflow_steps:
- tox_description: 'check workload resources'
tox_envlist: neutron
tox_step_name: check_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes

View File

@ -0,0 +1,8 @@
---
test_workflow_steps:
- tox_description: 'create workload resources'
tox_envlist: neutron
tox_step_name: create_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no