summaryrefslogtreecommitdiffstats
path: root/tests/backend_sql_disk.conf
diff options
context:
space:
mode:
authorJamie Lennox <jlennox@redhat.com>2013-07-04 15:58:04 +1000
committerJamie Lennox <jlennox@redhat.com>2013-07-11 09:31:39 +1000
commit2397133b8fe611fa3b07cf8a11549c9ba4de1b42 (patch)
tree7faf915770fda5bf0ba37a4f4765321737842faf /tests/backend_sql_disk.conf
parent63f962ff59d1f0698ba446a6b00db72a3ed8a929 (diff)
downloadkeystone-2397133b8fe611fa3b07cf8a11549c9ba4de1b42.tar.gz
keystone-2397133b8fe611fa3b07cf8a11549c9ba4de1b42.tar.xz
keystone-2397133b8fe611fa3b07cf8a11549c9ba4de1b42.zip
Move temporary test files into tests/tmp
Add a new folder tests/tmp and move all temporary test artefacts like sqlite dbs into the folder. This has a number of advantages: - clean up .gitignore and tests folder. - common/sql/util.py files didn't really belong in common as they were test only. - by doing ``sudo mount -t tmpfs -o size=16M tmpfs tests/tmp; sudo chown $USER: tests/tmp`` tests speed up about 3x (ext4; credit ayoung's blog). Change-Id: I9b02a5273dd27db963e9a26085b7456f4c5f6a41
Diffstat (limited to 'tests/backend_sql_disk.conf')
-rw-r--r--tests/backend_sql_disk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backend_sql_disk.conf b/tests/backend_sql_disk.conf
index a4be9117..0f8dfea7 100644
--- a/tests/backend_sql_disk.conf
+++ b/tests/backend_sql_disk.conf
@@ -1,2 +1,2 @@
[sql]
-connection = sqlite:///test.db
+connection = sqlite:///tmp/test.db