tempest/tempest/api/object_storage
Huy Tran 3c7159d2e3 Changes to ensure delete_containers is done at class level tear down
Invoking delete containers at test level tearDown caused:
1) unnecessary requests are being sent again in the tearDown for
the subsequent methods,
2) possible race condition can happen between methods during the
tearDown.

Closes-Bug: #1938593

Change-Id: I24087607a9f0129b7b3d21473196fab1b5f08cd4
2021-08-04 13:03:36 -05:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Add wait_for_resource_deletion for swift api clients 2021-02-08 16:22:38 +02:00
test_account_bulk.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00
test_account_quotas.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00
test_account_quotas_negative.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_account_services.py Remove usage of six 2021-04-15 09:01:01 +00:00
test_account_services_negative.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00
test_container_acl.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_acl_negative.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_quotas.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_services.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_services_negative.py Adding description for testcases - swift part3 2020-08-18 16:59:41 +08:00
test_container_staticweb.py Adding description for testcases - swift part3 2020-08-18 16:59:41 +08:00
test_container_sync.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_container_sync_middleware.py Adding description for testcases - swift part1 2020-08-18 11:11:16 +08:00
test_crossdomain.py [Trivial]Remove unused variables and methods 2020-11-19 01:19:12 +00:00
test_healthcheck.py [Trivial]Remove unused variables and methods 2020-11-19 01:19:12 +00:00
test_object_expiry.py Adding description for testcases - swift part1 2020-08-18 11:11:16 +08:00
test_object_formpost.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_object_formpost_negative.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_object_services.py Replace md5 with oslo version 2021-02-25 16:14:08 -05:00
test_object_slo.py Replace md5 with oslo version 2021-02-25 16:14:08 -05:00
test_object_temp_url.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_object_temp_url_negative.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_object_version.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00