heat/heat/tests/convergence
Thomas Herve 4a500125b3 Sleep between check_resource calls
Instead of calling check_resource on all leaves in the resource graph at
once, sleep a little bit between each call. As it's a tad slower,
delegate it to a thread so that the stack_create RPC message doesn't
timeout when you have lots of resources.

Change-Id: I84d2b34d65b3ce7d8d858de106dac531aff509b7
Partial-Bug: #1566845
2017-03-13 15:28:20 +00:00
..
framework Sleep between check_resource calls 2017-03-13 15:28:20 +00:00
scenarios Using assertIsNotNone() instead of assertIsNot(None) 2016-09-26 10:46:38 +07:00
__init__.py convergence scenario tests 2015-09-08 09:18:36 +05:30
test_converge.py Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00