Add create-resources-neutron and check-resources-neutron workflows
Change-Id: I52d8a04acff4f2f38096c45d34d9890f414f88ee
This commit is contained in:
parent
ff351b69d2
commit
8796f5f6bd
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user