From d192800faa63e22f72a383c5254f4c972b60cbad Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sat, 18 Jul 2015 13:07:02 +0200 Subject: [PATCH] Revert "VPNaaS: Temporarily disable check_migration" Re-enable check_migration in pep8 job to validate HEAD file is correct. This reverts commit 3f7b8309074b215eafafcbbe29963c7aa76bcfe1. Related-Bug: #1475804 Depends-On: Ie4d20f5119018ffdebe2929b961c5ddb314ed734 Change-Id: Ie66a87492edf2b41b1c1b98c1812e2621b4db96a --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ecf8620d2..288ad316f 100644 --- a/tox.ini +++ b/tox.ini @@ -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]