Add check-resources-nova and create-resources-nova workflows

Change-Id: I949e019deeb6939969fd6068f847dc66d5a4f563
This commit is contained in:
Federico Ressi 2021-09-24 15:28:00 +02:00
parent 8213faaa0b
commit e575b33ce7
2 changed files with 16 additions and 0 deletions

@ -0,0 +1,8 @@
---
test_workflow_steps:
- tox_description: 'check Nova resources'
tox_envlist: nova
tox_step_name: check_nova_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes

@ -0,0 +1,8 @@
---
test_workflow_steps:
- tox_description: 'create Nova resources'
tox_envlist: nova
tox_step_name: create_nova_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no