mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Merge pull request #486 from cbodley/wip-58365
test_s3: remove test_user_policy() Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
This commit is contained in:
commit
b1472019d7
1 changed files with 0 additions and 17 deletions
|
@ -12028,23 +12028,6 @@ def test_object_read_unreadable():
|
||||||
assert status == 400
|
assert status == 400
|
||||||
assert e.response['Error']['Message'] == 'Couldn\'t parse the specified URI.'
|
assert e.response['Error']['Message'] == 'Couldn\'t parse the specified URI.'
|
||||||
|
|
||||||
def test_user_policy():
|
|
||||||
client = get_tenant_iam_client()
|
|
||||||
|
|
||||||
policy_document = json.dumps(
|
|
||||||
{"Version":"2012-10-17",
|
|
||||||
"Statement": {
|
|
||||||
"Effect":"Allow",
|
|
||||||
"Action":"*",
|
|
||||||
"Resource":"*"}}
|
|
||||||
)
|
|
||||||
client.put_user_policy(
|
|
||||||
PolicyDocument= policy_document,
|
|
||||||
PolicyName='AllAccessPolicy',
|
|
||||||
UserName=get_tenant_user_id(),
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def test_get_bucket_policy_status():
|
def test_get_bucket_policy_status():
|
||||||
bucket_name = get_new_bucket()
|
bucket_name = get_new_bucket()
|
||||||
client = get_client()
|
client = get_client()
|
||||||
|
|
Loading…
Reference in a new issue