1[func_test]
2# sample config
3auth_uri = http://127.0.0.1:8080/auth/v1.0/
4## sample config for Swift with Keystone v2 API
5# For keystone v3 change auth_version to 3 and auth_prefix to /v3/
6#auth_version = 2
7#auth_uri = http://localhost:5000/v2.0/
8
9# You may want to run tests against endpoints that use development certs
10# without installing the CA system-wide. Use this to trust an extra set
11# of certificates.
12#cacert = /path/to/trusted-ca.crt
13
14# Primary functional test account (needs admin access to the account).
15# By default the tests use a swiftclient.client.Connection instance with user
16# attribute set to 'account:username' based on the options 'account' and
17# 'username' specified below. This can be overridden for auth systems that
18# expect a different form of user attribute by setting the option
19# 'account_username'.
20# account_username = test_tester
21account = test
22username = tester
23password = testing
24
25# Another user is required for keystone v3 specific tests.
26# Account must be in a non-default domain.
27# (Suffix '4' is used to be consistent with swift functional test config).
28#account4 = test4
29#username4 = tester4
30#password4 = testing4
31#domain4 = test-domain
32