1. f644baa compute: Use wait_for_volume_attachment_remove when detaching multiattach volumes by Lee Yarwood · 5 years ago
  2. 4b95d4b compute: Add volume and placement microversion support to BaseV2ComputeTest by Lee Yarwood · 5 years ago
  3. bfaa50f Create default network for several compute tests by Eric Fried · 5 years ago
  4. 00e6d6c Specify AZ for non-scenario tests by Martin Kopec · 6 years ago
  5. ad8737c Add APIMicroversionFixture to library interface by Ghanshyam Mann · 6 years ago
  6. 2efbea1 Fix invalid exception module usage by Masayuki Igawa · 6 years ago
  7. eac094a docs: Fix incorrect docstrings in reStructuredText format by Sergey Vilgelm · 6 years ago
  8. ecddd38 Merge "Set max_microversion 2.35 for nova image tests" by Zuul · 7 years ago
  9. 16e4005 Merge "Use base.get_host_for_server to get server host" by Zuul · 7 years ago
  10. 7bc916d Use base.get_host_for_server to get server host by zhufl · 7 years ago
  11. ec4ff3b Remove unused compute.base.clear_resources by zhufl · 7 years ago
  12. 0445a5c Merge "Do not check flavor.id after Microversion 2.46" by Zuul · 7 years ago
  13. 66275c2 Set max_microversion 2.35 for nova image tests by zhufl · 7 years ago
  14. bcb7117 Do not check flavor.id after Microversion 2.46 by zhufl · 7 years ago
  15. 14e5e48 Cap nova-network tests at Queens by Matt Riedemann · 7 years ago
  16. b6b2bba Integration tests for tagged attach by Artom Lifshitz · 9 years ago
  17. c606a5b Merge "Add common method to check the microversion compatibility" by Zuul · 7 years ago
  18. 66b9aed Add common method to check the microversion compatibility by ghanshyam · 7 years ago
  19. 50325e2 Don't use hypervisor_hostname as compute hostname by Radoslav Gerganov · 7 years ago
  20. 87c1167 Merge "Use tenant_network if any in testcases after microversion v2.37" by Zuul · 7 years ago
  21. b4fdd68 Handle missing flavor.id in server response by Sean McGinnis · 7 years ago
  22. f894cfe Merge "Add flavor check after resize server" by Zuul · 7 years ago
  23. 476f84f Add flavor check after resize server by lianghao · 7 years ago
  24. f110a4b Handle creating an image from a server with microversion > 2.35 by Matt Riedemann · 7 years ago
  25. ff9779c Use tenant_network if any in testcases after microversion v2.37 by zhufl · 7 years ago
  26. b36186b Revert "Update volume-status waiter for new cinder attach" by Matt Riedemann · 7 years ago
  27. b3eab67 Fix a pointer to NotFound exception by Eric Fried · 7 years ago
  28. 8d5f43e Merge "Rename base.rebuild_server to base.recreate_server" by Zuul · 8 years ago
  29. 0d4551b Only attempt to detach an in-use volume during cleanup by Matt Riedemann · 8 years ago
  30. ba0e553 Rename base.rebuild_server to base.recreate_server by zhufl · 8 years ago
  31. e65ec45 Add compare header version to create_image_from_server helper by Felipe Monteiro · 8 years ago
  32. ca8d23d Merge "Compute volumes via addClassResourceCleanup" by Jenkins · 8 years ago
  33. 2a8996b Merge "Compute SG via addClassResourceCleanup" by Jenkins · 8 years ago
  34. 3b9a660 Merge "Compute servers via addClassResourceCleanup" by Jenkins · 8 years ago
  35. 2580bc0 Merge "Remove one-line helper _delete_volume" by Jenkins · 8 years ago
  36. 1fc499e Compute volumes via addClassResourceCleanup by Andrea Frittoli · 8 years ago
  37. 238818c Compute SG via addClassResourceCleanup by Andrea Frittoli · 8 years ago
  38. 0d0a3f3 Compute servers via addClassResourceCleanup by Andrea Frittoli · 8 years ago
  39. decdcf6 Remove one-line helper _delete_volume by zhufl · 8 years ago
  40. d5f49e2 Merge "Stop implicit validation_resources provisioning" by Jenkins · 8 years ago
  41. b17f7a3 Compute images via addClassResourceCleanup by Andrea Frittoli · 8 years ago
  42. 9f416dd Stop implicit validation_resources provisioning by Andrea Frittoli · 8 years ago
  43. 1dc2e23 Only choose available compute node as migration dest by zhufl · 8 years ago
  44. a6b3015 Make sure test use the latest volume clients by Andrea Frittoli · 8 years ago
  45. da11e52 Merge "Add negative test for live migration" by Jenkins · 8 years ago
  46. 030dd17 Update volume-status waiter for new cinder attach by John Griffith · 8 years ago
  47. 0994120 Add negative test for live migration by Duc Truong · 8 years ago
  48. 8654e5b Added tests for Nova microversion v2.47 by Sergey Nikitin · 8 years ago
  49. 0bb68d7 Merge "Replace the usage of 'os' with 'os_primary'" by Jenkins · 8 years ago
  50. aa4f4c8 Merge "Add max_microversion for compute volumes_extensions_client tests" by Jenkins · 8 years ago
  51. 0419088 Replace the usage of 'os' with 'os_primary' by zhufl · 8 years ago
  52. a40e9b7 Add max_microversion for compute volumes_extensions_client tests by Felipe Monteiro · 8 years ago
  53. 7db050e Merge "Refactor resource cleanup methods in compute.base" by Jenkins · 8 years ago
  54. 8160d31 test.py: stop using aliases for creds manager by Jordan Pittier · 8 years ago
  55. 77d3f0f Refactor resource cleanup methods in compute.base by Masayuki Igawa · 8 years ago
  56. 3bd0d2b Remove remaining usage of cinder v1 API call from Tempest by ghanshyam · 8 years ago
  57. 35a694b Use base.create_image_from_server to create server snapshot by zhufl · 8 years ago
  58. 757833a Use tempest.lib data_utils - compute by Ken'ichi Ohmichi · 8 years ago
  59. 36f0a97 Use base.attach_volume in test_attach_volume by zhufl · 8 years ago
  60. fc0d675 Merge "Add a generic "wait_for_volume_resource_status" function" by Jenkins · 8 years ago
  61. 0b5c2c9 Merge "Revert "Remove wait_for_server from create_image_from_server"" by Jenkins · 8 years ago
  62. 5fe6239 Revert "Remove wait_for_server from create_image_from_server" by Bob Ball · 8 years ago
  63. 52d7b0d Add a generic "wait_for_volume_resource_status" function by lkuchlan · 9 years ago
  64. e5b62a6 Add admin_servers_client in BaseV2ComputeAdminTest by zhufl · 8 years ago
  65. 488ea09 Merge "Add create_flavor in compute.base" by Jenkins · 8 years ago
  66. 36eeab0 Add create_flavor in compute.base by zhufl · 8 years ago
  67. 1395435 Get server fault if snapshot fails by Matt Riedemann · 8 years ago
  68. 621544c Remove wait_for_server from create_image_from_server by Matt Riedemann · 8 years ago
  69. 525ec71 Hacking: enable H904 by Jordan Pittier · 8 years ago
  70. 9b68290 Use base.delete_server in base.rebuild_server by zhufl · 8 years ago
  71. 8d23f92 Use base.create_volume in VolumesTestJSON by zhufl · 8 years ago
  72. 536cb1c Remove unused client by zhufl · 8 years ago
  73. 7447712 Merge "Add resize_server in compute.base" by Jenkins · 8 years ago
  74. 3d018b0 Add resize_server in compute.base by zhufl · 8 years ago
  75. fc8f8e6 Integration tests for device role tagging by Artom Lifshitz · 9 years ago
  76. ffc4fc0 Use the correct path of InvalidConfiguration by guo yunxian · 8 years ago
  77. cb16a66 Re-use common volume create/attach methods in test_iscsi_volume by Matt Riedemann · 9 years ago
  78. 342b37c Add compute API admin test for swap volume by Matt Riedemann · 9 years ago
  79. 7ae2268 Fill name param in create_test_server by zhufl · 9 years ago
  80. 955f82b Add server_id in exception ServerUnreachable by zhufl · 9 years ago
  81. 9e227c5 Introduce new helper: call_and_ignore_notfound_exc() by Jordan Pittier · 9 years ago
  82. 84f7321 Merge "Migrated microversion testing framework to tempest/lib" by Jenkins · 9 years ago
  83. 1f47cf9 Migrated microversion testing framework to tempest/lib by Ghanshyam · 9 years ago
  84. 2959153 Move microversion config options to 'compute' section by ghanshyam · 9 years ago
  85. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 9 years ago
  86. 05049dd Add microversion fixture to set microversion by Ghanshyam · 9 years ago
  87. 20e9861 Consolidate the ssh code by Sean Dague · 9 years ago
  88. c7810e8 Merge "Fix server admin password usage" by Jenkins · 9 years ago
  89. 770548c Merge "Rename compute images_client to compute_images_client" by Jenkins · 9 years ago
  90. 30d3c9b Merge "Rename references to compute security group rules client" by Jenkins · 9 years ago
  91. ae76c12 Rename compute images_client to compute_images_client by Ghanshyam · 9 years ago
  92. 5cdbf42 Rename references to compute security group rules client by John Warren · 9 years ago
  93. ef163ec Merge "Change LOG.warn to LOG.warning" by Jenkins · 9 years ago
  94. 6c09664 Change LOG.warn to LOG.warning by zhangguoqing · 9 years ago
  95. 3390d9f Fix server admin password usage by Ghanshyam · 9 years ago
  96. 4e2be34 Add logic to select the request microversion by ghanshyam · 9 years ago
  97. 283273b Update configuration options ssh-auth-strategy by lanoux · 9 years ago
  98. f234551 Rename references to compute security groups client by John Warren · 9 years ago
  99. 4d237e7 Add the base microversions test part by Ken'ichi Ohmichi · 10 years ago
  100. 88363cb Fix H404/405 violations for api tests(3/3) by Ken'ichi Ohmichi · 9 years ago