diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2017-03-17 15:29:38 -0400 |
---|---|---|
committer | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2017-03-17 15:44:30 -0400 |
commit | 078edfaf9be7da48abfd9f1f484b13d6c58b7f25 (patch) | |
tree | 65a75e8cf2f53649d478d9b5e18c72db743137fd | |
parent | ccfeb0cb91a39762fc8a35f95007e57342f716d0 (diff) |
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 <Mandeep.Khinda@amdocs.com>
-rw-r--r-- | robot/resources/test_templates/vnf_orchestration_test_template.robot | 3 |
1 files changed, 1 insertions, 2 deletions
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} - |