]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
test set_acl for keys with special characters wip-put-acl-underscore 131/head
authorOrit Wasserman <owasserm@redhat.com>
Thu, 20 Oct 2016 10:11:08 +0000 (12:11 +0200)
committerOrit Wasserman <owasserm@redhat.com>
Thu, 20 Oct 2016 10:11:08 +0000 (12:11 +0200)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
s3tests/functional/test_s3.py

index d03c9f67b2ae76284152c397eafba6fcd0e8a5af..020cb960df46f5578f7365a8d756f998496bcc5c 100644 (file)
@@ -4727,6 +4727,7 @@ def test_bucket_create_special_key_names():
         eq(key.name, name)
         content = key.get_contents_as_string()
         eq(content, name)
+        key.set_acl('private')
 
 @attr(resource='bucket')
 @attr(method='get')