From: Mandeep Khinda Date: Fri, 17 Mar 2017 19:29:38 +0000 (-0400) Subject: Fix tenant param order X-Git-Tag: 1.0.0-Amsterdam~75 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=078edfaf9be7da48abfd9f1f484b13d6c58b7f25;p=testsuite.git Fix tenant param order It was causing HTTP 404 during the demo.sh init flow on AA&I Change-Id: I033223d1db653e753e422baf659ebcf17acbb028 Signed-off-by: Mandeep Khinda --- diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index e3e7905a..9138c94b 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -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} -