1. 09461f7 Remove log translations by liyi · 8 years ago
  2. 0e8567e Wait for deletion_time in integration tests by Thomas Herve · 8 years ago
  3. fc2c58f Fix cancel update for nova server with defined port by Oleksii Chuprykov · 9 years ago
  4. 81ca6bc Add functional test for SDG rolling_update by Rabi Mishra · 9 years ago
  5. d448dae Add test for SoftwareDeploymentGroup resource by Steven Hardy · 9 years ago
  6. ae90e13 Run heat_integrationtests as a tempest plugin by Steve Baker · 8 years ago
  7. b752e91 Don't manipulate config for admin creds by Steve Baker · 8 years ago
  8. dc769c3 Adopt tempest plugin config namespace by Steve Baker · 8 years ago
  9. fd98a47 Add integration tests for admin actions by rabi · 9 years ago
  10. 2540266 Merge "Removes duplicate code autoscale_complete" by Jenkins · 9 years ago
  11. f7d6708 Remove unnecessary usage of stack_name by rabi · 9 years ago
  12. c5735a8 Removes duplicate code autoscale_complete by Rakesh H S · 9 years ago
  13. 39aa11a Heat integration tests failing against https endpoints by tyagi · 9 years ago
  14. 4a4ccba Merge "Add functional tests for update restrict" by Jenkins · 9 years ago
  15. cd37a02 Merge "Don't resolve outputs during polling stack status" by Jenkins · 9 years ago
  16. f07f471 Don't resolve outputs during polling stack status by Sergey Kraynev · 9 years ago
  17. 87be9b4 Add functional tests for update restrict by Rabi Mishra · 9 years ago
  18. 39c4ce4 Hook into environment merging on server by Jay Dobies · 9 years ago
  19. e6de2d6 Fix update preview to handle nested stacks by Steven Hardy · 9 years ago
  20. 3eab294 Expand test in-progress workaround by Thomas Herve · 9 years ago
  21. 1c17ec3 Merge "Add functional test for ResourceGroup rolling_update" by Jenkins · 9 years ago
  22. 8bcff8a Add functional test for ResourceGroup rolling_update by Rabi Mishra · 9 years ago
  23. 6d8e086 Allow LBaas integration tests to dynamically skip by Mark Vanderwiel · 9 years ago
  24. f0ac958 Fix [H405] pep rule in heat_integrationtests by Peter Razumovsky · 9 years ago
  25. aec5307 Merge "Add integration tests for preview update" by Jenkins · 9 years ago
  26. 23284b6 Add functional test coverage for PATCH updates by Steven Hardy · 9 years ago
  27. b5aa902 Add integration tests for preview update by Jason Dunsmore · 9 years ago
  28. 89082a3 Add integration test for UPDATE_FAILED recovery by Sergey Kraynev · 9 years ago
  29. dbea6ab Assert DELETE_COMPLETE on all stack delete cleanup by Steve Baker · 9 years ago
  30. 287ffff Add cleanup when skipping tests for stack actions by Rabi Mishra · 9 years ago
  31. 477efc9 Add config entries to skip integration tests by Rabi Mishra · 9 years ago
  32. a89a028 Scan for output errors in functional tests by Angus Salkeld · 9 years ago
  33. ec4b03b Use network 'heat-net' for integration_tests by Rabi Mishra · 10 years ago
  34. 406bbd5 Add basic Ceilometer alarm test by Angus Salkeld · 10 years ago
  35. 954285c Run heat_integrationtests in parallel by Sirushti Murugesan · 10 years ago
  36. c18e113 Merge "Add functional tests for stack tags/hidden stacks" by Jenkins · 10 years ago
  37. 277ea69 Add functional tests for stack tags/hidden stacks by Sabeen Syed · 10 years ago
  38. e5ad25b Prevent false positives of *_FAILED status by Sirushti Murugesan · 10 years ago
  39. 3a195a5 Wait for the stack lock to be released by Sirushti Murugesan · 10 years ago
  40. 13a8a17 Prevent false positives of UPDATE_COMPLETE in integration tests by Sirushti Murugesan · 10 years ago
  41. 95ac9aa Use ipv4 address for connectivity in lb integration test by Rabi Mishra · 10 years ago
  42. 83ef84d Use ipv4 subnet in Heat scenario tests by Sergey Kraynev · 10 years ago
  43. 4920fda Update urllib/httplib/cStringIO to use six.moves by Sirushti Murugesan · 10 years ago
  44. bf67ce3 Remove redundant checks of stack status by Sergey Kraynev · 10 years ago
  45. a7500d1 Use helper functions stack_suspend and stack_resume by Angus Salkeld · 10 years ago
  46. a3325d6 test_resource for functional tests by Rakesh H S · 10 years ago
  47. 03da074 Add a functional test for hooks/breakpoints by Steven Hardy · 10 years ago
  48. 42cd65b Merge "Move test_notifications to functional" by Jenkins · 10 years ago
  49. ad94479 Merge "Add integration scenario test for Neutron LBaaS" by Jenkins · 10 years ago
  50. 3e0ab4d Add integration scenario test for Neutron LBaaS by Anastasia Kuznetsova · 10 years ago
  51. 2464129 Use oslo.log for heat_integrationtests by Steve Baker · 10 years ago
  52. d9cd9dc Move test_notifications to functional by Oleksii Chuprykov · 10 years ago
  53. 673fc43 Refactor '_get_default_network' method in the integration tests by Anastasia Kuznetsova · 10 years ago
  54. 9a74557 Fix variables reference in the integration tests methods by Anastasia Kuznetsova · 10 years ago
  55. bcc78df Add ability to pass parameters during update by Sergey Kraynev · 10 years ago
  56. f6c8f12 Integration test for software-config tools by Steve Baker · 10 years ago
  57. 4f069fb Make import of oslo libraries namespaceless by Jens Rosenboom · 10 years ago
  58. a0b3719 Merge "Move assign_keypair method in base class" by Jenkins · 10 years ago
  59. dcb4c7c Merge "Split templates and tests in scenario tests" by Jenkins · 10 years ago
  60. a265c13 Move assign_keypair method in base class by Sergey Kraynev · 10 years ago
  61. 1d4c05d Merge "Skip Stack Adopt/Abandon integration tests when Stack Adopt is disabled" by Jenkins · 10 years ago
  62. d6fa5c0 Split templates and tests in scenario tests by Sergey Kraynev · 10 years ago
  63. 08514ad Remove some unused functions and improve call_until_true by Angus Salkeld · 10 years ago
  64. 04ee802 Skip Stack Adopt/Abandon integration tests when Stack Adopt is disabled by Sirushti Murugesan · 10 years ago
  65. 4408da3 Move aws nested stack tests to functional tests by Angus Salkeld · 10 years ago
  66. 60e0ecd Enable H305 and H307 style checks by Pavlo Shchelokovskyy · 10 years ago
  67. e4d4860 Merge "Move template resource tests to functional" by Jenkins · 10 years ago
  68. 7c1f224 Make StackResource less strict on initial validation by Steven Hardy · 10 years ago
  69. 2bd63a4 Move template resource tests to functional by Angus Salkeld · 10 years ago
  70. c6b2562 Cleanup heat/openstack/common by Pavlo Shchelokovskyy · 10 years ago
  71. 95f65a2 Add "parameter_defaults" to the environment by Angus Salkeld · 10 years ago
  72. 132a1ba Merge "Create common stack_create functional test helper" by Jenkins · 10 years ago
  73. 39921a8 Merge "Add logging fixture to integration tests" by Jenkins · 10 years ago
  74. 2404370 Add logging fixture to integration tests by Angus Salkeld · 10 years ago
  75. f2c82c0 Create common stack_create functional test helper by Steven Hardy · 10 years ago
  76. c9efd97 Move common functions into functional test base-class by Steven Hardy · 10 years ago
  77. 450aa7f Support classes for heat integration tests by Steve Baker · 10 years ago