diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-10 08:09:07 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-10 10:12:59 -0400 |
commit | c00a7c3fcebe8c3608e1f3de8828edd8f9b07bad (patch) | |
tree | 168356dcc206a65724d1aef9de023d236eb44f62 /robot/resources/global_properties.robot | |
parent | 6bd1afa0fbc98c75cd4e0935fc04048a97f94118 (diff) |
Add API calls for creating network zone -defaults
Issue: INT-256
Change-Id: Iaa83434ba4ba32eab81712e51e5e64a4c52ca0a3
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index 871f9929..ebce72bd 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -24,4 +24,8 @@ ${GLOBAL_BUILD_NUMBER} 0 ${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
\ No newline at end of file +${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 |