Refactor data migration tests

This commit adds a more general framework for testing data
transitions at any db migration. Based on the test migration
framework in nova.

This commit also updates the existing individual migration
tests to use the new framework.

Change-Id: I917cfefe266a98f6c63613ac071af2dd676d67a1
This commit is contained in:
Matthew Treinish 2013-02-06 14:53:28 -05:00 committed by Gerrit Code Review
parent 57c4c780eb
commit abb581c71b
2 changed files with 426 additions and 540 deletions

View File

@ -4,3 +4,5 @@
sqlite=sqlite:///test_migrations.db
#mysql=mysql://root:@localhost/test_migrations
#postgresql=postgresql://root:@localhost/test_migrations
[walk_style]
snake_walk=yes

File diff suppressed because it is too large Load Diff