Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Fix test_bucket_acl tests #377

Open
lincolnthomas opened this issue Nov 18, 2015 · 2 comments
Open

Fix test_bucket_acl tests #377

lincolnthomas opened this issue Nov 18, 2015 · 2 comments

Comments

@lincolnthomas
Copy link
Member

The test_bucket_acl() function in testcases/cloud_user/s3/bucket_tests.py fails, for a number of reasons, and was commented out of the tests list in __main__. We would like it to be fixed.

@lincolnthomas
Copy link
Member Author

Fixed:

  1. Added READ_ACP to the expected grants for the log_delivery S3 group.
  2. Re-enabled the authenticated-read canned ACL test, which passes with no changes.
  3. Skipped the "bucket-owner-read" and "bucket-owner-full-control" canned ACLs which only apply to objects, not buckets.

lincolnthomas pushed a commit to lincolnthomas/eutester that referenced this issue Nov 18, 2015
@lincolnthomas
Copy link
Member Author

Also:
4. Commented out a test that tried to added a READ grant to the owner, who already has FULL_CONTROL. Not a useful test. See the code comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant