1. 589028a Change rebuild tests to use image_ref by Emily Hugenbruch · 8 years ago
  2. bc6d4c2 Add related_bug for bug/1660878 by Ken'ichi Ohmichi · 8 years ago
  3. 14b0ae1 Switch to decorators.idempotent_id on compute.servers by Ken'ichi Ohmichi · 8 years ago
  4. b3acb48 Modify comments in xxx_name_length_exceeds_256 by zhufl · 8 years ago
  5. 8ee59f8 Add a test for reproducing bug/1651064 by Ken'ichi Ohmichi · 8 years ago
  6. ddc59a0 Boot a server from a non-bootable volume by lkuchlan · 9 years ago
  7. 3bdcf7c Permission changes: Python file should be 0644 not 0775 by Jordan Pittier · 9 years ago
  8. 12dc973 py3: Miscellaneous fixes by Sirushti Murugesan · 9 years ago
  9. c6ce539 Use classname as prefix of volume name by zhufl · 9 years ago
  10. 017b5fe Move shelve server logic in compute utility by ghanshyam · 9 years ago
  11. 2718b3a Move multi-tenant server negative tests into subclass by Chris Hoge · 9 years ago
  12. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 9 years ago
  13. ae76c12 Rename compute images_client to compute_images_client by Ghanshyam · 9 years ago
  14. 7b05db3 Merge "Make server action methods[m-z] use **kwargs" by Jenkins · 9 years ago
  15. 36b714c Make server action methods[m-z] use **kwargs by Ken'ichi Ohmichi · 9 years ago
  16. bf4766a Make server action methods[f-l] use **kwargs by Ken'ichi Ohmichi · 9 years ago
  17. b2e01ab Split a server test into two distinct tests by Joe H. Rahme · 10 years ago
  18. d7e04b2 Add compute personality feature config by Takeaki Matsumoto · 10 years ago
  19. f2d436e Make create_server use **kwargs by Ken'ichi Ohmichi · 10 years ago
  20. 0f82525 Return complete response from servers_client by ghanshyam · 10 years ago
  21. 1040d8a Merge "Fix tests updating server by name rather than id" by Jenkins · 10 years ago
  22. b263108 Add "server" to action methods - part 2 by Ken'ichi Ohmichi · 10 years ago
  23. 74b0346 Fix tests updating server by name rather than id by Shuquan Huang · 10 years ago
  24. 1756e0b Return complete response from compute images_client by ghanshyam · 10 years ago
  25. f627a97 Merge "Add "server" to action methods" by Jenkins · 10 years ago
  26. e91a0c6 Move wait_for_server_termination from servers_client by Ken'ichi Ohmichi · 10 years ago
  27. 5271b0f Add "server" to action methods by Ken'ichi Ohmichi · 10 years ago
  28. 0eb153c Remove wait_for_server_status from servers_client by Ken'ichi Ohmichi · 10 years ago
  29. e97870c Merge "Use the prefix-embedded rand_name method" by Jenkins · 10 years ago
  30. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  31. 7680024 Apply a naming rule of GET to show_server method by Ken'ichi Ohmichi · 10 years ago
  32. 0943d9b Apply a naming rule of GET to compute clients([ik]) by Ken'ichi Ohmichi · 10 years ago
  33. af9d94e Merge "Initial class creds creation in test base class" by Jenkins · 10 years ago
  34. b21de6c Initial class creds creation in test base class by Andrea Frittoli · 10 years ago
  35. 639f2fa remove gate tag (part 2) by Sean Dague · 10 years ago
  36. 0a95854 Merge "Remove migrated utils code" by Jenkins · 10 years ago
  37. 60b7309 Split resource_setup for compute tests by Rohan Kanade · 10 years ago
  38. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  39. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  40. cd52794 Merge "Change servers client to return one value and update tests" by Jenkins · 10 years ago
  41. ae99b9a Change servers client to return one value and update tests by David Kranz · 10 years ago
  42. 4b29e47 Change tempest BadRequest exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  43. 0fb1429 Change basic server client methods to return one value and update tests by David Kranz · 10 years ago
  44. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  45. d938876 Change tempest Conflict exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  46. 90c914e Change tempest OverLimit exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  47. a5299eb Change compute image client methods to return one value by David Kranz · 10 years ago
  48. fe087de Fix rebuild server tests for wrong input by ghanshyam · 10 years ago
  49. 67025a2 part-2 expect badRequest in server metadata test by ghanshyam · 10 years ago
  50. 2fac831 delete all compute xml tests by Sean Dague · 10 years ago
  51. 8283b4e Add Credentials Provider factory by Andrea Frittoli · 11 years ago
  52. 50bb80d Migrate computev2 API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  53. ddfc4ef Removes test_force_delete_server_invalid_state negative test by Chris Yeoh · 11 years ago
  54. 25f666f Add new shelve compute feature flag by David Shrewsbury · 11 years ago
  55. b3d956f Add skip decorators in test_servers_negative by Joseph Lanoux · 11 years ago
  56. e8d3fd5 fix usage of allow_tenant_isolation by Andrey Pavlov · 11 years ago
  57. 305e65b Account failure to the tearDown instead of setUp by Attila Fazekas · 12 years ago
  58. 992162e Move pause_available class variable into skip decorators by Matt Riedemann · 11 years ago
  59. f0cf695 Move suspend_available class variable into skip decorators by Matt Riedemann · 11 years ago
  60. aeb7e84 Support disabling suspend/resume for compute api by Eric Windisch · 11 years ago
  61. b553807 Support disabling server pausing for compute API by Eric Windisch · 11 years ago
  62. dfabaf2 Cleanup _interface class variables in compute by Masayuki Igawa · 11 years ago
  63. b0a78fc Convert compute api tests to global CONF object by Matthew Treinish · 11 years ago
  64. b29b36e Merge "Fixing typo "existant". Must be "existent"" by Jenkins · 11 years ago
  65. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  66. 179077c Fixing typo "existant". Must be "existent" by nayna-patel · 11 years ago
  67. aa702b0 Use rand_uuid and remove unused client for clean-up by Ken'ichi Ohmichi · 11 years ago
  68. 122cdf5 Fix the scope to share a server between tests by Ken'ichi Ohmichi · 11 years ago
  69. 2cd19a4 Fix rebuild_server() function by Matthew Treinish · 11 years ago
  70. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  71. 557cef3 Merge "Add shelve/unshelve test of nova APIs" by Jenkins · 12 years ago
  72. f49bf18 Add negative resize server action test by Hoisaleshwara Madan V S · 12 years ago
  73. 39437e2 Add shelve/unshelve test of nova APIs by Ken'ichi Ohmichi · 12 years ago
  74. cfc052e Rename to create_test_server in API tests by Ken'ichi Ohmichi · 12 years ago
  75. aecc109 add some negative tests for force_delete/restore by Lingxian Kong · 12 years ago
  76. 18dae64 Merge "add BaseV2ComputeTest as the base class of nova v2 api tests" by Jenkins · 12 years ago
  77. f2b0050 add BaseV2ComputeTest as the base class of nova v2 api tests by ivan-zhu · 12 years ago
  78. c3e510c Changed the exception name by Anju5 · 12 years ago
  79. 6fab1a1 server status remained in unexpected state by Attila Fazekas · 12 years ago
  80. d90c010 Move negative action tests to right place by Ken'ichi Ohmichi · 12 years ago
  81. da30650 Reduce vm creations in negative tests by Ken'ichi Ohmichi · 12 years ago
  82. 2119956 Merge "add server suspend/resume negative tests" by Jenkins · 12 years ago
  83. b2ca96f add server delete/unpause tests by LingxianKong · 12 years ago
  84. 691a570 add server suspend/resume negative tests by LingxianKong · 12 years ago
  85. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  86. f099f80 Fixes typos in tempest/api by Chang Bo Guo · 12 years ago
  87. 6c33616 Added negative tests for server by Anju Tiwari · 12 years ago
  88. 38c4dc4 Fix fail logic for server of another tenant test by Matthew Treinish · 12 years ago
  89. 8c78976 Added a server-pause test by Anju Tiwari · 12 years ago
  90. ab61c07 Fixes a test case name. by Xiao Hanyu · 12 years ago
  91. 46b0e04 Merge "Revert "Update a test to work with Quantum SecGroup"" by Jenkins · 12 years ago
  92. ce89f63 Revert "Update a test to work with Quantum SecGroup" by Jordan Pittier · 12 years ago
  93. 2f84a1e Merge "Update a test to work with Quantum SecGroup" by Jenkins · 12 years ago
  94. 2c29787 Update a test to work with Quantum SecGroup by JordanP · 12 years ago
  95. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago
  96. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (99%) from tempest/tests/compute/servers/test_servers_negative.py]
  97. e623f75 enable test_servers_negative by Sean Dague · 12 years ago
  98. 22897e1 create_server cleanup by Sean Dague · 12 years ago
  99. 18edb81 Implement assertRaises assertions on all tests by donald-ngo · 12 years ago
  100. 063acbc Add negative test for get server in test_servers_negative.py. by hi2suresh · 12 years ago