Merge "Group execution of SQL functional tests" into stable/victoria

This commit is contained in:
Zuul 2021-04-14 21:07:33 +00:00 committed by Gerrit Code Review
commit afeb760f45
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ deps =
{[testenv:functional]deps} {[testenv:functional]deps}
commands = commands =
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
stestr run {posargs} stestr run --group_regex=neutron\.tests\.functional\.db\.test_migrations\.(TestModelsMigrationsPsql|TestModelsMigrationsMysql) {posargs}
[testenv:dsvm-fullstack] [testenv:dsvm-fullstack]
setenv = {[testenv]setenv} setenv = {[testenv]setenv}