tox.ini: switch to --subproject for check-migration
--service is deprecated now. Change-Id: Iaa3deec2adbfaffa942eef0038b6d0148827bfff
This commit is contained in:
parent
33814c49b0
commit
3e66954df8
2
tox.ini
2
tox.ini
@ -66,7 +66,7 @@ commands =
|
||||
flake8
|
||||
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_vpnaas}
|
||||
{toxinidir}/tools/check_unit_test_structure.sh
|
||||
neutron-db-manage --service vpnaas --database-connection sqlite:// check_migration
|
||||
neutron-db-manage --subproject neutron-vpnaas --database-connection sqlite:// check_migration
|
||||
whitelist_externals = sh
|
||||
|
||||
[testenv:i18n]
|
||||
|
Loading…
Reference in New Issue
Block a user