zaqar/tests/etc/wsgi_mongodb.conf
Flaper Fesp 85e0c2cd22 Pull actual tests out of marconi/tests
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
2013-09-06 10:56:41 +02:00

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