From: Brian Freeman Date: Thu, 18 Apr 2019 15:50:19 +0000 (-0500) Subject: Removed Vnf Profile step X-Git-Tag: 1.4.0~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F85704%2F1;p=testsuite.git Removed Vnf Profile step Issue-ID: SDNC-729 Change-Id: Id406bb3e866677ac0e24a4192cb4395f69ca8412 Signed-off-by: Brian Freeman --- diff --git a/robot/resources/sdngc_interface.robot b/robot/resources/sdngc_interface.robot index 7be6e153..faa95e25 100644 --- a/robot/resources/sdngc_interface.robot +++ b/robot/resources/sdngc_interface.robot @@ -97,7 +97,8 @@ Preload Vnf \ ${base_vf_module_type}= Set Variable If '${dict['isBase']}' == 'true' ${vf_module_type} ${base_vf_module_type} \ ${closedloop_vf_module}= Set Variable If '${dict['isBase']}' == 'false' ${vf_module} ${closedloop_vf_module} \ ${vf_name}= Update Module Name ${dict} ${vf_module_name} - \ Preload Vnf Profile ${vf_module_type} + # Admin portal update no longer + #\ Preload Vnf Profile ${vf_module_type} \ Preload One Vnf Topology ${service_type_uuid} ${generic_vnf_name} ${generic_vnf_type} ${vf_name} ${vf_module_type} ${service} ${filename} ${uuid} [Return] ${base_vf_module_type} ${closedloop_vf_module}