add workflows create and check for octavia specific test scenarios

Change-Id: I95ceb3fcfaa11c177d904891b5aabb898f938d86
This commit is contained in:
pinikomarov 2020-08-21 00:55:46 +03:00
parent 8915ded3da
commit 154c0981f5
3 changed files with 25 additions and 0 deletions

View File

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

View File

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

View File

@ -182,6 +182,15 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/neutron
[testenv:octavia]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[integration]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/octavia
[testenv:nova]
basepython = {[integration]basepython}