tempest/tempest/api/object_storage
ghanshyam 7351cbdc09 Fix create, update or delete container metadata method
Swift provides a single API to Create, Update or Delete
container metadata.
With different headers or values those operation can be
achieved. For example:
- delete metadata by passing metadata without value
- update metadata by passing updated value with same key

Details- https://developer.openstack.org/api-ref/object-store/?expanded=create-update-or-delete-container-metadata-detail

But current service client for account has 2 different
method for these operation. update_, delete_

To make it consistent with other service client and to have
single service client method per API, this patch merge those
methods.

Partially implements blueprint consistent-service-method-names

Change-Id: I75e40fc5c19d5b56d2be5f68e6cdb41bda4f9595
2017-09-24 07:56:23 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Make list methods consistent for container client 2017-09-23 18:38:21 +00:00
test_account_bulk.py Make list methods consistent for container client 2017-09-23 18:38:21 +00:00
test_account_quotas.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_account_quotas_negative.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_account_services.py Merge "Py3: Finish the python3 port" 2017-08-21 19:42:01 +00:00
test_account_services_negative.py Remove unused assignment 2017-08-16 16:08:50 +08:00
test_container_acl.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_container_acl_negative.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_container_quotas.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_container_services.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_container_services_negative.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_container_staticweb.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_container_sync.py Make list methods consistent for container client 2017-09-23 18:38:21 +00:00
test_container_sync_middleware.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_crossdomain.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_healthcheck.py Switch to decorators.idempotent_id on object_storage 2017-02-04 23:06:01 +00:00
test_object_expiry.py Remove unused variables from api tests 2017-06-14 15:02:23 +02:00
test_object_formpost.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_object_formpost_negative.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_object_services.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
test_object_slo.py Make list methods consistent for container client 2017-09-23 18:38:21 +00:00
test_object_temp_url.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_object_temp_url_negative.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_object_version.py Remove unused variable assignment 2017-08-18 01:25:29 +00:00