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

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

View File

@ -63,7 +63,7 @@ deps =
{[testenv:functional]deps}
commands =
{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]
setenv = {[testenv]setenv}