tempest/tempest/api/object_storage
Andrea Frittoli d3b8e679af Fix container cleanup in test_account_bulk
BulkTests needs to cleanup containers after each tests, and
it tries to so by setting an instance attribute, a list of
containers, and using a class method delete_containers,
which uses a class attribute to discover containers to be
deleted.

Fixing this by making delete_containers a static method
which accepts the list of containers and an input.

Partial-bug: #1650205
Partial-bug: #1609156
Change-Id: I3651c2e06ca52b64e43e707de9af7d45062629bc
2016-12-21 09:06:55 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Fix container cleanup in test_account_bulk 2016-12-21 09:06:55 +00:00
test_account_bulk.py Fix container cleanup in test_account_bulk 2016-12-21 09:06:55 +00:00
test_account_quotas.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_account_quotas_negative.py Remove the test_upload_large_objects negative test 2016-08-14 10:16:54 -07:00
test_account_services.py Merge "Separate capabilities service method from account_client" 2016-12-14 10:27:02 +00:00
test_account_services_negative.py Use tempest.lib code in tempest 2016-02-24 10:43:59 -05:00
test_container_acl.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_container_acl_negative.py Use tempest.lib code in tempest 2016-02-24 10:43:59 -05:00
test_container_quotas.py TrivialFix: Remove cfg import unused 2016-08-25 09:45:44 +07:00
test_container_services.py Use more specific asserts in tests 2016-11-09 08:00:19 +01:00
test_container_services_negative.py Separate capabilities service method from account_client 2016-12-13 16:55:28 +09:00
test_container_staticweb.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_container_sync.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_container_sync_middleware.py Add UUIDs to all tempest tests and gate check 2015-02-26 16:05:16 -08:00
test_crossdomain.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_healthcheck.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_object_expiry.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_object_formpost.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_object_formpost_negative.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_object_services.py Remove invalid assertions for 304 resp 2016-09-22 12:31:09 -07:00
test_object_slo.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_object_temp_url.py TrivialFix: Remove cfg import unused 2016-08-25 09:45:44 +07:00
test_object_temp_url_negative.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00
test_object_version.py Move helper methods for object_storage to base.py 2016-06-20 15:05:16 -07:00