commit | 3d2e9a456d217fe72137eb16425a23afb60fc6a0 | [log] [tgz] |
---|---|---|
author | Lukáš Piwowarski <lpiwowar@redhat.com> | Wed Apr 26 15:11:40 2023 +0200 |
committer | Lukas Piwowarski <lpiwowar@redhat.com> | Tue Jun 27 08:21:10 2023 +0000 |
tree | adca02f48d859aaba13d4c662e438448794b784d | |
parent | e64f4c2b07e048ea77d08a29b7afbd17448abc32 [diff] |
Fix cleanup of resources for object_storage tests Some object_storage tests were not cleaning up properly the created containers. This patch modifies PublicObjectTest and ObjectACLsNegativeTest tests so that they clean the created resources properly. Modification of delete_containers was necessary as well because it was failing to delete containers with expired objects. Related-Bug: #1996624 Change-Id: I11ddeb43ce4720f8adfbea5fabfeeb73d7181d68