1. f2d436e Make create_server use **kwargs by Ken'ichi Ohmichi · 10 years ago
  2. 0f82525 Return complete response from servers_client by ghanshyam · 10 years ago
  3. 1756e0b Return complete response from compute images_client by ghanshyam · 10 years ago
  4. 7105d0f Merge "Return complete resp from security_group_rules_client" by Jenkins · 10 years ago
  5. cb35197 Merge "Return complete resp from security_groups_client" by Jenkins · 10 years ago
  6. f627a97 Merge "Add "server" to action methods" by Jenkins · 10 years ago
  7. b610b77 Return complete resp from security_groups_client by ghanshyam · 10 years ago
  8. 0a5e123 Return complete resp from security_group_rules_client by ghanshyam · 10 years ago
  9. 5271b0f Add "server" to action methods by Ken'ichi Ohmichi · 10 years ago
  10. 6620725 Full response for v1 ImageClient methods by John Warren · 10 years ago
  11. 169ef86 Merge "Make security_group_rules_client use **kwargs" by Jenkins · 10 years ago
  12. c5fcae7 Merge "Make create_image use **kwargs" by Jenkins · 10 years ago
  13. eb7eeec Make security_group_rules_client use **kwargs by Ken'ichi Ohmichi · 10 years ago
  14. eb426a6 Merge "Make security_groups_client use **kwargs" by Jenkins · 10 years ago
  15. 34563cc Make security_groups_client use **kwargs by Ken'ichi Ohmichi · 10 years ago
  16. 28f1867 Make create_image use **kwargs by Ken'ichi Ohmichi · 10 years ago
  17. e364bce Make keypairs_client use **kwargs by Ken'ichi Ohmichi · 10 years ago
  18. 685cd17 Separate security_group_rules_client by Ken'ichi Ohmichi · 10 years ago
  19. e97870c Merge "Use the prefix-embedded rand_name method" by Jenkins · 10 years ago
  20. d39431f Use the prefix-embedded rand_name method by Fei Long Wang · 10 years ago
  21. 7680024 Apply a naming rule of GET to show_server method by Ken'ichi Ohmichi · 10 years ago
  22. 217f2f3 Apply a naming rule of GET to secgroup clients by Ken'ichi Ohmichi · 10 years ago
  23. 0943d9b Apply a naming rule of GET to compute clients([ik]) by Ken'ichi Ohmichi · 10 years ago
  24. 5d41076 Apply a show_image rule of GET to clients by Ken'ichi Ohmichi · 10 years ago
  25. 1f34241 Introduce creds_provider in test.py by Andrea Frittoli (andreaf) · 10 years ago
  26. af9d94e Merge "Initial class creds creation in test base class" by Jenkins · 10 years ago
  27. 8cde806 Merge "remove gate tag (part 1)" by Jenkins · 10 years ago
  28. b21de6c Initial class creds creation in test base class by Andrea Frittoli · 10 years ago
  29. 1b05daa remove gate tag (part 1) by Sean Dague · 10 years ago
  30. b0c65f2 Switch all uses of StringIO to use it from six by Matthew Treinish · 10 years ago
  31. 4937f56 Remove hyphen from rand_name calls in compute tests by Ken'ichi Ohmichi · 10 years ago
  32. 583ce2c Update all Oslo module use by Doug Hellmann · 10 years ago
  33. 01472ff Remove migrated utils code by Matthew Treinish · 10 years ago
  34. 7579c1a Add UUIDs to all tempest tests and gate check by Chris Hoge · 10 years ago
  35. cd52794 Merge "Change servers client to return one value and update tests" by Jenkins · 10 years ago
  36. 355e696 Merge "Update compute base test to split up resource_setup" by Jenkins · 10 years ago
  37. ae99b9a Change servers client to return one value and update tests by David Kranz · 10 years ago
  38. e7991d9 Update compute base test to split up resource_setup by Emily Hugenbruch · 10 years ago
  39. 4b29e47 Change tempest BadRequest exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  40. 0fb1429 Change basic server client methods to return one value and update tests by David Kranz · 10 years ago
  41. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  42. e290f3e Merge "Change keypair client to return one value and update tests" by Jenkins · 10 years ago
  43. 9964b4e Change security-group clients to return one value and update tests by David Kranz · 10 years ago
  44. 173f0e0 Change keypair client to return one value and update tests by David Kranz · 10 years ago
  45. a5299eb Change compute image client methods to return one value by David Kranz · 10 years ago
  46. 34f1878 Change image client methods to return one value by David Kranz · 10 years ago
  47. 2fac831 delete all compute xml tests by Sean Dague · 11 years ago
  48. 8283b4e Add Credentials Provider factory by Andrea Frittoli · 11 years ago
  49. 50bb80d Migrate computev2 API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  50. 1d14c54 Enable E128 ignore E129 by Matthew Treinish · 11 years ago
  51. 85f5bed Avoid snapshotting from compute authorization test by Adam Gandelman · 11 years ago
  52. 422fbdf Enforces the use of Credentials (part2) by Andrea Frittoli · 11 years ago
  53. 0a27712 Remove unused create_image of Nova v2 API by Ken'ichi Ohmichi · 11 years ago
  54. 7704ba4 Merge "Enable H302 check (api/compute/{c*,f*,i*,s*,t*})" by Jenkins · 11 years ago
  55. e9999d6 Enable H302 check (api/compute/{c*,f*,i*,s*,t*}) by Yuiko Takada · 11 years ago
  56. dfabaf2 Cleanup _interface class variables in compute by Masayuki Igawa · 11 years ago
  57. 8bbdb16 Multiversion authentication part1 by Andrea Frittoli · 11 years ago
  58. b0a78fc Convert compute api tests to global CONF object by Matthew Treinish · 11 years ago
  59. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  60. 5a33724 Create only necessary resources for compute v2 and network tests by Salvatore Orlando · 11 years ago
  61. f7fca6a Remove generic_setup_package() function by Matthew Treinish · 12 years ago
  62. 259c113 Cleanup using about the data_utils module and functions by Masayuki Igawa · 12 years ago
  63. cfc052e Rename to create_test_server in API tests by Ken'ichi Ohmichi · 12 years ago
  64. f2b0050 add BaseV2ComputeTest as the base class of nova v2 api tests by ivan-zhu · 12 years ago
  65. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  66. 54a4286 Remove wait_for_image_resp_code by Attila Fazekas · 12 years ago
  67. 92f7719 removes self.fail as suggested by HACKING.rst by Giulio Fidente · 12 years ago
  68. b86cda9 Add tenant isolation for scenario tests by Matthew Treinish · 12 years ago
  69. f7f34f9 White space after # in tempest/api files by Attila Fazekas · 12 years ago
  70. e9c7702 Set smoke/gate attributes for tests in "compute" by Giampaolo Lauria · 12 years ago
  71. 1937d09 rename tests -> api by Sean Dague · 12 years ago[Renamed (99%) from tempest/tests/compute/test_authorization.py]
  72. b2ca5ca Finish up flake8 conversion. by Monty Taylor · 12 years ago
  73. b330ebf Merge "Xml Support for Image Test scripts" by Jenkins · 12 years ago
  74. eda1d12 Xml Support for Image Test scripts by nayna-patel · 12 years ago
  75. c426f3a Remove unused imports by afazekas · 12 years ago
  76. 9ebcb32 Merge "Updating the try/except blocks to assertRaises." by Jenkins · 12 years ago
  77. d6fea20 Remove skips from bugs marked as fixed. by Matthew Treinish · 12 years ago
  78. d0e2412 Updating the try/except blocks to assertRaises. by hi2suresh · 12 years ago
  79. 75b51a0 Merge "Change server create to use tracked create_server" by Jenkins · 12 years ago
  80. 0a1bdff Change server create to use tracked create_server by Mauro S. M. Rodrigues · 12 years ago
  81. 31bb7cb Convert try/expect/else as per new Tempest style. by hi2suresh · 12 years ago
  82. 19044d5 Simplify xml-json inheritance in compute by Attila Fazekas · 12 years ago
  83. fa756cb Fixes around variable usage by Attila Fazekas · 12 years ago
  84. 8b4eaa5 Removes use of nose.tools.raises by Chris Yeoh · 12 years ago
  85. e4cb04c Merge console_output_client to server_client by Attila Fazekas · 12 years ago
  86. 1feeb38 Use testtools as the base testcase class. by ivan-zhu · 12 years ago
  87. e6d8ee1 Revert "Split up XML and JSON testing." by James E. Blair · 12 years ago
  88. 58dec9d Split up XML and JSON testing. by Matthew Treinish · 12 years ago
  89. 4dd2c0b convert docstrings to comments by Sean Dague · 12 years ago
  90. 481466b Initial Oslo sync for Tempest. by Matthew Treinish · 12 years ago
  91. 34afe48 Merge "Fix import order to comply with import ordering rules." by Jenkins · 12 years ago
  92. a83a16e Fix import order to comply with import ordering rules. by Matthew Treinish · 13 years ago
  93. 9bc1a2b Reenable security group related test case by Attila Fazekas · 13 years ago
  94. 084f2c1 Skip tests broken by nova b u g 1086980. by David Kranz · 13 years ago
  95. fa07a0e Added missing import for SkipTest in test_authorization. by Wayne Vestal Weeks · 13 years ago
  96. e0884a3 Clean up pep8 E127 violations by Zhongyue Luo · 13 years ago
  97. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 13 years ago
  98. e471d6e Clean up pep8 E711 violations by Zhongyue Luo · 13 years ago
  99. e6321ef Clean up pep8 E502 violations by Zhongyue Luo · 13 years ago
  100. 406eb2a Fix test_create_server_with_unauthorized_image by Joe Gordon · 13 years ago