OpenStack Orchestration (Heat) Tempest Plugin
Go to file
Zane Bitter 59426623cb Fix races in SoftwareDeploymentGroupTest
Don't assume that we can get the physical IDs of all of the
SoftwareDeployment resources as soon as the stack becomes
CREATE_IN_PROGRESS. 4dd67bb1aa2df4f5270f79600ac1f888b0bd9a5f reads them
again once the stack is COMPLETE; this patch also uses the same physical
resource IDs to verify the update.

Also, make sure all of the resources are IN_PROGRESS before trying to
signal them, because the signal_resources() utility method only signals
resources that are IN_PROGRESS.

Change-Id: I9787a5de5e4272a3ab370f653182aa9283ae01c0
Closes-Bug: #1697794
Closes-Bug: #1626073
Closes-Bug: #1625921
2017-06-14 16:31:54 -04:00
api Remove encoding for application/json in response 2017-03-30 10:03:49 +05:30
common Fix handle_restore for server and volume resources 2017-05-19 11:56:27 +05:30
functional Fix races in SoftwareDeploymentGroupTest 2017-06-14 16:31:54 -04:00
scenario Allow retries when resource acquires lock 2017-05-03 18:24:46 -04:00