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

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

View File

@ -73,7 +73,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-functional-python27]
basepython = python2.7