glance/glance/tests/unit/test_migrations.conf
Matthew Treinish abb581c71b 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
2013-02-25 21:14:09 +00:00

9 lines
295 B
Plaintext

[DEFAULT]
# Set up any number of migration data stores you want, one
# The "name" used in the test is the config variable key.
sqlite=sqlite:///test_migrations.db
#mysql=mysql://root:@localhost/test_migrations
#postgresql=postgresql://root:@localhost/test_migrations
[walk_style]
snake_walk=yes