Merge "Add new tox env and workflow for ovn_migration sanity tests"

This commit is contained in:
Zuul 2023-04-28 12:13:08 +00:00 committed by Gerrit Code Review
commit bc07bea7b4
2 changed files with 15 additions and 0 deletions

View File

@ -6,3 +6,8 @@ test_workflow_steps:
tox_step_name: verify_resources
tox_environment:
TOBIKO_PREVENT_CREATE: yes
- tox_description: 'run sanity tests related to ML2OVS to ML2OVN migration'
tox_envlist: ovn_migration_sanity
tox_step_name: sanity
tox_environment:
TOBIKO_PREVENT_CREATE: yes

10
tox.ini
View File

@ -252,6 +252,16 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity/neutron
[testenv:ovn_migration_sanity]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[testenv:sanity]setenv}
RUN_TESTS_EXTRA_ARGS = -m "ovn_migration and not skip_during_ovn_migration" {env:OS_TEST_PATH}
[testenv:shiftstack_sanity]
basepython = {[integration]basepython}