From: Marco Platania Date: Thu, 24 Jan 2019 17:56:00 +0000 (-0500) Subject: Update values in the avail zone body X-Git-Tag: 1.4.0~88 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F76305%2F1;p=testsuite.git Update values in the avail zone body Change-Id: I177046455a6ea4c1b852b2880642a9be27e2898d Issue-ID: INT-705 Signed-off-by: Marco Platania --- diff --git a/robot/assets/templates/aai/add_availability_zone_body.template b/robot/assets/templates/aai/add_availability_zone_body.template index d7b79130..f081251a 100644 --- a/robot/assets/templates/aai/add_availability_zone_body.template +++ b/robot/assets/templates/aai/add_availability_zone_body.template @@ -1,4 +1,5 @@ { "availability-zone-name":"${availability_zone_name}", -"hypervisor-type": "hypervisor" +"hypervisor-type": "KVM", +"operational-status": "Active } \ No newline at end of file diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index 023b4a00..5246fe9e 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -23,7 +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_AAI_AVAILABILITY_ZONE_NAME} nova ${GLOBAL_BUILD_NUMBER} 0 ${GLOBAL_VID_UI_TIMEOUT_SHORT} 20s ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s