
This patch allows to run functional tests under tox, however, they are disabled by default. In order to run tests with tox, it is necessary to enable them by modifying the functional-tests.conf and setting run_tests to True. This patch also merged both test files in a single one (test-requirements.txt) blueprint refactor-system-tests Change-Id: Iba440b12653cf9ee1454022830107a06b8a7bea9
19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
[DEFAULT]
|
|
# run_tests = False
|
|
|
|
[auth]
|
|
# auth_on = False
|
|
# url = https://127.0.0.1:5000/v2.0/tokens
|
|
# username = None
|
|
# password = None
|
|
|
|
[marconi]
|
|
# url = http://0.0.0.0:8888
|
|
# version = v1
|
|
# config = functional-marconi.conf
|
|
|
|
[headers]
|
|
# host = example.com
|
|
# useragent = FunctionalTests
|
|
# project_id = 123456
|