diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-18 10:50:19 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-18 10:50:27 -0500 |
commit | f38a834de639e11e62817a878fb6ca413d13f0b2 (patch) | |
tree | a2737a123df0c271b2eeea0906280d8a91d1fe8a /robot/resources/sdngc_interface.robot | |
parent | 66f7d1aca7b96ab7db1022dd38f50d8d6b299eb0 (diff) |
Removed Vnf Profile step
Issue-ID: SDNC-729
Change-Id: Id406bb3e866677ac0e24a4192cb4395f69ca8412
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/sdngc_interface.robot')
-rw-r--r-- | robot/resources/sdngc_interface.robot | 3 |
1 files changed, 2 insertions, 1 deletions
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} |