heat/heat_integrationtests/common
Steve Baker 3dbfb0fd92 Assert DELETE_COMPLETE on all stack delete cleanup
Currently stacks are deleted on integration test cleanup but no
polling is done for DELETE_COMPLETE, so the test will pass even though
the stack may be in a DELETE_FAILED state.

This change uses _stack_delete for all cleanup stack deleting, which
polls for complete.

Change-Id: Ic44b27130596cf3fa8616608a091b683ea131e0b
Closes-Bug: #1486303
2015-08-19 13:37:08 +12:00
..
test_resources Produce more meaningful exception messages in nested stacks 2015-06-24 08:52:08 +10:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
clients.py Run functional tests when no ceilometer endpoint 2015-05-26 13:36:50 +12:00
config.py Adds option to skip specific tests 2015-08-12 20:04:13 +05:30
exceptions.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
remote_client.py Update urllib/httplib/cStringIO to use six.moves 2015-04-23 19:45:36 +05:30
test.py Assert DELETE_COMPLETE on all stack delete cleanup 2015-08-19 13:37:08 +12:00