Trigger the new devstack-tobiko-neutron jobs

Change-Id: I47ae03ca91eb27c17dc323d3d38322bbe5b7aa4a
This commit is contained in:
Federico Ressi 2021-10-13 14:11:50 +02:00
parent f353024967
commit 17d5e32be9
3 changed files with 18 additions and 9 deletions

View File

@ -1,18 +1,18 @@
---
test_workflow_steps:
- tox_description: 'create workload resources'
- tox_description: 'create Neutron resources'
tox_envlist: neutron
tox_step_name: create_resources
tox_step_name: create_neutron_resources
tox_environment:
TOBIKO_PREVENT_CREATE: no
- tox_description: 'run disruptive test cases'
tox_envlist: faults
tox_step_name: faults
tox_envlist: neutron_faults
tox_step_name: neutron_faults
- tox_description: 'verify workload resources'
- tox_description: 'verify Neutron resources'
tox_envlist: neutron
tox_step_name: verify_resources
tox_step_name: verify_neutron_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes

14
tox.ini
View File

@ -245,10 +245,18 @@ basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[integration]setenv}
{[testenv:faults]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/octavia
TOX_NUM_PROCESSES = 1
PYTEST_TIMEOUT = 3600
[testenv:neutron_faults]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[testenv:faults]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/neutron
[testenv:instanceha]

View File

@ -10,6 +10,7 @@
- devstack-tobiko-glance
- devstack-tobiko-minimal
- devstack-tobiko-octavia
- devstack-tobiko-neutron
- devstack-tobiko-ovs
- docs-on-readthedocs
- openstack-cover-jobs