]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/radosgw_admin: remove acl test cases
authorCasey Bodley <cbodley@redhat.com>
Tue, 27 Jan 2026 17:33:40 +0000 (12:33 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 5 May 2026 16:25:46 +0000 (12:25 -0400)
commitf8016d24cedb5c1d372d44b4c2d920f006d57189
tree6a8b400df9f34fe4b2a3eecad7b43c8ebbe292f0
parent4d96ae35476f467974434950ca457b988519f078
qa/radosgw_admin: remove acl test cases

they were comparing the output of 'radosgw-admin policy' with the xml
output of boto2's get_acl() function, but boto3 doesn't expose the xml
response

'radosgw-admin policy' is just dumping the same output as our s3
GetObjectAcl api, so test coverage from s3-tests is sufficient for this

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 070945ff432aa4d97bbc474bee82af338e0c778b)
Fixes: https://tracker.ceph.com/issues/75225
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
qa/tasks/radosgw_admin.py