1. cb0dd58 Use image native api in volume tests by jeremy.zhang · 8 years ago
  2. 3b46d27 Move the `attr` decorator from test.py to tempest/lib by Jordan Pittier · 8 years ago
  3. e8afb8c Rename Cinder V2 API tests by Ken'ichi Ohmichi · 8 years ago
  4. a57530c Remove special_fields definition by zhufl · 8 years ago
  5. c4fcdbb Remove Cinder v1 tests by Ken'ichi Ohmichi · 8 years ago
  6. ef1c1ce Use tempest.lib data_utils - volume by Ken'ichi Ohmichi · 8 years ago
  7. 52d7b0d Add a generic "wait_for_volume_resource_status" function by lkuchlan · 8 years ago
  8. 6b279c7 Switch to decorators.idempotent_id on volume by Ken'ichi Ohmichi · 8 years ago
  9. 8a6f9c3 Remove unnessary assertIsNotNone by zhufl · 8 years ago
  10. b21fc57 Remove setup_client method by lkuchlan · 8 years ago
  11. 64862f7 Use more specific asserts in tests by Béla Vancsics · 8 years ago
  12. 3bdcf7c Permission changes: Python file should be 0644 not 0775 by Jordan Pittier · 8 years ago
  13. adb905e Remove the default size in volumes_client by Ken'ichi Ohmichi · 8 years ago
  14. c6ce539 Use classname as prefix of volume name by zhufl · 8 years ago
  15. 1cefdcd Delete no need definitions by guo yunxian · 8 years ago
  16. 9bf9fac Generic "delete volume" method by lkuchlan · 9 years ago
  17. ed3a35b Removing wrapper method for "wait_for_volume_status" function by Yaroslav Lobankov · 9 years ago
  18. ae76c12 Rename compute images_client to compute_images_client by Ghanshyam · 9 years ago
  19. a5a0686 Merge "Full response for VolumesClient methods" by Jenkins · 9 years ago
  20. d535957 Merge "Add flag for volume clone tests" by Jenkins · 9 years ago
  21. 6177c9e Full response for VolumesClient methods by John Warren · 9 years ago
  22. 1702aed Add flag for volume clone tests by Takeaki Matsumoto · 9 years ago
  23. 1756e0b Return complete response from compute images_client by ghanshyam · 9 years ago
  24. 586b2cc Use image minDisk as volume size when necessary by Daryl Walleck · 10 years ago
  25. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  26. 1b05daa remove gate tag (part 1) by Sean Dague · 10 years ago
  27. 35798fb Apply a naming rule of GET to volume client by Ken'ichi Ohmichi · 10 years ago
  28. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  29. 3d2a21c Replaces hardcoded volume size by configured value by Markus Zoeller · 10 years ago
  30. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  31. 0574915 Split resource_setup for volume tests by Rohan Kanade · 10 years ago
  32. 69dc513 Volumes: strict type and value check of the 'bootable' flag by JordanP · 10 years ago
  33. 6809bab Change volume client methods to return one value by Joseph Lanoux · 10 years ago
  34. d428519 part 2 of delete xml by Sean Dague · 10 years ago
  35. 61a12e2 Migrate volume API tests to resource_* fixtures by Andrea Frittoli · 10 years ago
  36. d9df38c Update volume client check success by Swapnil Kulkarni · 10 years ago
  37. 3d6d986 Enable some volumes v2 tests by sharing codes by Zhi Kun Liu · 11 years ago
  38. 5716058 Enable E251,E265 rules ignore H402 by Matthew Treinish · 11 years ago
  39. 9733d0e Volume size could be specified to create volume by Jerry Cai · 11 years ago
  40. 228e73d fix flake8 errors by Zhi Kun Liu · 11 years ago
  41. ba7bcf6 Prepare for enabling H302 (identity,volume,etc.) by Masayuki Igawa · 11 years ago
  42. 1ea9367 Add some cases about volume-create and volume-rename by Xiao Chen · 11 years ago
  43. fbb3502 Merge "Convert volume api tests to use global CONF object" by Jenkins · 11 years ago
  44. 4d352bc Convert volume api tests to use global CONF object by Matthew Treinish · 11 years ago
  45. 5ed48ce Do not assume volume metadata is identical to POST request by Giulio Fidente · 11 years ago
  46. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  47. 68fd19c Merge "Use wrapper create_volume() in volume tests" by Jenkins · 11 years ago
  48. 5687d55 Use wrapper create_volume() in volume tests by Ken'ichi Ohmichi · 11 years ago
  49. bb363a2 cinder v2 api tests - part1 by Zhi Kun Liu · 11 years ago
  50. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 11 years ago
  51. d1fefd5 Fix json version of bootable check by John Griffith · 11 years ago
  52. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 11 years ago
  53. 611768a Add update-volume test by QingXin Meng · 11 years ago
  54. 796ab7e Merge "Adds verfication for Bootable Volume" by Jenkins · 11 years ago
  55. 5e76be1 Adds verfication for Bootable Volume by Nayna Patel · 11 years ago
  56. 660a4c1 Add service tags to api.volume by Matthew Treinish · 11 years ago
  57. bc8dbd3 Cleanup try/except/finally blocks in several tests by Matt Riedemann · 11 years ago
  58. f7f34f9 White space after # in tempest/api files by Attila Fazekas · 11 years ago
  59. e191cb1 Use assertIn and assertNotIn instead of assertTrue/assertFalse by Attila Fazekas · 12 years ago
  60. 02f4298 Implement a new test case for volume cloning functionality by Giulio Fidente · 12 years ago
  61. ba3985a Removes 'positive' tag from tests. by Giulio Fidente · 12 years ago
  62. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (98%) from tempest/tests/volume/test_volumes_get.py]
  63. cf3fb7c Smoke attribute implies gate attribute by Chris Yeoh · 12 years ago
  64. 8b31190 Set smoke/gate attributes for tests in "volume" by Giulio Fidente · 12 years ago
  65. 36836c4 Adds create volume from image test by Giulio Fidente · 12 years ago
  66. 3dcdae1 Simplify volume test classes inheritance by Attila Fazekas · 12 years ago
  67. 01cb279 Convert to use tempest attr implementation 2/2 by Chris Yeoh · 12 years ago
  68. e6d8ee1 Revert "Split up XML and JSON testing." by James E. Blair · 12 years ago
  69. 58dec9d Split up XML and JSON testing. by Matthew Treinish · 12 years ago
  70. 72a0038 convert docstrings to comments by Sean Dague · 12 years ago
  71. 05d9fb9 Fix use of except in tempest. by Matthew Treinish · 12 years ago
  72. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 12 years ago
  73. 9854d5b Add XML support to the cinder client by Matthew Treinish · 12 years ago
  74. dd47d7e Adds Cinder client by Rohit Karajgi · 13 years ago