From 71a18351939b273ef16b032587ec9bf836004f15 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Tue, 2 Jun 2015 10:13:48 +0100 Subject: [PATCH] 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 --- tests/sample.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/sample.conf b/tests/sample.conf index 3b9b03d5..ebbdc17c 100644 --- a/tests/sample.conf +++ b/tests/sample.conf @@ -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