Fix tenant param order 61/2261/1
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Fri, 17 Mar 2017 19:29:38 +0000 (15:29 -0400)
committerMandeep Khinda <Mandeep.Khinda@amdocs.com>
Fri, 17 Mar 2017 19:44:30 +0000 (15:44 -0400)
It was causing HTTP 404 during
the demo.sh init flow on AA&I

Change-Id: I033223d1db653e753e422baf659ebcf17acbb028
Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>
robot/resources/test_templates/vnf_orchestration_test_template.robot

index e3e7905..9138c94 100644 (file)
@@ -88,7 +88,7 @@ Setup Orchestrate VNF
     Initialize Tenant From Openstack
     Initialize Regions From Openstack
     :FOR    ${region}    IN    @{REGIONS}
-    \    Inventory Tenant If Not Exists    ${cloud_owner}  ${region}  ${cloud_type}    ${owner_defined_type}    ${cloud_region_version}    ${cloud_zone}    ${TENANT_NAME}    ${TENANT_ID}
+    \    Inventory Tenant If Not Exists    ${cloud_owner}  ${region}  ${cloud_type}    ${owner_defined_type}    ${cloud_region_version}    ${cloud_zone}    ${TENANT_ID}    ${TENANT_NAME}
     Log   Orchestrate VNF setup complete
 
 Initialize Tenant From Openstack
@@ -170,4 +170,3 @@ Clean A&AI Inventory
     \      Delete Cloud Region  ${TENANT_ID}    ${GLOBAL_AAI_CLOUD_OWNER}  ${region}
     Delete Customer    ${CUSTOMER_NAME}
     Delete Service If Exists    ${SERVICE}
-