Files
python-barbicanclient/etc/functional_tests.conf
Thomas Dinkjian 5cc121bfc0 Initial directory changes and files for python-babricanclient functional tests
The utils file was copied from the barbican api functional tests repo.
No changes were made to the utils file.
The base.py file contains the oslo testcase setup.
Also added functional_tests conf file for identity and barbican information.

Change-Id: If14488bdc340e8534392fe5f42530c41b4636eac
2015-01-30 12:11:40 -06:00

33 lines
666 B
Plaintext

[DEFAULT]
# Leaving this as a placeholder
[keymanager]
#Replace values that represent barbican server and user information
url=http://localhost:9311
username=barbican
password=orange
project_name=service
project_id=service
max_payload_size=10000
project_domain_name=Default
[identity]
# Replace these with values that represent your identity configuration
uri=http://localhost:5000/v2.0
uri_v3=http://localhost:5000/v3
auth_version=v3
username=admin
tenant_name=admin
password=password
domain_name=Default
admin_username=admin
admin_tenant_name=admin
admin_password=password
admin_domain_name=Default
[identity-feature-enabled]
# Leaving this as a placeholder