diff options
author | Jerry Flood <jf9860@att.com> | 2017-03-20 16:59:23 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-03-20 17:36:31 -0400 |
commit | f67ce0e39027a92c99c7cca39b5a7d5e32dd17fa (patch) | |
tree | 291d937fbfcc5b3bac365c8358b40f3081cb01f6 /robot/resources/openstack/heat_interface.robot | |
parent | 078edfaf9be7da48abfd9f1f484b13d6c58b7f25 (diff) |
TEST-5 - stack deployment timeout
Change-Id: I62e2dc40016d5cded99e39eec1b4e6d380bfbffa
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/openstack/heat_interface.robot')
-rw-r--r-- | robot/resources/openstack/heat_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/openstack/heat_interface.robot b/robot/resources/openstack/heat_interface.robot index 32f3fdee..b23cb758 100644 --- a/robot/resources/openstack/heat_interface.robot +++ b/robot/resources/openstack/heat_interface.robot @@ -78,7 +78,7 @@ Get Stack Resources [Return] ${resp.json()} Wait for Stack to Be Deployed - [Arguments] ${alias} ${stack_name} ${timeout}=600s + [Arguments] ${alias} ${stack_name} ${timeout}=${GLOBAL_OPENSTACK_STACK_DEPLOYMENT_TIMEOUT} ${stack_info}= Wait Until Keyword Succeeds ${timeout} 30 sec Get Deployed Stack ${alias} ${stack_name} ${status}= Get From Dictionary ${stack_info} stack_status Should Be Equal ${status} CREATE_COMPLETE |