
This provides an infrastructure for swiftkerbauth related functional test cases. More test cases will be added later. Added a section in swiftkerbauth guide about how to run functional tests. test/functional_auth/swiftkerbauth ---------------------------------- A new authentication filter related functional tests and configuration to reside here. The configuration would help setup the environment. All the generic functional tests should run fine with PASSIVE mode of swiftkerbatuh. Please refere to swiftkerbatuh documentation for ACTIVE/PASSIVE mode of working. swiftkerbauth/test_swkrbath_active.py ------------------------------------- This file has all the testcases of active mode of swiftkerbauth. More test cases to be added later. SwiftKerbAuth related test cases are meant to run on the setup where SwiftKerbAuth is setup and installed. Change-Id: Ibc2a3945f5c9b6714475fcec0ee9d153debb48e3 Signed-off-by: Chetan Risbud <crisbud@redhat.com> Reviewed-on: http://review.gluster.org/6925 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
[func_test]
|
|
# Swiftkerbauth configuration
|
|
auth_host = 127.0.0.1
|
|
auth_port = 8080
|
|
auth_prefix = /auth/
|
|
auth_scheme = http://
|
|
auth_mode = passive
|
|
auth_version = 1
|
|
domain_name = RHELBOX.COM
|
|
|
|
#All the accounts, users & passwords to be prepared on kerberos server.
|
|
# Primary functional test account (needs admin access to the account)
|
|
# Note: Account name to be prepared on kerberos server 'AUTH_accoun'
|
|
account = test
|
|
username = tester
|
|
password = testing
|
|
|
|
# User on a second account (needs admin access to the account)
|
|
account2 = test2
|
|
username2 = tester2
|
|
password2 = testing2
|
|
|
|
# User on same account as first, but without admin access
|
|
username3 = tester3
|
|
password3 = testing3
|
|
|
|
# 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
|
|
normalized_urls = True
|
|
|
|
collate = C
|
|
|
|
[unit_test]
|
|
fake_syslog = False
|
|
|
|
[probe_test]
|
|
# check_server_timeout = 30
|