diff options
author | Marco Platania <platania@research.att.com> | 2019-01-23 17:20:05 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-01-23 17:20:05 -0500 |
commit | 9d992ae38f286e97fc26f9368f86e8706d286333 (patch) | |
tree | 745815309702488e20895d1e53694d00138ee562 /robot/resources/global_properties.robot | |
parent | 2e1d0ff7b78ded07f3395e5990a65957c1b427d3 (diff) |
Add availability zone to init customer
Change-Id: Ida24eb5c9e9daee84d5ec020cd770bcc15f21539
Issue-ID: INT-705
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index fc202acd..023b4a00 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -23,6 +23,7 @@ ${GLOBAL_AAI_CLOUD_OWNER} CloudOwner ${GLOBAL_AAI_CLOUD_OWNER_DEFINED_TYPE} OwnerType ${GLOBAL_AAI_COMPLEX_NAME} clli1 ${GLOBAL_AAI_PHYSICAL_LOCATION_ID} clli1 +${GLOBAL_AAI_AVAILABILITY_ZONE_NAME} AZ1 ${GLOBAL_BUILD_NUMBER} 0 ${GLOBAL_VID_UI_TIMEOUT_SHORT} 20s ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s |