1. d272c12 Use a compute service type from tempest.conf by Ken'ichi Ohmichi · 11 years ago
  2. 2fac831 delete all compute xml tests by Sean Dague · 11 years ago
  3. 52dce7b Fix empty string as id in create flavor request by ghanshyam · 11 years ago
  4. 2d2d4d9 Fix the flavor ram string value by Ken'ichi Ohmichi · 11 years ago
  5. a7f3d99 Add exceptions.BadRequest to the test case of reserve_fixed_ip by Eli Qiao · 11 years ago
  6. ce6b14e Lock test_resize_server_using_overlimit_* tests on 'compute_quotas' by Matt Riedemann · 11 years ago
  7. 50bb80d Migrate computev2 API tests to resource_* fixtures by Andrea Frittoli · 11 years ago
  8. ff76888 Merge "Allow new quota types" by Jenkins · 11 years ago
  9. 5f61539 Allow new quota types by Phil Day · 11 years ago
  10. 3576254 Allow out of quota failure status code to be 413 or 403 by ZHU ZHU · 11 years ago
  11. 3f30002 Merge "Convert request schema (flavors_admin)" by Jenkins · 11 years ago
  12. bd02c75 Merge "Avoid unneeded use of set, and use list instead" by Jenkins · 11 years ago
  13. c8fbba3 Merge "Add network tags to test_quotas_negative" by Jenkins · 11 years ago
  14. b74fb27 Merge "Add os-networks JSON client for tempest" by Jenkins · 11 years ago
  15. db279a7 Merge "Deacrease the required image store size by 4 GiB" by Jenkins · 11 years ago
  16. e258cd7 Add os-networks JSON client for tempest by Andrea Frittoli · 11 years ago
  17. fdc1045 Convert request schema (flavors_admin) by Marc Koderer · 11 years ago
  18. 1d14c54 Enable E128 ignore E129 by Matthew Treinish · 11 years ago
  19. f6a58e6 Avoid unneeded use of set, and use list instead by Vincent Untz · 11 years ago
  20. e4cda0f Merge "Adds test for Sec group default rule Nova V2 API" by Jenkins · 11 years ago
  21. bfa86c6 Merge "Use random binary data for test images" by Jenkins · 11 years ago
  22. d9b5db7 Add network tags to test_quotas_negative by ekhugen · 11 years ago
  23. 3df237c Skip migrate server invalid state if resize is off by Andrea Rosa · 11 years ago
  24. a727b75 Merge "Skip hypervisor uptime test for baremetal" by Jenkins · 11 years ago
  25. 93279b0 Merge "Fix availability zone client in compute admin test" by Jenkins · 11 years ago
  26. 152b781 Skip hypervisor uptime test for baremetal by David Shrewsbury · 11 years ago
  27. e9d2f42 First part of moving success response checking to identity client by David Kranz · 11 years ago
  28. e3e9da7 Make os-quota-class-sets test not break quotas by Sean Dague · 11 years ago
  29. 9d9201d Adds test for Sec group default rule Nova V2 API by Ghanshyam · 11 years ago
  30. 93d7b30 Merge "Add network service tag to compute tests" by Jenkins · 11 years ago
  31. 8c4d9e1 Merge "Add test for compute API os-quota-class-sets" by Jenkins · 11 years ago
  32. b3d956f Add skip decorators in test_servers_negative by Joseph Lanoux · 11 years ago
  33. 2df9748 Add network service tag to compute tests by Matthew Treinish · 11 years ago
  34. 3efb456 Skip quota-out tests temporary to change error codes by Ken'ichi Ohmichi · 11 years ago
  35. 3150111 Fix availability zone client in compute admin test by Ghanshyam · 11 years ago
  36. 0606e1f Check create-Floating-IP-Bulk Nova API attributes by Ghanshyam · 11 years ago
  37. 8446493 Merge "Adds test for Floating Ips bulk Nova V2 API" by Jenkins · 11 years ago
  38. 5d53cd9 Merge "Enable E113,E111,H302,F812,E713 rules" by Jenkins · 11 years ago
  39. 848805f Add test for compute API os-quota-class-sets by Matt Riedemann · 11 years ago
  40. 06a5b4a Adds test for Floating Ips bulk Nova V2 API by Ghanshyam · 11 years ago
  41. 9612e81 Get credential IDs from Credentials class by Andrea Frittoli · 11 years ago
  42. bcefa3d Add a common admin class for Nova v2/v3 API tests by Ken'ichi Ohmichi · 11 years ago
  43. 86ad28d Access credential fields as attributes by Andrea Frittoli · 11 years ago
  44. f5c26d1 Merge "Added cleanup in some tests" by Jenkins · 11 years ago
  45. 60b503a Merge "Remove the unused _get_unused_flavor_id()" by Jenkins · 11 years ago
  46. 0599f52 Added cleanup in some tests by anju Tiwari · 11 years ago
  47. 6536647 Merge "Add V2 Nova API os-agents tests" by Jenkins · 11 years ago
  48. 32b16db Merge "Implementing XML client for VPNaaS" by Jenkins · 11 years ago
  49. d92956d Remove the unused _get_unused_flavor_id() by Ken'ichi Ohmichi · 11 years ago
  50. bc4012c Merge "Add os-migration tests for Nova v2 API" by Jenkins · 11 years ago
  51. 41a042c Merge "Cleanup common.debug" by Jenkins · 11 years ago
  52. 420f2eb Add V2 Nova API os-agents tests by Yuiko Takada · 11 years ago
  53. 7051d62 Disable other suspend/resume tests if not supported by Matt Riedemann · 11 years ago
  54. 49f1029 Merge "Deduplicate negative test calls" by Jenkins · 11 years ago
  55. 2fdc182 Add os-migration tests for Nova v2 API by Ken'ichi Ohmichi · 11 years ago
  56. c55690d Enable private flavors tests by Santiago Baldassin · 11 years ago
  57. b2978da Deduplicate negative test calls by Marc Koderer · 11 years ago
  58. eb66715 Merge "Test current tenant not added to private flavor" by Jenkins · 11 years ago
  59. 3e10225 Merge "Introduce load_tests mechanism for negative tests" by Jenkins · 11 years ago
  60. 7f98916 Test current tenant not added to private flavor by Santiago Baldassin · 11 years ago
  61. cbe21b0 API test for 'create server with scheduler hints' by raiesmh08 · 11 years ago
  62. 674c8fc Introduce load_tests mechanism for negative tests by Marc Koderer · 11 years ago
  63. 67b827f Stop test server leaking even if an error happens by Masayuki Igawa · 11 years ago
  64. 77aa856 Merge "Move verification of response attributes into service client" by Jenkins · 11 years ago
  65. 648d1e4 Merge "Add V2 Nova API os-quota-sets tests" by Jenkins · 11 years ago
  66. 2209cf5 Add V2 Nova API os-quota-sets tests by Yuiko Takada · 11 years ago
  67. c266b28 Move verification of response attributes into service client by Chris Yeoh · 11 years ago
  68. 8648bae Make imports proper order by Masayuki Igawa · 11 years ago
  69. 1b6be60 Merge "Add support for negative tests with admin client" by Jenkins · 11 years ago
  70. 8f544a6 Merge "Verify service attributes through Nova "get services" API" by Jenkins · 11 years ago
  71. 986bf41 Verify service attributes through Nova "get services" API by Ken'ichi Ohmichi · 11 years ago
  72. bf48c0b Merge "Prepare for enabling H302 rule (api/compute/admin)" by Jenkins · 11 years ago
  73. f857fda Add support for negative tests with admin client by Marc Koderer · 11 years ago
  74. dfabaf2 Cleanup _interface class variables in compute by Masayuki Igawa · 11 years ago
  75. c3c0ff8 Merge "Add Nova V2 API test for resetNetwork/injectNetworkInfo" by Jenkins · 11 years ago
  76. 394d8d9 Prepare for enabling H302 rule (api/compute/admin) by Masayuki Igawa · 11 years ago
  77. 4484afd Merge "Replace assertEqual(None, *) with assertIsNone in tests" by Jenkins · 11 years ago
  78. 79f4a09 Add Nova V2 API test for resetNetwork/injectNetworkInfo by Ghanshyam Mann · 11 years ago
  79. 3c9c3c3 Move admin "delete a server" tests to test_servers by Ken'ichi Ohmichi · 11 years ago
  80. fe6da21 Merge "Clarify admin_delete_server_of_others test case" by Jenkins · 11 years ago
  81. c3849a9 Merge "fix quotas client in admin/test_quotas.py" by Jenkins · 11 years ago
  82. 8be08cc Clarify admin_delete_server_of_others test case by Masayuki Igawa · 11 years ago
  83. 72bfea8 Separate non-admin AZ tests from admin test files by Ken'ichi Ohmichi · 11 years ago
  84. 7202806 Remove unsed client variables by Ken'ichi Ohmichi · 11 years ago
  85. 50eb71c fix quotas client in admin/test_quotas.py by Zhi Kun Liu · 11 years ago
  86. e5021be Merge "unskip test_list_non_public_flavor" by Jenkins · 11 years ago
  87. b9bb77b Merge "Fixed misspellings in Tempest" by Jenkins · 11 years ago
  88. 2e7513a unskip test_list_non_public_flavor by Attila Fazekas · 11 years ago
  89. d4acec4 Add extra list servers by host test by ChenZheng · 11 years ago
  90. e4cd392 Replace assertEqual(None, *) with assertIsNone in tests by llg8212 · 11 years ago
  91. b15d8b6 Fixed misspellings in Tempest by Marc Solanas · 11 years ago
  92. 9f5c796 Merge "Forbid availability_zone None in aggregate Nova API" by Jenkins · 11 years ago
  93. 8a04c50 Merge "Removed unnecessary lock from a aggregate test" by Jenkins · 11 years ago
  94. f93d248 Forbid availability_zone None in aggregate Nova API by Yuiko Takada · 11 years ago
  95. b0a78fc Convert compute api tests to global CONF object by Matthew Treinish · 11 years ago
  96. 7a61182 Removed unnecessary lock from a aggregate test by anju Tiwari · 11 years ago
  97. ffa43fa Merge "Separate negative tests for test_quotas" by Jenkins · 11 years ago
  98. 18827d7 Merge "Add delete specific status server test" by Jenkins · 11 years ago
  99. c367d91 Separate negative tests for test_quotas by Haiwei Xu · 11 years ago
  100. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago