]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add test to check that correct functions is used in expand/contract
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Wed, 9 Sep 2015 11:32:36 +0000 (14:32 +0300)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Wed, 9 Sep 2015 13:13:11 +0000 (16:13 +0300)
commitbbaa4abdd5500d30576d63b5a5eb1503363e2f67
tree76c3b61c7150961be1bc5cd5e4f3a97ccdac225b
parent4d831a462e2510ab080be7abae49ca3cff056e61
Add test to check that correct functions is used in expand/contract

This test will check that expand branch does not contain drop SQLAlchemy
operations and contract branch does not contain create/add SQLAlchemy
operations.

Partially-Implements: blueprint online-schema-migrations

Change-Id: Ifda31c0599651931c1a98f673f3b10e64538f18b
Related-bug: #1490767
neutron/db/migration/__init__.py
neutron/tests/functional/db/test_migrations.py