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:
Paul Michali 2015-07-15 17:12:39 +00:00
parent bd51e92d7d
commit 3f7b830907

View File

@ -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]