1. 79d8b0f Log server console output during create/get timestamp by Slawek Kaplonski · 6 years ago
  2. e1f990b Adding a note for test case test_volume_boot_pattern(). by msidana · 7 years ago
  3. c50cc24 Assert volume deletion in test_image_defined_boot_from_volume by melanie witt · 7 years ago
  4. 2db6c27 Cleanup and rename test_create_ebs_image_and_check_boot by Matt Riedemann · 7 years ago
  5. 36214c5 Do not use skip_checks in TestVolumeBootPattern by zhufl · 7 years ago
  6. 2e0ee04 Add some verify in test_create_ebs_image_and_check_boot by lianghao · 7 years ago
  7. cd36841 Move test decorators to common by Andrea Frittoli · 7 years ago
  8. 7cfb98f Merge "Generic method for creating a volume snapshot" by Jenkins · 8 years ago
  9. 1c39a2f test_boot_server_from_encrypted_volume_luks skip condition by Attila Fazekas · 8 years ago
  10. 73ed1f3 Generic method for creating a volume snapshot by lkuchlan · 8 years ago
  11. 3023e75 Boot server from encrypted volume by lkuchlan · 8 years ago
  12. 3b46d27 Move the `attr` decorator from test.py to tempest/lib by Jordan Pittier · 8 years ago
  13. 5cbc00a Remove name checking for api version 1 by lkuchlan · 8 years ago
  14. be4fb50 Use tempest.lib data_utils - scenario by Ken'ichi Ohmichi · 8 years ago
  15. 49505df make -e full run tempest scenarios serially by Sean Dague · 8 years ago
  16. d571e03 Remove testing of bdm v1 in boot from volume tests by Sean Dague · 8 years ago
  17. 52d7b0d Add a generic "wait_for_volume_resource_status" function by lkuchlan · 8 years ago
  18. 6b7040a Add skip if public_network_id is not specified by zhufl · 8 years ago
  19. 88d84e9 Merge "test_create_server_from_volume_snapshot: assert dict is not empty before accessing a key" by Jenkins · 8 years ago
  20. 13c9c89 Make wait_until default as 'ACTIVE' in manager.create_server by zhufl · 8 years ago
  21. 9e22b85 test_create_server_from_volume_snapshot: assert dict is not empty before accessing a key by lkuchlan · 8 years ago
  22. c85a951 Switch to decorators.idempotent_id on scenario by Ken'ichi Ohmichi · 8 years ago
  23. 8789c55 Boot server from snapshot by lkuchlan · 8 years ago
  24. 525ec71 Hacking: enable H904 by Jordan Pittier · 8 years ago
  25. da89962 Specify snapshot size when creating volume by Nuno Santos · 8 years ago
  26. f9d9572 Use rand name in common function in scenario tests by zhufl · 8 years ago
  27. 2041cdd Moving scenario docstring under the relevant test method by lkuchlan · 8 years ago
  28. 3bdcf7c Permission changes: Python file should be 0644 not 0775 by Jordan Pittier · 8 years ago
  29. c6ce539 Use classname as prefix of volume name by zhufl · 8 years ago
  30. 667aaa2 Use common "waiters.wait_for_snapshot_status" function everywhere by Yaroslav Lobankov · 9 years ago
  31. 0bb28b1 Merge "Add LOG.info to boot from volume tests" by Jenkins · 9 years ago
  32. 02620fd Implement TIMEOUT_SCALING_FACTOR for tempest by Sean Dague · 9 years ago
  33. 52abbd9 Add LOG.info to boot from volume tests by Sean Dague · 9 years ago
  34. 97f119f Merge "Remove redundant import from scenario tests" by Jenkins · 9 years ago
  35. 20e9861 Consolidate the ssh code by Sean Dague · 9 years ago
  36. ea75ca9 Remove redundant import from scenario tests by Alexander Gubanov · 9 years ago
  37. 9aaef8b create_server: pass arguments as part of kwargs by Anusha Ramineni · 9 years ago
  38. 5fc1452 Migrate scenario tests ssh-auth-strategy by lanoux · 9 years ago
  39. cca5518 Merge "Move get_server_or_ip method to common class" by Jenkins · 9 years ago
  40. c8829f8 Move get_server_or_ip method to common class by Alexander Gubanov · 9 years ago
  41. c4e4f1c Fix H404/405 violations for scenario tests by Ken'ichi Ohmichi · 9 years ago
  42. 59cc303 Refactor volume_boot_pattern test by Alexander Gubanov · 9 years ago
  43. 35fd828 Remove skip decorator for volume scenario test by Andrey Pavlov · 9 years ago
  44. b9cc114 Remove _stop_instances hack in test_volume_boot_pattern by Matt Riedemann · 9 years ago
  45. 7565593 Merge "Use Cinder API V2 if V1 is disabled" by Jenkins · 9 years ago
  46. bcfc32e Use Cinder API V2 if V1 is disabled by Ivan Kolodyazhny · 9 years ago
  47. 97962a3 Merge "test_volume_boot_pattern: re-use create_floating_ip from base class" by Jenkins · 9 years ago
  48. 3ed0904 test_volume_boot_pattern: re-use create_floating_ip from base class by Matt Riedemann · 9 years ago
  49. b263108 Add "server" to action methods - part 2 by Ken'ichi Ohmichi · 9 years ago
  50. ebaf245 Skip ebs scenario test due to bug 1489581 by Matt Riedemann · 9 years ago
  51. e3149e1 Merge "Remove some dead code" by Jenkins · 9 years ago
  52. 2bc8016 Merge "add 'boot from ebs' scenario test" by Jenkins · 9 years ago
  53. 18508ef Merge "Return complete response from floating_ips_client" by Jenkins · 9 years ago
  54. d4038b4 Merge "Full response for Volume SnapshotsClient methods" by Jenkins · 9 years ago
  55. ff7faf6 Full response for Volume SnapshotsClient methods by John Warren · 9 years ago
  56. c8bd4b1 add 'boot from ebs' scenario test by Andrey Pavlov · 9 years ago
  57. e097dc7 Remove some dead code by Jordan Pittier · 9 years ago
  58. 9a3a9a2 Return complete response from floating_ips_client by ghanshyam · 9 years ago
  59. e91a0c6 Move wait_for_server_termination from servers_client by Ken'ichi Ohmichi · 9 years ago
  60. fc99707 Fixing test_volume_boot_pattern when use_floatingip_for_ssh=false by Yaroslav Lobankov · 10 years ago
  61. 0eb153c Remove wait_for_server_status from servers_client by Ken'ichi Ohmichi · 10 years ago
  62. e97870c Merge "Use the prefix-embedded rand_name method" by Jenkins · 10 years ago
  63. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  64. 0089af5 Get rid of duplicated creation of security groups in test_volume_boot_pattern by Yaroslav Lobankov · 10 years ago
  65. 1c7af3b Merge "Remove skip for bug 1439371 on test_volume_boot_pattern" by Jenkins · 10 years ago
  66. 93cc903 Remove skip for bug 1439371 on test_volume_boot_pattern by Matt Riedemann · 10 years ago
  67. 7daa4d1 Merge "Wait for complete deletion of volume snapshot before deleting volume" by Jenkins · 10 years ago
  68. 3c634d1 not all scenario tests should be in smoke by Sean Dague · 10 years ago
  69. 46a78c3 Wait for complete deletion of volume snapshot before deleting volume by Yaroslav Lobankov · 10 years ago
  70. 364ff18 Skip test_volume_boot_pattern until bug 1439371 is fixed by Matt Riedemann · 10 years ago
  71. 4c1c840 Merge "1373513 has been fixed, remove skip" by Jenkins · 10 years ago
  72. 07308f1 Remove hyphen from rand_name calls in volume tests by Ken'ichi Ohmichi · 10 years ago
  73. f557d37 1373513 has been fixed, remove skip by Joe Gordon · 10 years ago
  74. 583ce2c Update all Oslo module use by Doug Hellmann · 10 years ago
  75. 0a95854 Merge "Remove migrated utils code" by Jenkins · 10 years ago
  76. 5e2d2a2 Split resource_setup for scenario tests by Emily Hugenbruch · 10 years ago
  77. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  78. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  79. c0bb8cd Merge "Change fixed/floating ip clients to return one value and update tests" by Jenkins · 10 years ago
  80. e4e3b41 Change fixed/floating ip clients to return one value and update tests by David Kranz · 10 years ago
  81. c49fcbe Switch to using the skip_because decorator from tempest-lib by Matthew Treinish · 10 years ago
  82. 8741222 update test_volume_boot_pattern to assign one value by melanie witt · 10 years ago
  83. 3fe2dc3 Scenario manager: catch Exception in get_remote_client by JordanP · 10 years ago
  84. 1fd223e Skip test_volume_boot_pattern until bug 1373513 is fixed by Matt Riedemann · 10 years ago
  85. 60ea6c5 Fix resource_setup order in scenarios by Masayuki Igawa · 10 years ago
  86. ac20b5e Migrate scenario tests to resource_* fixtures by Andrea Frittoli · 10 years ago
  87. 1bfd2cc Fix TypeError in TestVolumeBootPattern by Matt Riedemann · 10 years ago
  88. 1fc32a1 Migrate test_network_basic_ops to tempest clients by Yair Fried · 10 years ago
  89. eef192f Migrate test_volume_boot_pattern to tempest client by Joseph Lanoux · 10 years ago
  90. b7144eb Convert scenario test tearDown to addCleanup by Matthew Treinish · 11 years ago
  91. 0f1e11c Reworked scenario tests to use their own non-default security groups by Grishkin · 11 years ago
  92. bce5553 Skip volume snapshot tests if feature is not enabled by JordanP · 11 years ago
  93. d60d24a Merge "Volume boot test uses new block device syntax" by Jenkins · 11 years ago
  94. 7cff03f Volume boot test uses new block device syntax by Nikola Dipanov · 11 years ago
  95. 22b060e Merge "Unset the imageRef when booting from volume" by Jenkins · 11 years ago
  96. 249cac3 Unset the imageRef when booting from volume by Xavier Queralt · 11 years ago
  97. 91db24e Fix RemoteClient usage in scenario tests by Elena Ezhova · 11 years ago
  98. 4ded9f0 Prepare for enabling H302 rule (scenario) by Masayuki Igawa · 11 years ago
  99. fc7ecc4 Merge "Revert "skip test_volume_boot_pattern"" by Jenkins · 11 years ago
  100. 6c07229 Convert scenario tests to use global CONF object by Matthew Treinish · 11 years ago