Trigger the new devstack-tobiko-neutron jobs
Change-Id: I47ae03ca91eb27c17dc323d3d38322bbe5b7aa4a
This commit is contained in:
parent
f353024967
commit
17d5e32be9
@ -1,18 +1,18 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
test_workflow_steps:
|
test_workflow_steps:
|
||||||
- tox_description: 'create workload resources'
|
- tox_description: 'create Neutron resources'
|
||||||
tox_envlist: neutron
|
tox_envlist: neutron
|
||||||
tox_step_name: create_resources
|
tox_step_name: create_neutron_resources
|
||||||
tox_environment:
|
tox_environment:
|
||||||
TOBIKO_PREVENT_CREATE: no
|
TOBIKO_PREVENT_CREATE: no
|
||||||
|
|
||||||
- tox_description: 'run disruptive test cases'
|
- tox_description: 'run disruptive test cases'
|
||||||
tox_envlist: faults
|
tox_envlist: neutron_faults
|
||||||
tox_step_name: faults
|
tox_step_name: neutron_faults
|
||||||
|
|
||||||
- tox_description: 'verify workload resources'
|
- tox_description: 'verify Neutron resources'
|
||||||
tox_envlist: neutron
|
tox_envlist: neutron
|
||||||
tox_step_name: verify_resources
|
tox_step_name: verify_neutron_resources
|
||||||
tox_environment:
|
tox_environment:
|
||||||
TOBIKO_PREVENT_CREATE: yes
|
TOBIKO_PREVENT_CREATE: yes
|
||||||
|
14
tox.ini
14
tox.ini
@ -245,10 +245,18 @@ basepython = {[integration]basepython}
|
|||||||
envdir = {[integration]envdir}
|
envdir = {[integration]envdir}
|
||||||
passenv = {[integration]passenv}
|
passenv = {[integration]passenv}
|
||||||
setenv =
|
setenv =
|
||||||
{[integration]setenv}
|
{[testenv:faults]setenv}
|
||||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/octavia
|
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]
|
[testenv:instanceha]
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
- devstack-tobiko-glance
|
- devstack-tobiko-glance
|
||||||
- devstack-tobiko-minimal
|
- devstack-tobiko-minimal
|
||||||
- devstack-tobiko-octavia
|
- devstack-tobiko-octavia
|
||||||
|
- devstack-tobiko-neutron
|
||||||
- devstack-tobiko-ovs
|
- devstack-tobiko-ovs
|
||||||
- docs-on-readthedocs
|
- docs-on-readthedocs
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user