]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add test that checks external tables are not changed
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Fri, 7 Aug 2015 13:53:53 +0000 (16:53 +0300)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Thu, 13 Aug 2015 12:34:06 +0000 (15:34 +0300)
commit43f3d7506121084e29d5084ea3da7cbd2e7e7902
treef6e72138c404d659d0bf16f58b9bbe2332c2e260
parente0999554a49408b0fc435308c1cf071cbd9ff310
Add test that checks external tables are not changed

Alembic migrations should not change tables which models were moved
out of Neutron. This change add check for this.

Also this change remove clear_override from db_sync in
_TestModelsMigrations which is not needed.

Closes-bug: #1466704

Change-Id: I587cd6fb2baa82fd7e452bb8597136efa5b8084e
neutron/tests/functional/db/test_migrations.py