tempest/tempest/lib/common
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
..
utils Make random_bytes() enforce sane size limits 2021-01-14 12:43:29 -08:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
api_microversion_fixture.py Add APIMicroversionFixture to library interface 2019-04-16 02:01:12 +00:00
api_version_request.py Migrated microversion testing framework to tempest/lib 2016-03-11 08:17:15 +00:00
api_version_utils.py compute: Add volume and placement microversion support to BaseV2ComputeTest 2020-02-07 11:11:30 +00:00
cred_client.py Add default RBAC personas to dynamic credentials 2021-01-11 19:12:26 +00:00
cred_provider.py Remove creds providers dependency from clients 2017-07-20 20:42:36 +00:00
dynamic_creds.py Merge "Add default RBAC personas to dynamic credentials" 2021-01-26 16:16:01 +00:00
fixed_network.py docs: Fix incorrect docstrings in reStructuredText format 2018-11-21 19:06:43 -06:00
http.py Allow to create a rest_client not following redirects 2018-10-11 08:07:38 +00:00
jsonschema_validator.py Replace deprecated "decodestring" 2018-11-02 15:15:24 +07:00
preprov_creds.py Add default RBAC personas to pre-provisioned creds 2021-01-11 19:12:54 +00:00
profiler.py Add profiler support into Tempest 2019-02-16 08:10:28 +00:00
rest_client.py Add wait_for_resource_deletion for swift api clients 2021-02-08 16:22:38 +02:00
ssh.py Prevent SSH client proxy loops 2020-02-12 09:44:05 +00:00
thread.py Remove six.PY3/six.PY2 2020-11-10 09:54:35 +00:00
validation_resources.py Make validation_resources a stable interface 2017-09-12 15:02:15 -06:00