summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Coles <alistair.coles@hp.com>2015-06-02 10:13:48 +0100
committerAlistair Coles <alistair.coles@hp.com>2015-06-02 11:13:38 +0100
commit71a18351939b273ef16b032587ec9bf836004f15 (patch)
tree083148525aec6ded9177e7831c2123ef0bfc0c28
parent49483a3b111e55405f7e522a8896225aad8473ac (diff)
downloadpython-swiftclient-71a18351939b273ef16b032587ec9bf836004f15.tar.gz
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
-rw-r--r--tests/sample.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/sample.conf b/tests/sample.conf
index 3b9b03d..ebbdc17 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