From: Rashmi Pujar Date: Mon, 8 May 2017 20:17:39 +0000 (-0400) Subject: Correct the ordering of the tenant parameter X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F3981%2F1;p=testsuite.git Correct the ordering of the tenant parameter This leads to a 404 during demo.sh init step. It is fixed on master branch, but not in release-1.0.0 branch Change-Id: Icbcbc6d4df15caac79bf25460422b185eba7a828 Signed-off-by: Rashmi Pujar --- diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 63da86b7..df1f123c 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -83,7 +83,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