summaryrefslogtreecommitdiff
path: root/tempest/api/object_storage/test_object_services.py
Commit message (Expand)AuthorAgeFilesLines
* Remove transfer-encoding headers from testArx Cruz2022-09-131-2/+0
* Remove unstable_test decoratorRoman Popelka2022-07-131-1/+0
* Mark unstable test_create_object_with_transfer_encodingMartin Kopec2021-10-041-1/+1
* Replace md5 with oslo versionAde Lee2021-02-251-10/+10
* Skip test_create_object_with_transfer_encodingGhanshyam Mann2020-11-251-0/+1
* [Trivial]Remove unused variables and methodszhufl2020-11-191-5/+5
* Adding description for testcases - swift part1zhufl2020-08-181-40/+70
* Fix object_client methods to accept headers and query paramghanshyam2017-10-111-24/+19
* Remove wrapper methods from object_clientghanshyam2017-10-111-17/+37
* Fix create container methodghanshyam2017-10-051-3/+3
* Fix create, update or delete container metadata methodghanshyam2017-09-241-5/+9
* Remove unused assignmentzhufl2017-08-161-1/+0
* Remove dependency to identity v2Andrea Frittoli2017-08-081-2/+2
* Remove unused variables from api testsFerenc Horváth2017-06-141-7/+7
* Replace assertions with more specific onesFerenc Horváth2017-06-091-5/+5
* Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-5/+4
* Use tempest.lib data_utils - object_storageKen'ichi Ohmichi2017-03-131-1/+1
* Switch to decorators.idempotent_id on object_storageKen'ichi Ohmichi2017-02-041-41/+42
* Merge "Port object_storage tests to Py3."Jenkins2017-01-191-39/+32
|\
| * Port object_storage tests to Py3.Jordan Pittier2016-12-221-39/+32
* | Replace six.iteritems with dict.itemsguo yunxian2017-01-031-4/+2
|/
* Remove invalid assertions for 304 respGregory Haynes2016-09-221-3/+0
* py3: Miscellaneous fixesSirushti Murugesan2016-09-091-4/+4
* Move helper methods for object_storage to base.pyCindy Lu2016-06-201-25/+17
* Swift object client: use urllib3 builtin support for chunked transferJordan Pittier2016-05-251-3/+2
* Addresses Expect: 100-continue client behaviorBrian Ober2016-05-111-13/+4
* Fix checks for X-Trans-Id in DLO-related storage tests.Radoslaw Zarzynski2015-09-021-2/+2
* Fixed few typosPranaliDeore2015-08-251-1/+1
* Use the prefix-embedded rand_name methodFei Long Wang2015-07-061-1/+1
* Add a rule for blocking "-" from rand_name callKen'ichi Ohmichi2015-06-181-2/+2
* Merge "Extend credentials to support roles"Jenkins2015-05-211-2/+5
|\
| * Extend credentials to support rolesAndrea Frittoli (andreaf)2015-05-131-2/+5
* | Merge "Extend get_client_manager to support roles"Jenkins2015-05-131-4/+2
|\ \ | |/
| * Extend get_client_manager to support rolesAndrea Frittoli (andreaf)2015-05-121-4/+2
* | Trim object storage smoke tests to a small setDavid Kranz2015-05-011-21/+1
|/
* Merge "remove gate tag (part 1)"Jenkins2015-04-281-14/+0
|\
| * remove gate tag (part 1)Sean Dague2015-04-271-14/+0
* | Switch all uses of StringIO to use it from sixMatthew Treinish2015-04-231-2/+2
|/
* Remove migrated utils codeMatthew Treinish2015-03-061-1/+1
* Switch swift tests to use cred_provider with rolesMatthew Treinish2015-03-051-0/+18
* Add UUIDs to all tempest tests and gate checkChris Hoge2015-02-261-0/+41
* Remove ObjectClientCustomizedHeader classKen'ichi Ohmichi2015-01-051-6/+6
* Make every swift clients use expected_successJordanP2014-11-171-46/+0
* Migrate object_storage API tests to resource_* fixturesAndrea Frittoli2014-09-181-4/+4
* Enable H407,H305,H307,E122 ignore E123Matthew Treinish2014-08-121-1/+2
* Add parametric tests of Swift object API, part 4Daisuke Morita2014-06-261-18/+95
* Add parametric tests of Swift object API, part 1Daisuke Morita2014-06-061-2/+239
* Add parametric tests of Swift object API, part 2Daisuke Morita2014-04-211-8/+181
* Add parametric tests of Swift object API, part 3Daisuke Morita2014-03-201-15/+227
* replace basetring/xrangellg82122014-03-031-2/+3