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

This commit is contained in:
Zuul 2021-10-26 17:12:30 +00:00 committed by Gerrit Code Review
commit fc3bce1ed3
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