diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-10 10:22:45 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-10 10:23:06 -0400 |
commit | 10cbdbce0ffd70207201cdcf085d9129aa86741e (patch) | |
tree | fe4227689396ef6c4f9c57376fac145a00f11f60 /robot/resources/global_properties.robot | |
parent | c00a7c3fcebe8c3608e1f3de8828edd8f9b07bad (diff) |
Update the default values for zone
Issue: INT-256
Change-Id: I1bd3fe88d225c0afd0666568e9c0f4e616d8f77d
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index ebce72bd..701a3250 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -25,7 +25,7 @@ ${GLOBAL_VID_UI_TIMEOUT_SHORT} 20s ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s ${GLOBAL_VID_UI_TIMEOUT_LONG} 120s ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt -${GLOBAL_AAI_ZONE_ID} zone1 -${GLOBAL_AAI_ZONE_NAME} zone1-name -${GLOBAL_AAI_DESIGN_TYPE} zone1-design-type -${GLOBAL_AAI_ZONE_CONTEXT} zone1-context +${GLOBAL_AAI_ZONE_ID} nova1 +${GLOBAL_AAI_ZONE_NAME} nova +${GLOBAL_AAI_DESIGN_TYPE} integration +${GLOBAL_AAI_ZONE_CONTEXT} labs
\ No newline at end of file |