From 078edfaf9be7da48abfd9f1f484b13d6c58b7f25 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Fri, 17 Mar 2017 15:29:38 -0400 Subject: 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 --- robot/resources/test_templates/vnf_orchestration_test_template.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'robot') 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} - -- cgit 1.2.3-korg