Correct the ordering of the tenant parameter 81/3981/1 release-1.0.0
authorRashmi Pujar <rashmi.pujar@bell.ca>
Mon, 8 May 2017 20:17:39 +0000 (16:17 -0400)
committerRashmi Pujar <rashmi.pujar@bell.ca>
Mon, 8 May 2017 20:17:39 +0000 (16:17 -0400)
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 <rashmi.pujar@bell.ca>
robot/resources/test_templates/vnf_orchestration_test_template.robot

index 63da86b..df1f123 100644 (file)
@@ -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