a89a5a32ad
This patch splits test_magnum_python_client.py to python_client_base.py , test_magnum_python_client.py and test_k8s_python_client.py. python_client_base.py: base class for python client testing. test_magnum_python_client.py: common python clients testcases. test_k8s_python_client.py.: k8s specified functional testing. Futher, there would be swarm/mesos functional testing cases. Partially implements: blueprint swarm-functional-testing Change-Id: I1e3e89fd07f7dfe28baeefdc0558f986fd1376bf
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
# Credentials for functional testing
|
|
[auth]
|
|
auth_url = http://127.0.0.1:5000/v2.0
|
|
magnum_url = http://127.0.0.1:9511/v1
|
|
username = demo
|
|
tenant_name = demo
|
|
password = password
|
|
auth_version = v2
|
|
[admin]
|
|
user = admin
|
|
tenant = admin
|
|
pass = secrete
|
|
[magnum]
|
|
image_id = fedora-21-atomic-5
|
|
nic_id = public
|
|
keypair_id = default
|
|
flavor_id = m1.magnum
|