From: Abhishek Lekshmanan Date: Fri, 13 Oct 2017 14:33:09 +0000 (+0200) Subject: add bucket-policy attr to all the policy tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ae2337747f9d4fb657ac438039453159aa1cfe5;p=s3-tests.git add bucket-policy attr to all the policy tests Signed-off-by: Abhishek Lekshmanan --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index da147cb8..2a125ef3 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -9346,6 +9346,7 @@ def test_put_tags_acl_public(): @attr(operation='Test DeleteObjTagging public') @attr(assertion='success') @attr('tagging') +@attr('bucket-policy') def test_delete_tags_obj_public(): bucket, key = _create_key_with_random_content('testputtagsacl')