1. 764069e compute: Wait until server is ACTIVE before deleting during resource_setup by Lee Yarwood · 4 years, 9 months ago
  2. b5603bc Adding description for testcases - compute part5 by zhufl · 5 years ago
  3. e85f029 Create default network for more compute tests by Eric Fried · 5 years ago
  4. bfaa50f Create default network for several compute tests by Eric Fried · 5 years ago
  5. 58dcbc0 Add a default network when creating a server by Rodolfo Alonso Hernandez · 5 years ago
  6. ecddd38 Merge "Set max_microversion 2.35 for nova image tests" by Zuul · 7 years ago
  7. 66275c2 Set max_microversion 2.35 for nova image tests by zhufl · 7 years ago
  8. e913e46 Avoid server_check_teardown exception breaking tearDown by zhufl · 7 years ago
  9. 8c9d436 Fix TypeError in _unshelve_server by zhufl · 7 years ago
  10. aa27003 Add addOnException of unshelve_server when using sharing server by zhufl · 8 years ago
  11. ba0e553 Rename base.rebuild_server to base.recreate_server by zhufl · 8 years ago
  12. cd36841 Move test decorators to common by Andrea Frittoli · 8 years ago
  13. 8bdf881 Merge "Create deleted server in resource_setup" by Jenkins · 8 years ago
  14. 406e913 Create deleted server in resource_setup by zhufl · 8 years ago
  15. 5376ab3 Correct invalid client in ServersNegativeTestMultiTenantJSON by zhufl · 8 years ago
  16. ecb31f0 Tag test_create_server_invalid_bdm_in_2nd_dict as needing cinder by Matthew Treinish · 8 years ago
  17. 3b46d27 Move the `attr` decorator from test.py to tempest/lib by Jordan Pittier · 8 years ago
  18. c5665a6 Move the `related_bug` decorator from test.py to tempest/lib by Jordan Pittier · 8 years ago
  19. 757833a Use tempest.lib data_utils - compute by Ken'ichi Ohmichi · 8 years ago
  20. 589028a Change rebuild tests to use image_ref by Emily Hugenbruch · 8 years ago
  21. bc6d4c2 Add related_bug for bug/1660878 by Ken'ichi Ohmichi · 8 years ago
  22. 14b0ae1 Switch to decorators.idempotent_id on compute.servers by Ken'ichi Ohmichi · 8 years ago
  23. b3acb48 Modify comments in xxx_name_length_exceeds_256 by zhufl · 8 years ago
  24. 8ee59f8 Add a test for reproducing bug/1651064 by Ken'ichi Ohmichi · 8 years ago
  25. ddc59a0 Boot a server from a non-bootable volume by lkuchlan · 9 years ago
  26. 3bdcf7c Permission changes: Python file should be 0644 not 0775 by Jordan Pittier · 9 years ago
  27. 12dc973 py3: Miscellaneous fixes by Sirushti Murugesan · 9 years ago
  28. c6ce539 Use classname as prefix of volume name by zhufl · 9 years ago
  29. 017b5fe Move shelve server logic in compute utility by ghanshyam · 9 years ago
  30. 2718b3a Move multi-tenant server negative tests into subclass by Chris Hoge · 9 years ago
  31. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 9 years ago
  32. ae76c12 Rename compute images_client to compute_images_client by Ghanshyam · 9 years ago
  33. 7b05db3 Merge "Make server action methods[m-z] use **kwargs" by Jenkins · 9 years ago
  34. 36b714c Make server action methods[m-z] use **kwargs by Ken'ichi Ohmichi · 9 years ago
  35. bf4766a Make server action methods[f-l] use **kwargs by Ken'ichi Ohmichi · 9 years ago
  36. b2e01ab Split a server test into two distinct tests by Joe H. Rahme · 10 years ago
  37. d7e04b2 Add compute personality feature config by Takeaki Matsumoto · 10 years ago
  38. f2d436e Make create_server use **kwargs by Ken'ichi Ohmichi · 10 years ago
  39. 0f82525 Return complete response from servers_client by ghanshyam · 10 years ago
  40. 1040d8a Merge "Fix tests updating server by name rather than id" by Jenkins · 10 years ago
  41. b263108 Add "server" to action methods - part 2 by Ken'ichi Ohmichi · 10 years ago
  42. 74b0346 Fix tests updating server by name rather than id by Shuquan Huang · 10 years ago
  43. 1756e0b Return complete response from compute images_client by ghanshyam · 10 years ago
  44. f627a97 Merge "Add "server" to action methods" by Jenkins · 10 years ago
  45. e91a0c6 Move wait_for_server_termination from servers_client by Ken'ichi Ohmichi · 10 years ago
  46. 5271b0f Add "server" to action methods by Ken'ichi Ohmichi · 10 years ago
  47. 0eb153c Remove wait_for_server_status from servers_client by Ken'ichi Ohmichi · 10 years ago
  48. e97870c Merge "Use the prefix-embedded rand_name method" by Jenkins · 10 years ago
  49. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  50. 7680024 Apply a naming rule of GET to show_server method by Ken'ichi Ohmichi · 10 years ago
  51. 0943d9b Apply a naming rule of GET to compute clients([ik]) by Ken'ichi Ohmichi · 10 years ago
  52. af9d94e Merge "Initial class creds creation in test base class" by Jenkins · 10 years ago
  53. b21de6c Initial class creds creation in test base class by Andrea Frittoli · 10 years ago
  54. 639f2fa remove gate tag (part 2) by Sean Dague · 10 years ago
  55. 0a95854 Merge "Remove migrated utils code" by Jenkins · 10 years ago
  56. 60b7309 Split resource_setup for compute tests by Rohan Kanade · 10 years ago
  57. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  58. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  59. cd52794 Merge "Change servers client to return one value and update tests" by Jenkins · 10 years ago
  60. ae99b9a Change servers client to return one value and update tests by David Kranz · 10 years ago
  61. 4b29e47 Change tempest BadRequest exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  62. 0fb1429 Change basic server client methods to return one value and update tests by David Kranz · 10 years ago
  63. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  64. d938876 Change tempest Conflict exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  65. 90c914e Change tempest OverLimit exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  66. a5299eb Change compute image client methods to return one value by David Kranz · 10 years ago
  67. fe087de Fix rebuild server tests for wrong input by ghanshyam · 10 years ago
  68. 67025a2 part-2 expect badRequest in server metadata test by ghanshyam · 11 years ago
  69. 2fac831 delete all compute xml tests by Sean Dague · 11 years ago
  70. 8283b4e Add Credentials Provider factory by Andrea Frittoli · 11 years ago
  71. 50bb80d Migrate computev2 API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  72. ddfc4ef Removes test_force_delete_server_invalid_state negative test by Chris Yeoh · 11 years ago
  73. 25f666f Add new shelve compute feature flag by David Shrewsbury · 11 years ago
  74. b3d956f Add skip decorators in test_servers_negative by Joseph Lanoux · 11 years ago
  75. e8d3fd5 fix usage of allow_tenant_isolation by Andrey Pavlov · 11 years ago
  76. 305e65b Account failure to the tearDown instead of setUp by Attila Fazekas · 12 years ago
  77. 992162e Move pause_available class variable into skip decorators by Matt Riedemann · 11 years ago
  78. f0cf695 Move suspend_available class variable into skip decorators by Matt Riedemann · 11 years ago
  79. aeb7e84 Support disabling suspend/resume for compute api by Eric Windisch · 11 years ago
  80. b553807 Support disabling server pausing for compute API by Eric Windisch · 11 years ago
  81. dfabaf2 Cleanup _interface class variables in compute by Masayuki Igawa · 11 years ago
  82. b0a78fc Convert compute api tests to global CONF object by Matthew Treinish · 11 years ago
  83. b29b36e Merge "Fixing typo "existant". Must be "existent"" by Jenkins · 11 years ago
  84. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  85. 179077c Fixing typo "existant". Must be "existent" by nayna-patel · 11 years ago
  86. aa702b0 Use rand_uuid and remove unused client for clean-up by Ken'ichi Ohmichi · 11 years ago
  87. 122cdf5 Fix the scope to share a server between tests by Ken'ichi Ohmichi · 11 years ago
  88. 2cd19a4 Fix rebuild_server() function by Matthew Treinish · 12 years ago
  89. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  90. 557cef3 Merge "Add shelve/unshelve test of nova APIs" by Jenkins · 12 years ago
  91. f49bf18 Add negative resize server action test by Hoisaleshwara Madan V S · 12 years ago
  92. 39437e2 Add shelve/unshelve test of nova APIs by Ken'ichi Ohmichi · 12 years ago
  93. cfc052e Rename to create_test_server in API tests by Ken'ichi Ohmichi · 12 years ago
  94. aecc109 add some negative tests for force_delete/restore by Lingxian Kong · 12 years ago
  95. 18dae64 Merge "add BaseV2ComputeTest as the base class of nova v2 api tests" by Jenkins · 12 years ago
  96. f2b0050 add BaseV2ComputeTest as the base class of nova v2 api tests by ivan-zhu · 12 years ago
  97. c3e510c Changed the exception name by Anju5 · 12 years ago
  98. 6fab1a1 server status remained in unexpected state by Attila Fazekas · 12 years ago
  99. d90c010 Move negative action tests to right place by Ken'ichi Ohmichi · 12 years ago
  100. da30650 Reduce vm creations in negative tests by Ken'ichi Ohmichi · 12 years ago