tempest/tempest/lib/services/object_storage
Sam Kumar 717cc793db Adds exception.Conflict handler to is_resource_delete function
Swift API get_objects returns 409 when object delete in progress.
HTTP 409 is converted to exception.Conflict and raised
Updated is_resource_deleted check to handle exception.Conflict
  and return False (Object is not deleted)
If the exception is not handled the test cases fails with the error
b'BucketAlreadyExists which is not correct status for a bucket
which is being deleted by the tempest tearDown call.

Closes-Bug: #1938583
Change-Id: I6957c3ee1f3d60e7b8cd34d3db89bb27347d08b7
2021-07-30 12:09:34 -04:00
..
__init__.py Move the object client to tempest.lib 2017-10-17 00:14:20 +00:00
account_client.py Remove usage of six 2021-02-18 10:43:57 +08: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 Merge "Add wait_for_resource_deletion for swift api clients" 2021-02-25 09:15:51 +00:00
object_client.py Adds exception.Conflict handler to is_resource_delete function 2021-07-30 12:09:34 -04:00