2011-02-22 18:00:11 -06:00
|
|
|
[func_test]
|
2010-09-03 11:20:28 -05:00
|
|
|
# sample config
|
2010-07-12 17:03:45 -05:00
|
|
|
auth_host = 127.0.0.1
|
2011-03-14 02:56:37 +00:00
|
|
|
auth_port = 8080
|
2010-07-12 17:03:45 -05:00
|
|
|
auth_ssl = no
|
2011-03-14 02:56:37 +00:00
|
|
|
auth_prefix = /auth/
|
2013-03-10 18:52:10 -06:00
|
|
|
## sample config for Swift with Keystone
|
|
|
|
#auth_version = 2
|
|
|
|
#auth_host = localhost
|
|
|
|
#auth_port = 5000
|
|
|
|
#auth_ssl = no
|
|
|
|
#auth_prefix = /v2.0/
|
2010-07-12 17:03:45 -05:00
|
|
|
|
2010-09-05 19:21:08 -07:00
|
|
|
# Primary functional test account (needs admin access to the account)
|
2010-09-03 11:20:28 -05:00
|
|
|
account = test
|
|
|
|
username = tester
|
|
|
|
password = testing
|
|
|
|
|
2010-09-05 19:21:08 -07:00
|
|
|
# User on a second account (needs admin access to the account)
|
2010-09-03 11:20:28 -05:00
|
|
|
account2 = test2
|
|
|
|
username2 = tester2
|
|
|
|
password2 = testing2
|
|
|
|
|
2010-09-05 19:21:08 -07:00
|
|
|
# User on same account as first, but without admin access
|
2010-09-03 11:20:28 -05:00
|
|
|
username3 = tester3
|
|
|
|
password3 = testing3
|
2010-07-12 17:03:45 -05:00
|
|
|
|
2012-09-05 20:49:50 -07:00
|
|
|
# Default constraints if not defined here, the test runner will try
|
|
|
|
# to set them from /etc/swift/swift.conf. If that file isn't found,
|
|
|
|
# the test runner will skip tests that depend on these values.
|
|
|
|
# Note that the cluster must have "sane" values for the test suite to pass.
|
|
|
|
#max_file_size = 5368709122
|
|
|
|
#max_meta_name_length = 128
|
|
|
|
#max_meta_value_length = 256
|
|
|
|
#max_meta_count = 90
|
|
|
|
#max_meta_overall_size = 4096
|
|
|
|
#max_object_name_length = 1024
|
|
|
|
#container_listing_limit = 10000
|
|
|
|
#account_listing_limit = 10000
|
|
|
|
#max_account_name_length = 256
|
|
|
|
#max_container_name_length = 256
|
|
|
|
|
2010-07-12 17:03:45 -05:00
|
|
|
collate = C
|
2012-04-30 16:38:15 -04:00
|
|
|
|
|
|
|
[unit_test]
|
|
|
|
fake_syslog = False
|
2012-11-26 12:39:46 -08:00
|
|
|
|
|
|
|
[probe_test]
|
|
|
|
# check_server_timeout = 30
|