summaryrefslogtreecommitdiffstats
path: root/tests/backend_sql.conf
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2012-12-20 18:56:06 -0500
committerAdam Young <ayoung@redhat.com>2013-01-16 16:18:24 -0500
commited252e0f92f0750a2f35871d72e52a2767569bef (patch)
tree20a308867e42b0b3eb886dac2584780d0de10a32 /tests/backend_sql.conf
parentacc810da672912bf3e5b730f89f0108adadda65e (diff)
downloadkeystone-ed252e0f92f0750a2f35871d72e52a2767569bef.tar.gz
keystone-ed252e0f92f0750a2f35871d72e52a2767569bef.tar.xz
keystone-ed252e0f92f0750a2f35871d72e52a2767569bef.zip
Allow running of sql against the live DB.
Reordered the tables in the domain downgrade script to avoid breaking the integrity constraints To run the test: ./run_tests.sh -N test_sql_upgrade This version removed all of the code specific to running against a live DB and merged it into the standard tests. Fixed a couple downgrade functions that were failing. They had not been tested Change-Id: Ie1214e5543bd08fde95652af2464cc9c80db449d
Diffstat (limited to 'tests/backend_sql.conf')
-rw-r--r--tests/backend_sql.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/backend_sql.conf b/tests/backend_sql.conf
index 79bb3405..f42eba65 100644
--- a/tests/backend_sql.conf
+++ b/tests/backend_sql.conf
@@ -1,5 +1,9 @@
[sql]
connection = sqlite://
+#To Test MySQL:
+#connection = mysql://root:keystone@localhost/keystone?charset=utf8
+#To Test PostgreSQL:
+#connection = postgresql://keystone:keystone@localhost/keystone?client_encoding=utf8
idle_timeout = 200
[identity]