summaryrefslogtreecommitdiffstats
path: root/tests/test_import_legacy.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-10-23 18:01:31 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-10-23 18:27:08 -0500
commitc6884c54a4946441039d8464af0790c517ae43fc (patch)
tree45431bbc247770b491403b5cc053a84ae2c094f6 /tests/test_import_legacy.py
parentf33e9f02791e6dd39c36ad5f6030c0295e6be568 (diff)
downloadkeystone-c6884c54a4946441039d8464af0790c517ae43fc.tar.gz
keystone-c6884c54a4946441039d8464af0790c517ae43fc.tar.xz
keystone-c6884c54a4946441039d8464af0790c517ae43fc.zip
Moved SQL backend tests into memory
(test_keystoneclient_sql still uses a db on disk) Change-Id: I476ee710983adbe3436f41882e8483f8193daf5c
Diffstat (limited to 'tests/test_import_legacy.py')
-rw-r--r--tests/test_import_legacy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_import_legacy.py b/tests/test_import_legacy.py
index c5cd481f..8a37551d 100644
--- a/tests/test_import_legacy.py
+++ b/tests/test_import_legacy.py
@@ -35,7 +35,8 @@ class ImportLegacy(test.TestCase):
super(ImportLegacy, self).setUp()
self.config([test.etcdir('keystone.conf.sample'),
test.testsdir('test_overrides.conf'),
- test.testsdir('backend_sql.conf')])
+ test.testsdir('backend_sql.conf'),
+ test.testsdir('backend_sql_disk.conf')])
sql_util.setup_test_database()
self.identity_api = identity_sql.Identity()