summaryrefslogtreecommitdiff
path: root/test_db_py3.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test_db_py3.cfg')
-rw-r--r--test_db_py3.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/test_db_py3.cfg b/test_db_py3.cfg
new file mode 100644
index 0000000..e962fc5
--- /dev/null
+++ b/test_db_py3.cfg
@@ -0,0 +1,15 @@
+# test_db.cfg
+#
+# This file contains a list of connection strings which will be used by
+# database tests. Tests will be executed once for each string in this file.
+# You should be sure that the database used for the test doesn't contain any
+# important data. See README for more information.
+#
+# The string '__tmp__' is substituted for a temporary file in each connection
+# string. This is useful for sqlite tests.
+sqlite:///__tmp__
+#postgresql://openstack_citest:openstack_citest@localhost/openstack_citest
+#mysql://openstack_citest:openstack_citest@localhost/openstack_citest
+#oracle://scott:tiger@localhost
+#firebird://scott:tiger@localhost//var/lib/firebird/databases/test_migrate
+#ibm_db_sa://migrate:migrate@localhost:50000/migrate