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