summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-02 02:39:43 +0000
committerGerrit Code Review <review@openstack.org>2015-07-02 02:39:43 +0000
commit2a62dd88ff48c2e281679c470d47dc72c82707b6 (patch)
tree5d304a62940d68cc9ef11718268e2a8205529c23
parent795476e0132a5028447a69cc6165bc81c33a6312 (diff)
parent71a18351939b273ef16b032587ec9bf836004f15 (diff)
downloadpython-swiftclient-2a62dd88ff48c2e281679c470d47dc72c82707b6.tar.gz
Merge "Document missing functional test config option"
-rw-r--r--tests/sample.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/sample.conf b/tests/sample.conf
index 3a6bc8c..95c1a47 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