tempest/tempest/lib/services/object_storage
Benny Kopilov f5e277c802 Add wait_for_resource_deletion for swift api clients
Currently today we dont have any way in swift to verify that resources were deleted
before moving to the next command
In current code there was hardcoded sleep for 2 seconds instead of checking if
resource really deleted.

Added to the current cleanup :
Implement is_resource_deleted for object_client and container_client
After remove action we wait/ verify till resource really deleted
Remove hardcoded sleep for 2 seconds
Remove ignore for not found in reomval , if we hit on it means something
wrong in our code.

Change-Id: I32f37f8e874a3510bb1af6db45a1b9a8d2fed543
2021-02-08 16:22:38 +02:00
..
__init__.py Move the object client to tempest.lib 2017-10-17 00:14:20 +00:00
account_client.py Update api-ref location 2019-07-22 19:22:57 +02:00
bulk_middleware_client.py Move object storage bulk_middleware_client to lib interface 2017-07-25 00:54:59 +00:00
capabilities_client.py Accept custom registered endpoints 2020-01-28 07:18:59 +00:00
container_client.py Add wait_for_resource_deletion for swift api clients 2021-02-08 16:22:38 +02:00
object_client.py Add wait_for_resource_deletion for swift api clients 2021-02-08 16:22:38 +02:00