diff options
author | Hemanth Makkapati <hemanth.makkapati@rackspace.com> | 2016-11-14 17:18:34 -0600 |
---|---|---|
committer | Hemanth Makkapati <hemanth.makkapati@rackspace.com> | 2017-02-01 16:08:17 -0600 |
commit | 95c7c1b753a87b97715ae7b4dd8283f78efaf0ff (patch) | |
tree | b8b670958dd2dbf9466072dfdd587bd3e4667f7c /glance/db/sqlalchemy/alembic_migrations/versions | |
parent | 21d431013f6ad8a9f4a2afc34b66f67ff0d628eb (diff) | |
download | glance-95c7c1b753a87b97715ae7b4dd8283f78efaf0ff.tar.gz |
Refactor tests to use Alembic to run migrations
* Functional tests now use alembic instead of sqlalchmey-migrate
to build and destroy test database.
* All tests now use a file-based sqlite db as opposed to an in-memory
database.
Partially-Implements: blueprint alembic-migrations
Change-Id: I77921366a05ba6f9841143af89c1f4059d8454c6
Depends-On: Ie8594ff339a13bf190aefa308f54e97ee20ecfa2
Diffstat (limited to 'glance/db/sqlalchemy/alembic_migrations/versions')
-rw-r--r-- | glance/db/sqlalchemy/alembic_migrations/versions/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py b/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py |