aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-01-24 12:56:00 -0500
committerMarco Platania <platania@research.att.com>2019-01-24 12:56:00 -0500
commit053b39f1929e7f955c2e354e17f9fa56636e81ea (patch)
tree9867df28a7b3d22e74d71b124a6ccb4ed5a494e7
parentea7b4f7200dcffb9ef5ff9400841a2cc137a4e4d (diff)
Update values in the avail zone body
Change-Id: I177046455a6ea4c1b852b2880642a9be27e2898d Issue-ID: INT-705 Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--robot/assets/templates/aai/add_availability_zone_body.template3
-rw-r--r--robot/resources/global_properties.robot2
2 files changed, 3 insertions, 2 deletions
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