Merge "Add designate IR plugin files"

This commit is contained in:
Zuul 2023-03-27 14:46:08 +00:00 committed by Gerrit Code Review
commit c8b6a7f76b
4 changed files with 54 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,18 @@
---
test_workflow_steps:
- tox_description: 'create Designate resources'
tox_envlist: designate
tox_step_name: create_designate_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run Designate disruptive test cases'
tox_envlist: designate_faults
tox_step_name: verify_designate_faults
- tox_description: 'verify Designate resources'
tox_envlist: designate
tox_step_name: verify_designate_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes

20
tox.ini
View File

@ -202,6 +202,16 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/octavia OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/octavia
[testenv:designate]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[integration]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/designate
[testenv:ovn_migration] [testenv:ovn_migration]
basepython = {[integration]basepython} basepython = {[integration]basepython}
@ -274,6 +284,16 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/octavia OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/octavia
[testenv:designate_faults]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[testenv:faults]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/designate
[testenv:neutron_faults] [testenv:neutron_faults]
basepython = {[integration]basepython} basepython = {[integration]basepython}