1. 1e60091 Add api_prefix for check capabilities by Oleksii Butenko · 8 years ago
  2. f36476e Fix object_client methods to accept headers and query param by ghanshyam · 8 years ago
  3. 88eadcf Remove wrapper methods from object_client by ghanshyam · 8 years ago
  4. eed4031 Fix create container method by ghanshyam · 8 years ago
  5. 7351cbd Fix create, update or delete container metadata method by ghanshyam · 8 years ago
  6. 871b1a8 Make list methods consistent for container client by ghanshyam · 8 years ago
  7. cd36841 Move test decorators to common by Andrea Frittoli · 8 years ago
  8. edf7d0c Merge "Py3: Finish the python3 port" by Jenkins · 8 years ago
  9. da274a3 Merge "Remove unused assignment" by Jenkins · 8 years ago
  10. 311104e Remove unused variable assignment by zhufl · 8 years ago
  11. 565e7a3 Remove unused assignment by zhufl · 8 years ago
  12. 68cb44d Py3: Finish the python3 port by junboli · 8 years ago
  13. f9f8789 Remove dependency to identity v2 by Andrea Frittoli · 8 years ago
  14. 39bea7b Remove unnecessary usage of instance variable by zhufl · 8 years ago
  15. afc9f2d Merge "Fix object storage capabilities client return value" by Jenkins · 8 years ago
  16. 17d8a48 Fix object storage capabilities client return value by ghanshyam · 9 years ago
  17. 609298c Fix object storage bulk middleware client return value by ghanshyam · 9 years ago
  18. e52bee7 Remove unused variables from api tests by Ferenc Horváth · 9 years ago
  19. 268ccce Replace assertions with more specific ones by Ferenc Horváth · 9 years ago
  20. 8160d31 test.py: stop using aliases for creds manager by Jordan Pittier · 9 years ago
  21. 9604aa0 Fix create, update or delete account metadata method by ghanshyam · 9 years ago
  22. b6532dd Merge "Separate object-storage bulk operation service clients" by Jenkins · 9 years ago
  23. 3b46d27 Move the `attr` decorator from test.py to tempest/lib by Jordan Pittier · 9 years ago
  24. 3608544 Separate object-storage bulk operation service clients by ghanshyam · 9 years ago
  25. e887323 Use tempest.lib data_utils - object_storage by Ken'ichi Ohmichi · 9 years ago
  26. 7b93104 Add missing @test.attr(type='negative') for negative tests by zhufl · 9 years ago
  27. 3f47615 Merge "Swift list containers should test for reverse listing param" by Jenkins · 9 years ago
  28. 0244697 Add resources_prefix to rand_name when created by Joshua White · 9 years ago
  29. 0004b8f Swift list containers should test for reverse listing param by Cindy Lu · 9 years ago
  30. b7bc1de Switch to decorators.idempotent_id on object_storage by Ken'ichi Ohmichi · 9 years ago
  31. 1b21b66 Merge "Cleanup useless aliasing in test_container_acl" by Jenkins · 9 years ago
  32. 772d89b Merge "Port object_storage tests to Py3." by Jenkins · 9 years ago
  33. 94d9119 Merge "Check error message returned by the system" by Jenkins · 9 years ago
  34. 80223c3 Check error message returned by the system by zhufl · 9 years ago
  35. 7bbbec1 Replace six.iteritems with dict.items by guo yunxian · 9 years ago
  36. b84f2d4 Port object_storage tests to Py3. by Jordan Pittier · 9 years ago
  37. d3b8e67 Fix container cleanup in test_account_bulk by Andrea Frittoli · 9 years ago
  38. bc80deb Merge "Separate capabilities service method from account_client" by Jenkins · 9 years ago
  39. 52d3ffa Fix a few Python 3.x issues by Andrea Frittoli · 9 years ago
  40. f29831d Separate capabilities service method from account_client by ghanshyam · 9 years ago
  41. ae7bd7d Merge "Honour discoverability feature flag in swift tests" by Jenkins · 9 years ago
  42. 28340d8 Honour discoverability feature flag in swift tests by Andrea Frittoli · 9 years ago
  43. 7301e42 Add sleep(2) when try to delete a container by Arx Cruz · 9 years ago
  44. 6f80dc7 Use names containing "invalid" or "nonexistent" as invalid name by zhufl · 9 years ago
  45. 9c87569 Merge "fix bulk service name" by Jenkins · 9 years ago
  46. 50da1d2 fix bulk service name by Thiago da Silva · 9 years ago
  47. 64862f7 Use more specific asserts in tests by Béla Vancsics · 9 years ago
  48. 6736c2b delete list_all_container_objects in the container_client by zheng yin · 9 years ago
  49. 333f958 Merge "Add more swift container negative tests" by Jenkins · 9 years ago
  50. 0d1d24e Correct several typos by Tianbiao Qi · 9 years ago
  51. 59ae301 Add more swift container negative tests by Cindy Lu · 9 years ago
  52. 9d94e21 Merge "Remove invalid assertions for 304 resp" by Jenkins · 9 years ago
  53. c2cb024 Remove invalid assertions for 304 resp by Gregory Haynes · 9 years ago
  54. ae5871e Container Services underscore in metadata key translate to dash by Cindy Lu · 9 years ago
  55. 5a08f5b Merge "py3: Miscellaneous fixes" by Jenkins · 9 years ago
  56. c2b8299 Merge "Added logic to validate storage policy info" by Jenkins · 9 years ago
  57. 12dc973 py3: Miscellaneous fixes by Sirushti Murugesan · 10 years ago
  58. cc0cc90 Merge "Fix checks for content length in object storage tests." by Jenkins · 9 years ago
  59. 4fd86aa TrivialFix: Remove cfg import unused by Cao Xuan Hoang · 9 years ago
  60. a1cd682 Merge "Remove unnecessary setUp()" by Jenkins · 9 years ago
  61. a212c4a Added logic to validate storage policy info by Brian Ober · 10 years ago
  62. 342c44e Remove unnecessary setUp() by Ken'ichi Ohmichi · 9 years ago
  63. 56c1e8c remove unnecessary call in test_delete_container by Cindy Lu · 9 years ago
  64. 09a16c4 Remove the test_upload_large_objects negative test by Castulo J. Martinez · 9 years ago
  65. c22ef48 Fix checks for content length in object storage tests. by Radoslaw Zarzynski · 10 years ago
  66. 6bdc3ed Move helper methods for object_storage to base.py by Cindy Lu · 10 years ago
  67. 9dde240 Merge "Introduce new helper: call_and_ignore_notfound_exc()" by Jenkins · 10 years ago
  68. 6e5dee3 Merge "Add missing test for the object storage v1 API" by Jenkins · 10 years ago
  69. 9e227c5 Introduce new helper: call_and_ignore_notfound_exc() by Jordan Pittier · 10 years ago
  70. 4408c4a Swift object client: use urllib3 builtin support for chunked transfer by Jordan Pittier · 10 years ago
  71. 947d233 Add missing test for the object storage v1 API by Castulo J. Martinez · 10 years ago
  72. f2deb18 Addresses Expect: 100-continue client behavior by Brian Ober · 10 years ago
  73. 9264e2f Cleanup useless aliasing in test_container_acl by Matthew Treinish · 10 years ago
  74. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 10 years ago
  75. 9e3dac0 Fix H404/405 violations for api tests(1/3) by Ken'ichi Ohmichi · 10 years ago
  76. a471da0 Merge "Fix checks for X-Trans-Id in DLO-related storage tests." by Jenkins · 10 years ago
  77. cd24381 Set correct ACL for Swift staticweb tests by Christian Schwede · 10 years ago
  78. 647cc18 Fix spelling typo in warning message by Zhao Lei · 10 years ago
  79. 5c260cc Fix checks for X-Trans-Id in DLO-related storage tests. by Radoslaw Zarzynski · 10 years ago
  80. 6e1ad56 Fixed few typos by PranaliDeore · 10 years ago
  81. 2190551 Switch all uses of json to oslo_serialization by Matthew Treinish · 11 years ago
  82. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 11 years ago
  83. 352082e Merge "Add a rule for blocking "-" from rand_name call" by Jenkins · 11 years ago
  84. 80369a9 Add a rule for blocking "-" from rand_name call by Ken'ichi Ohmichi · 11 years ago
  85. 98f62ee Made a several-seconds checking&waiting for object to be deleted by Jane Zadorozhna · 11 years ago
  86. f25a0a3 Fix condition of Swift SLO API tests run by tmatsu · 11 years ago
  87. e63af56 Merge "Extend credentials to support roles" by Jenkins · 11 years ago
  88. 825b2d3 Extend credentials to support roles by Andrea Frittoli (andreaf) · 11 years ago
  89. 7096303 Merge "Extend get_client_manager to support roles" by Jenkins · 11 years ago
  90. 737fac9 Extend get_client_manager to support roles by Andrea Frittoli (andreaf) · 11 years ago
  91. 35fb99d Trim object storage smoke tests to a small set by David Kranz · 11 years ago
  92. 2a43487 remove smoke tag from negative tests by Sean Dague · 11 years ago
  93. af9d94e Merge "Initial class creds creation in test base class" by Jenkins · 11 years ago
  94. f0e1d8b Merge "remove gate tag (part 2)" by Jenkins · 11 years ago
  95. 8cde806 Merge "remove gate tag (part 1)" by Jenkins · 11 years ago
  96. b21de6c Initial class creds creation in test base class by Andrea Frittoli · 11 years ago
  97. 639f2fa remove gate tag (part 2) by Sean Dague · 11 years ago
  98. 1b05daa remove gate tag (part 1) by Sean Dague · 11 years ago
  99. f077dd2 Switch all uses of urlparse to import from six by Matthew Treinish · 11 years ago
  100. b0c65f2 Switch all uses of StringIO to use it from six by Matthew Treinish · 11 years ago