226e813db8
This patch embeds a marconi-server as part of functional tests in order to be able to run them when there's not an up-and-running marconi-server instance. This is the default behavior, however, it is possible to run this tests against a remote marconi-server by setting `run_server = False` in functional-tests.conf and setting the correct marconi-server url and version. Implements blueprint: refactor-system-tests Change-Id: I6795092b2110a02808eac0117979ee1a9a5f9ee2
20 lines
327 B
Plaintext
20 lines
327 B
Plaintext
[DEFAULT]
|
|
# run_tests = True
|
|
|
|
[auth]
|
|
# auth_on = False
|
|
# url = https://127.0.0.1:5000/v2.0/tokens
|
|
# username = None
|
|
# password = None
|
|
|
|
[marconi]
|
|
# run_server = True
|
|
# url = http://0.0.0.0:8888
|
|
# version = v1
|
|
# config = functional-marconi.conf
|
|
|
|
[headers]
|
|
# host = example.com
|
|
# useragent = FunctionalTests
|
|
# project_id = 123456
|