5477b646cc
This patch adds the System level testing framework & the initial set of tests for Marconi.This will allow developers to run the system tests (regression suite for Marconi system level tests), against local Marconi server. Refer tests/system/README.rst file for details on how to add new tests and run the existing tests. Change-Id: I2f47e03091acc260293b19edad69ff5c83888ec3 Implements: blueprint system-tests
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
[auth]
|
|
auth_on = true
|
|
#auth endpoint - url to get the auth token
|
|
url = https://identity.xxx.xxxx.com/v2.0/tokens
|
|
username = user
|
|
password = secret
|
|
|
|
[marconi_env]
|
|
marconi_url = http://166.78.143.130:80
|
|
marconi_version = v1
|
|
tenant_id = 1
|
|
|
|
[header_values]
|
|
host = marconi.test.com
|
|
useragent = systemtests |