0b65cb4b02
According to spec in https://review.openstack.org/150743, integration tests will be launched from the backend. Add new install_test_backend.sh and destroy_test_backend.sh scripts that will be called from each integration tests. The workflow will be: - install_test_backend - run integration test - destroy_test_backend Change-Id: Ie676d3152cc4cd854ab6644e5fd281de9c2d70fd
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
[DEFAULT]
|
|
# Default log level is INFO
|
|
# verbose and debug has the same result.
|
|
# One of them will set DEBUG log level output
|
|
# debug = False
|
|
# verbose = False
|
|
|
|
# Where to store lock files
|
|
lock_path = $state_path/lock
|
|
|
|
[database]
|
|
connection = mysql+pymysql://#DB_USER#:#DB_PASSWORD#@127.0.0.1:3306/#DB_TEST#
|