diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-30 09:47:44 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-30 09:48:18 -0500 |
commit | c967dd69ee01fe702ffd25ba3f04c15f7af19b2a (patch) | |
tree | 25196a054c9cb5b2c0dd2a8f433cc58c1f6faea3 /robot/resources/demo_preload.robot | |
parent | e14d257db3c028af381ca277e6559d01262524af (diff) |
Updates for new policy
Fix for APPC mount of multiple VM VNFs
Issue-ID: POLICY-1685
Change-Id: If8de8ecaa2052044af0512206fe8b326b21f50c4
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/demo_preload.robot')
-rw-r--r-- | robot/resources/demo_preload.robot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot index ee09dc5b..74ee63ba 100644 --- a/robot/resources/demo_preload.robot +++ b/robot/resources/demo_preload.robot @@ -176,7 +176,7 @@ APPC Mount Point Instantiate VNF [Arguments] ${service} ${vf_module_label}=NULL Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone - ${vf_module_name} ${service} ${generic_vnfs}= Orchestrate VNF DemoCust ${service} ${service} ${TENANT_NAME} + ${vf_module_name_list} ${service} ${generic_vnfs}= Orchestrate VNF DemoCust ${service} ${service} ${TENANT_NAME} Save For Delete Log to Console Customer Name=${CUSTOMER_NAME} Log to Console VNF Module Name=${vf_module_name} @@ -186,9 +186,11 @@ Instantiate VNF :for ${vf_module} in @{generic_vnfs} \ ${generic_vnf}= Get From Dictionary ${generic_vnfs} ${vf_module} \ ${model_invariant_id}= Set Variable If '${vf_module_label}' in '${vf_module}' ${generic_vnf['model-invariant-id']} ${model_invariant_id} - Log to Console ModelInvariantID=${model_invariant_id} + Log to Console Update old vFWCL Policy for ModelInvariantID=${model_invariant_id} ${status} ${value}= Run Keyword And Ignore Error Update vVFWCL Policy ${model_invariant_id} - ${status} ${value}= Run Keyword And Ignore Error APPC Mount Point ${vf_module_name} + :FOR ${vf_module_name} IN @{vf_module_name_list} + \ Log To Console APPC Mount Point for VNF Module Name=${vf_module_name} + \ ${status} ${value}= Run Keyword And Ignore Error APPC Mount Point ${vf_module_name} Instantiate Demo VNF [Arguments] ${service} ${vf_module_label}=NULL |