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