]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix an intermitting failure in test_metadata_refresh
authorThomas Herve <therve@gmail.com>
Fri, 31 May 2013 21:19:56 +0000 (14:19 -0700)
committerThomas Herve <therve+rackspace@gmail.com>
Fri, 31 May 2013 21:22:40 +0000 (14:22 -0700)
commit213596360727a83497084981fda015d4dcff666e
tree892e4e7fed213425de60efced71c4f44a8ecb427
parent027e91c980eb581ca91cc1366390f68a9527f5eb
Fix an intermitting failure in test_metadata_refresh

Given that resource creation can happen in parallel, the call to
check_create_complete may not follow the call to handle_create, so mock
those without checking the order.

Change-Id: Icf40f7339dc4c6e885c4a42f3a2c3f546f14c08d
heat/tests/test_metadata_refresh.py