1. 1b855bc add token test for token-api by huangtianhua · 11 years ago
  2. b3e9c22 Merge "Add some test_cases for compute-cli" by Jenkins · 11 years ago
  3. ae091ad Merge "Test for the nova diagnostics API" by Jenkins · 11 years ago
  4. 8197f96 Merge "add some negative tests for volume updating:" by Jenkins · 11 years ago
  5. d729220 Merge "Remove unused CONF variable and import statement" by Jenkins · 11 years ago
  6. b2776c9 Merge "meta should be metadata in rebuild server" by Jenkins · 11 years ago
  7. f8c534b Merge "Cleanup existing instances in setup for test_list_servers_negative.py" by Jenkins · 11 years ago
  8. f59d6c4 Merge "add volume list tests" by Jenkins · 11 years ago
  9. db56fc5 Merge "Initial basic setup of openstack and tempest config file" by Jenkins · 11 years ago
  10. b52a562 Merge "Allow _status_timeout to be used for non-nova polling" by Jenkins · 11 years ago
  11. efa8536 Merge "remove code duplication in tempest/config.py" by Jenkins · 11 years ago
  12. 2c8e829 Merge "pass stop_on_error to _has_error_in_logs" by Jenkins · 11 years ago
  13. e5e318f Add some test_cases for compute-cli by wingwj · 11 years ago
  14. d0181f6 Merge "add two negative tests for flavor-access" by Jenkins · 11 years ago
  15. c2abb6c add some negative tests for volume updating: by wanghao · 11 years ago
  16. 88a2dd8 remove code duplication in tempest/config.py by DennyZhang · 11 years ago
  17. ee454d7 add volume list tests by Zhi Kun Liu · 11 years ago
  18. 308614d Merge "Use predictable instance/volume names in test_volumes_actions" by Jenkins · 11 years ago
  19. 2512fec Merge "Cleanup test_list_server_filters setup/teardown" by Jenkins · 11 years ago
  20. edee0e0 Merge "Add addtional logging and catch exceptions" by Jenkins · 11 years ago
  21. 499357d Merge "Placeholder log check script to be called by devstack-gate" by Jenkins · 11 years ago
  22. 16648e9 Add addtional logging and catch exceptions by Marc Koderer · 11 years ago
  23. 1ba23be Merge "Fix skip_because decorator" by Jenkins · 11 years ago
  24. 852c5c2 Placeholder log check script to be called by devstack-gate by David Kranz · 11 years ago
  25. 30e2d7d Merge "tempest/config.py parse some sections incorrectly" by Jenkins · 11 years ago
  26. 339dcd5 Cleanup existing instances in setup for test_list_servers_negative.py by Matt Riedemann · 11 years ago
  27. 80c1b9f Fix skip_because decorator by Masayuki Igawa · 11 years ago
  28. da07085 Test for the nova diagnostics API by Zhu Zhu · 11 years ago
  29. 58daf5f Merge "Add xml support to the floating ip and router" by Jenkins · 11 years ago
  30. 3fc8f8b Merge "Clean up existing instances when not using tenant isolation" by Jenkins · 11 years ago
  31. eeffc7b Use predictable instance/volume names in test_volumes_actions by Matt Riedemann · 11 years ago
  32. 12c29e0 Cleanup test_list_server_filters setup/teardown by Matt Riedemann · 11 years ago
  33. 53a1155 add two negative tests for flavor-access by Lingxian Kong · 11 years ago
  34. 9217f57 Remove unused CONF variable and import statement by Masayuki Igawa · 11 years ago
  35. 83181a9 introduces skip_because decorator by Giulio Fidente · 11 years ago
  36. 4ea0194 pass stop_on_error to _has_error_in_logs by Giulio Fidente · 11 years ago
  37. 385f0b1 Merge "Do not check for id in the keystone output" by Jenkins · 11 years ago
  38. 8a3973c Clean up existing instances when not using tenant isolation by Matt Riedemann · 11 years ago
  39. 57891fa Merge "_error_in_logs function of driver.py shall check all nodes" by Jenkins · 11 years ago
  40. 2119956 Merge "add server suspend/resume negative tests" by Jenkins · 11 years ago
  41. 29d25c0 Merge "Handle test_list_servers_by_changes_since without tenant isolation" by Jenkins · 11 years ago
  42. efde761 Allow _status_timeout to be used for non-nova polling by Steve Baker · 11 years ago
  43. ea88d9f TEMPEST_PY26_NOSE_COMPAT in py26 jobs by Attila Fazekas · 11 years ago
  44. 4d91977 Merge "add server delete/unpause tests" by Jenkins · 11 years ago
  45. 01cb126 Handle test_list_servers_by_changes_since without tenant isolation by Matt Riedemann · 11 years ago
  46. c74aede Add xml support to the floating ip and router by Attila Fazekas · 11 years ago
  47. 5573270 Merge "Unskip test_tokens and update expected status to 404 from 401" by Jenkins · 11 years ago
  48. b2ca96f add server delete/unpause tests by LingxianKong · 11 years ago
  49. 691a570 add server suspend/resume negative tests by LingxianKong · 11 years ago
  50. 25bddd9 Merge "Heat: use first_address instead of first_private_address" by Jenkins · 11 years ago
  51. 5beb0d3 Merge "Add test for admin deleting servers of others" by Jenkins · 11 years ago
  52. c9c9bab Merge "Test cases for V3 Project Actions" by Jenkins · 11 years ago
  53. 4cba6fe Merge "add server reset_state tests" by Jenkins · 11 years ago
  54. 0432a37 Merge "Update style guide link in HACKING.rst" by Jenkins · 11 years ago
  55. e53c1e8 Merge "Explicity specify network for heat slow tests" by Jenkins · 11 years ago
  56. b9a8580 Revert "unskipping bug related to test_stamp_pattern.py" by Matthew Treinish · 11 years ago
  57. 97072c8 Update style guide link in HACKING.rst by Matthew Treinish · 11 years ago
  58. 811f747 Merge "unskipping bug related to test_stamp_pattern.py" by Jenkins · 11 years ago
  59. fee46dd Merge "Make smoketests working again with Python 2.6/nose" by Jenkins · 11 years ago
  60. bdb25c1 Merge "Add tempest tests for os-aggregate update" by Jenkins · 11 years ago
  61. 454b1c5 meta should be metadata in rebuild server by ivan-zhu · 11 years ago
  62. 69a69ea Unskip test_tokens and update expected status to 404 from 401 by Morgan Fainberg · 11 years ago
  63. eb1a3ff Do not check for id in the keystone output by Dirk Mueller · 11 years ago
  64. c6b9788 Initial basic setup of openstack and tempest config file by Tal Kammer · 11 years ago
  65. e09001f Make smoketests working again with Python 2.6/nose by Dirk Mueller · 11 years ago
  66. 03fc10f Add test for admin deleting servers of others by Jinhe Fang · 11 years ago
  67. c26e607 add server reset_state tests by LingxianKong · 11 years ago
  68. c2f7ff2 Heat: use first_address instead of first_private_address by Steve Baker · 11 years ago
  69. 80252da Explicity specify network for heat slow tests by Steve Baker · 11 years ago
  70. 7061c70 Merge "Print the lekaed 'boto' tags on Failure" by Jenkins · 11 years ago
  71. c03cfab Merge "_get_tenant_by_name doesn't return correctly" by Jenkins · 11 years ago
  72. 5856e4d Merge "fix typo in config.py" by Jenkins · 11 years ago
  73. 49b21ab _error_in_logs function of driver.py shall check all nodes by DennyZhang · 11 years ago
  74. bfa2b54 Merge "driver.py should log errors when ssh operations fail" by Jenkins · 11 years ago
  75. ccb3513 Merge "Update docs config" by Jenkins · 11 years ago
  76. e83fe1d Merge "The debug configuration group is not registered" by Jenkins · 11 years ago
  77. 15d0b67 Merge "Bump oslo.config version" by Jenkins · 11 years ago
  78. f13a350 Merge "Added Negative tests for image member" by Jenkins · 11 years ago
  79. 6d4eecc Merge "_create_creds function shouldn't call rand_name twice" by Jenkins · 11 years ago
  80. b162d69 Merge "add __str__ function to RestClient class" by Jenkins · 11 years ago
  81. e25232a Merge "Add test for nova API of VM lock/unlock" by Jenkins · 11 years ago
  82. 2187e1b Merge "Add positive tests for os-floating-ip-pools" by Jenkins · 11 years ago
  83. aaecd34 Merge "Adds more test to cover Swift tempURL middleware" by Jenkins · 11 years ago
  84. 47ca74f Bump oslo.config version by Matthew Treinish · 11 years ago
  85. 1eb4046 _get_tenant_by_name doesn't return correctly by DennyZhang · 11 years ago
  86. 1e71b61 tempest/config.py parse some sections incorrectly by DennyZhang · 11 years ago
  87. d9d5697 _create_creds function shouldn't call rand_name twice by DennyZhang · 11 years ago
  88. 2416764 Merge "Handling network resources in tenant isolation" by Jenkins · 11 years ago
  89. 7b5f629 Add tempest tests for os-aggregate update by Zhu Zhu · 11 years ago
  90. 2eccc33 Adds more test to cover Swift tempURL middleware by Joe H. Rahme · 11 years ago
  91. 58c1321 Merge "add server resizing tests" by Jenkins · 11 years ago
  92. f3891d1 Merge "Fix problem with never stopping stress tests" by Jenkins · 11 years ago
  93. c2849f2 Added Negative tests for image member by Anju Tiwari · 11 years ago
  94. 6baa667 driver.py should log errors when ssh operations fail by DennyZhang · 11 years ago
  95. 8912d01 fix typo in config.py by DennyZhang · 11 years ago
  96. ae80992 Merge "Don't log 'Not Found' ERROR during image cleanup" by Jenkins · 11 years ago
  97. e623130 Merge "Fix json version of bootable check" by Jenkins · 11 years ago
  98. 7be7500 add __str__ function to RestClient class by DennyZhang · 11 years ago
  99. 8f940ab Fix problem with never stopping stress tests by Marc Koderer · 11 years ago
  100. 849708e Print the lekaed 'boto' tags on Failure by Attila Fazekas · 11 years ago