Revert "VPNaaS: Temporarily disable check_migration"

Re-enable check_migration in pep8 job to validate HEAD file is correct.

This reverts commit 3f7b830907.

Related-Bug: #1475804
Depends-On: Ie4d20f5119018ffdebe2929b961c5ddb314ed734
Change-Id: Ie66a87492edf2b41b1c1b98c1812e2621b4db96a
This commit is contained in:
Ihar Hrachyshka 2015-07-18 13:07:02 +02:00
parent 22468ce55d
commit d192800faa
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ commands =
flake8
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_vpnaas}
{toxinidir}/tools/check_unit_test_structure.sh
# TODO(pcm) Re-enable, once migration is updated
# neutron-db-manage --service vpnaas --database-connection sqlite:// check_migration
neutron-db-manage --service vpnaas --database-connection sqlite:// check_migration
whitelist_externals = sh
[testenv:i18n]