Add another user for s3api func tests
Previously we'd use two users, one admin and one unprivileged. Ceph's s3-tests, however, assume that both users should have access to create buckets. Further, there are different errors that may be returned depending on whether you are the *bucket* owner or not when using s3_acl. So now we've got: test:tester1 (admin) test:tester2 (also admin) test:tester3 (unprivileged) Change-Id: I0b67c53de3bcadc2c656d86131fca5f2c3114f14
This commit is contained in:
committed by
Kota Tsuyuzaki
parent
80001aa096
commit
5a8cfd6e06
@@ -11,8 +11,8 @@ access_key = test:tester
|
||||
secret_key = testing
|
||||
|
||||
[s3 alt]
|
||||
user_id = test:tester3
|
||||
display_name = test:tester3
|
||||
email = test:tester3
|
||||
access_key = test:tester3
|
||||
secret_key = testing3
|
||||
user_id = test:tester2
|
||||
display_name = test:tester2
|
||||
email = test:tester2
|
||||
access_key = test:tester2
|
||||
secret_key = testing2
|
||||
|
||||
Reference in New Issue
Block a user