diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-20 20:59:03 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-20 20:59:03 -0800 |
commit | 86c813ddb3a34463631440534b3dbef0e7f03d15 (patch) | |
tree | dc1be0e50333ade1798edbf69b93687e134b2d28 | |
parent | 6bc76d12b9b37aff65c3dc29c934ec87405b9562 (diff) |
Bug fix on using AAI for model-invariant-id3.0.0-ONAP1.3.2
Change-Id: Ibb61076cb0975de0647a2cf126041fcfd87b21d0
Issue-ID: INT-601
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | robot/resources/demo_preload.robot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot index cfaa8638..ae12bd85 100644 --- a/robot/resources/demo_preload.robot +++ b/robot/resources/demo_preload.robot @@ -196,7 +196,6 @@ Instantiate Demo 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} - ${model_invariant_id}= Run MSO Get ModelInvariantId ${SUITE_SERVICE_MODEL_NAME} ${vf_module_label} Log to Console 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} |