
As part of Marconi's test refactoring, it was decided to pull actual tests - those run by nosetest - out of marconi/tests and leave there just the base implementations. The main reasoning about this is to improve tests structure and make packaging easier. blueprint refactor-system-tests Change-Id: Ia7f9192a2ec2c224e78bddb8414d226cb23a929f
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = mongodb
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|
|
|
|
[drivers:storage:mongodb]
|
|
uri = mongodb://127.0.0.1:27017
|
|
database = marconi_test
|
|
gc_threshold = 100
|