VPNaaS: Temporarily disable check_migration
Since migration functionality is being updated in Neutron, and then in VPNaaS, will disable the check_migration test from PEP8, until this work is completed. Change-Id: I5edd99f68a1b24414068f853707c17a7c36ce3f5
This commit is contained in:
parent
bd51e92d7d
commit
3f7b830907
3
tox.ini
3
tox.ini
@ -62,7 +62,8 @@ 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
|
||||
# TODO(pcm) Re-enable, once migration is updated
|
||||
# neutron-db-manage --service vpnaas --database-connection sqlite:// check_migration
|
||||
whitelist_externals = sh
|
||||
|
||||
[testenv:i18n]
|
||||
|
Loading…
x
Reference in New Issue
Block a user