Document missing functional test config option

Adds doc for account_username option to sample test.conf.
This option was added in [1].

[1] change id Ic484e9a0c186c9283c4012c6a2fa77b96b8edf8a

Change-Id: Ic86b274e9d954822da521360981f796d61efaad9
This commit is contained in:
Alistair Coles 2015-06-02 10:13:48 +01:00
parent 49483a3b11
commit 71a1835193
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,13 @@ auth_prefix = /auth/
#auth_ssl = no
#auth_prefix = /v2.0/
# Primary functional test account (needs admin access to the account)
# Primary functional test account (needs admin access to the account).
# By default the tests use a swiftclient.client.Connection instance with user
# attribute set to 'account:username' based on the options 'account' and
# 'username' specified below. This can be overridden for auth systems that
# expect a different form of user attribute by setting the option
# 'account_username'.
# account_username = test_tester
account = test
username = tester
password = testing