]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add tests for consistency groups DB migration
authorXing Yang <xing.yang@emc.com>
Thu, 18 Sep 2014 20:50:58 +0000 (16:50 -0400)
committerXing Yang <xing.yang@emc.com>
Thu, 18 Sep 2014 21:18:52 +0000 (17:18 -0400)
commitfc7a4384be2ccf8ff24f6c0f72c681ad9133801a
tree1eb51c7f30800e770df742fc3d999c9b2d15f82f
parent5dafa0b2e78036f4b19eba46dbcd2bceb3356499
Add tests for consistency groups DB migration

The consistency group patch added 2 new DB migration versions:
025 and 026. However, there were no unit tests to support them in
cinder/tests/test_migrations.py. This patch added missing tests.

Change-Id: I670825980fddd4b6dc400e5a17e1003ad47ace1a
Closes-Bug: #1370756
cinder/tests/test_migrations.py