d6fbf12989
Remove all trailing spaces and tabs in every file in the project. People have editors configured to do this, which causes them to accidentally make little whitespace changes in unrelated commits, which makes those commits harder to review. Better to fix them all at once. Change-Id: I17d89f55f41d8599e0ab1a31f646cd161289703e
16 lines
736 B
INI
16 lines
736 B
INI
# 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
|