aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar@bell.ca>2017-05-08 16:17:39 -0400
committerRashmi Pujar <rashmi.pujar@bell.ca>2017-05-08 16:17:39 -0400
commitdffb935ae5c78ee6dfc7ff2b90ed0f8477ff7561 (patch)
treec99ad7c3fffff7abf4daa708bda8e1db64d7bfb6
parente96f72abf06a0708cbe6a174ad49447b7c7544f5 (diff)
Correct the ordering of the tenant parameterrelease-1.0.0
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>
-rw-r--r--robot/resources/test_templates/vnf_orchestration_test_template.robot2
1 files changed, 1 insertions, 1 deletions
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