Merge pull request #131 from ceph/wip-put-acl-underscore

test set_acl for keys with special characters

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2016-10-20 12:33:52 -07:00 committed by GitHub
commit 953f2b4625

View 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')