1. c7eca74 Merge "Replacing get_vnc_console with get_remote_console after microversion 2.6" by Zuul · 7 years ago
  2. 15140ee Use a smaller number for checking console log length by zhufl · 7 years ago
  3. 634bdf2 Merge "Add related bug info for resize test" by Zuul · 7 years ago
  4. 5e83c8d Merge "Add volume-attached resize revert server test" by Zuul · 7 years ago
  5. e027dd3 Add related bug info for resize test by ghanshyam · 7 years ago
  6. a86351e Merge "Fix image_id KeyError in test_create_backup" by Zuul · 7 years ago
  7. a90ade0 Add test to shelve the paused server: bug# 1745529 by ghanshyam · 7 years ago
  8. c32ee7d Replacing get_vnc_console with get_remote_console after microversion 2.6 by zhufl · 7 years ago
  9. 8c9d436 Fix TypeError in _unshelve_server by zhufl · 7 years ago
  10. 2856ad5 Fix image_id KeyError in test_create_backup by zhufl · 7 years ago
  11. 01ff7c6 Add volume-attached resize revert server test by Matt Riedemann · 8 years ago
  12. aa27003 Add addOnException of unshelve_server when using sharing server by zhufl · 8 years ago
  13. cc40091 Don't check console output if not available by Evgeny Antyshev · 8 years ago
  14. 1df75ee Move and update test_resize_volume_backed_server_confirm by Matt Riedemann · 8 years ago
  15. ced8d3c Don't use server_id class variable in _test_resize_server_confirm by Matt Riedemann · 8 years ago
  16. ba0e553 Rename base.rebuild_server to base.recreate_server by zhufl · 8 years ago
  17. 9f416dd Stop implicit validation_resources provisioning by Andrea Frittoli · 8 years ago
  18. 9ff5c28 Add compare header version function to tempest.lib by Felipe Monteiro · 8 years ago
  19. cd36841 Move test decorators to common by Andrea Frittoli · 8 years ago
  20. e5ccb16 Remove unused global variable by zhufl · 8 years ago
  21. 01512d2 Do not call another testcase in one testcase by zhufl · 8 years ago
  22. 43a4065 Fix image deletion checks after unshelve server by ghanshyam · 8 years ago
  23. 8fdfb1c Check image after unshelve by rsritesh · 8 years ago
  24. 892088b Merge "Add missing IPs validation to test_rebuild_server" by Jenkins · 8 years ago
  25. 8160d31 test.py: stop using aliases for creds manager by Jordan Pittier · 8 years ago
  26. 23aa354 Merge "Move the `attr` decorator from test.py to tempest/lib" by Jenkins · 8 years ago
  27. 3b46d27 Move the `attr` decorator from test.py to tempest/lib by Jordan Pittier · 8 years ago
  28. fd8d315 Add test of remove all security groups in test_server_actions.py by lianghao · 8 years ago
  29. 757833a Use tempest.lib data_utils - compute by Ken'ichi Ohmichi · 8 years ago
  30. 4d8ba23 Fix typo of setUpClass by Ken'ichi Ohmichi · 8 years ago
  31. 14b0ae1 Switch to decorators.idempotent_id on compute.servers by Ken'ichi Ohmichi · 8 years ago
  32. 0d1b63f Add missing IPs validation to test_rebuild_server by Castulo J. Martinez · 9 years ago
  33. 525ec71 Hacking: enable H904 by Jordan Pittier · 9 years ago
  34. 72014bc Replace directly import of logging with import oslo_log by Cady_Chen · 9 years ago
  35. 64862f7 Use more specific asserts in tests by Béla Vancsics · 9 years ago
  36. 4217a70 Move InvalidConfiguration exception to tempest.lib by Matthew Treinish · 9 years ago
  37. 1315e18 Isolate change_server_password to use its own server by Emily Hugenbruch · 9 years ago
  38. f1448f0 Re-use common methods in test_rebuild_server_with_volume_attached by Matt Riedemann · 9 years ago
  39. 3bdcf7c Permission changes: Python file should be 0644 not 0775 by Jordan Pittier · 9 years ago
  40. 045d1f5 Call addCleanup(delete_server) immediately after resize server by zhufl · 9 years ago
  41. c6ce539 Use classname as prefix of volume name by zhufl · 9 years ago
  42. 05ab856 Add sync to avoid the loss of pub key data by Ken'ichi Ohmichi · 9 years ago
  43. e28b2c2 Move properties handling to the test side by Ken'ichi Ohmichi · 9 years ago
  44. 45d7d42 Merge common properties on list_images by Ken'ichi Ohmichi · 9 years ago
  45. 2aa19d4 Check which glance client version to use by Matt Riedemann · 9 years ago
  46. 66a1621 Merge "Use common "waiters.wait_for_image_status" function everywhere" by Jenkins · 9 years ago
  47. deb3f1c Merge "Add a test case for rebuild of instances with volumes" by Jenkins · 9 years ago
  48. 2fea405 Use common "waiters.wait_for_image_status" function everywhere by Yaroslav Lobankov · 9 years ago
  49. 908f906 Add a test case for rebuild of instances with volumes by Roman Podoliaka · 10 years ago
  50. 2a70a61 Pass server to RemoteClient in API tests by Andrea Frittoli (andreaf) · 9 years ago
  51. 017b5fe Move shelve server logic in compute utility by ghanshyam · 9 years ago
  52. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 9 years ago
  53. 32a9368 Merge "Fix the password input" by Jenkins · 9 years ago
  54. ae76c12 Rename compute images_client to compute_images_client by Ghanshyam · 9 years ago
  55. 878c50e Fix the password input by wangxiyuan · 9 years ago
  56. 7b05db3 Merge "Make server action methods[m-z] use **kwargs" by Jenkins · 10 years ago
  57. 36b714c Make server action methods[m-z] use **kwargs by Ken'ichi Ohmichi · 10 years ago
  58. bf4766a Make server action methods[f-l] use **kwargs by Ken'ichi Ohmichi · 10 years ago
  59. e6349f3 Make server action methods[a-c] use **kwargs by Ken'ichi Ohmichi · 10 years ago
  60. 52d2235 Fix TypeError exception in test_server_actions setup by ghanshyam · 10 years ago
  61. d7e04b2 Add compute personality feature config by Takeaki Matsumoto · 10 years ago
  62. 9f7568a Merge "Fix typos in scenario tests, etc." by Jenkins · 10 years ago
  63. 0f82525 Return complete response from servers_client by ghanshyam · 10 years ago
  64. 6d5a2b4 Fix typos in scenario tests, etc. by Takashi NATSUME · 10 years ago
  65. b263108 Add "server" to action methods - part 2 by Ken'ichi Ohmichi · 10 years ago
  66. 1756e0b Return complete response from compute images_client by ghanshyam · 10 years ago
  67. f627a97 Merge "Add "server" to action methods" by Jenkins · 10 years ago
  68. c29370c Merge "Full response for v1 ImageClient methods" by Jenkins · 10 years ago
  69. 5271b0f Add "server" to action methods by Ken'ichi Ohmichi · 10 years ago
  70. 6620725 Full response for v1 ImageClient methods by John Warren · 10 years ago
  71. 3d063df Ensure server unlocking after test_lock_unlock_server by Viktor Tikkanen · 10 years ago
  72. 384923e Merge "Migrate compute tests to the ssh-auth-strategy" by Jenkins · 10 years ago
  73. ffe09dd Migrate compute tests to the ssh-auth-strategy by Joseph Lanoux · 10 years ago
  74. 32752ff Use self.client in test_server_actions by Ken'ichi Ohmichi · 10 years ago
  75. 0eb153c Remove wait_for_server_status from servers_client by Ken'ichi Ohmichi · 10 years ago
  76. e97870c Merge "Use the prefix-embedded rand_name method" by Jenkins · 10 years ago
  77. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  78. 7680024 Apply a naming rule of GET to show_server method by Ken'ichi Ohmichi · 10 years ago
  79. 0943d9b Apply a naming rule of GET to compute clients([ik]) by Ken'ichi Ohmichi · 10 years ago
  80. 20e0c36 Merge "Apply other "get" rule of GET to image v1 client" by Jenkins · 10 years ago
  81. bcad2a2 Apply other "get" rule of GET to image v1 client by Ken'ichi Ohmichi · 10 years ago
  82. 1b0ce23 Check for NotFound exception in setUp() function by Viktor Tikkanen · 10 years ago
  83. fb1c364 Fixing wrong cleanup order in test "test_rebuild_server" by Yaroslav Lobankov · 10 years ago
  84. e5cca00 Add new config option to globally trigger resource validation by Matthew Treinish · 10 years ago
  85. 613b498 Delete server after resize test by Jesse Keating · 10 years ago
  86. fbd5b3f trim compute smoke tag by Sean Dague · 10 years ago
  87. 0c93f5f Merge "Use addCleanup in test_rebuild_server" by Jenkins · 10 years ago
  88. 8cde806 Merge "remove gate tag (part 1)" by Jenkins · 10 years ago
  89. e804081 Use addCleanup in test_rebuild_server by Andrea Frittoli · 10 years ago
  90. 1b05daa remove gate tag (part 1) by Sean Dague · 10 years ago
  91. f077dd2 Switch all uses of urlparse to import from six by Matthew Treinish · 10 years ago
  92. 0a95854 Merge "Remove migrated utils code" by Jenkins · 10 years ago
  93. 60b7309 Split resource_setup for compute tests by Rohan Kanade · 10 years ago
  94. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  95. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  96. ae99b9a Change servers client to return one value and update tests by David Kranz · 10 years ago
  97. 0fb1429 Change basic server client methods to return one value and update tests by David Kranz · 10 years ago
  98. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  99. d938876 Change tempest Conflict exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  100. c49fcbe Switch to using the skip_because decorator from tempest-lib by Matthew Treinish · 10 years ago