diff options
author | DR695H <dr695h@att.com> | 2019-07-31 16:28:55 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-31 17:05:18 -0400 |
commit | 1496bf5bd69f534b8f58c61c3f6babff6171e76d (patch) | |
tree | eb12f640b95b41a5bf7089510baa5ab5bb7b2f69 /robot/resources/sdngc_interface.robot | |
parent | 70861af6430f2bf04917e2e08925f85774668417 (diff) |
cleaning up heatbridge1.5.0
Issue-ID: TEST-183
Change-Id: I07094b46868fd784f43d6ebfbbdd7ef1746b77b5
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/sdngc_interface.robot')
-rw-r--r-- | robot/resources/sdngc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/sdngc_interface.robot b/robot/resources/sdngc_interface.robot index 828752c5..779611e3 100644 --- a/robot/resources/sdngc_interface.robot +++ b/robot/resources/sdngc_interface.robot @@ -92,7 +92,7 @@ Preload Vnf ${base_vf_module_type}= Catenate ${closedloop_vf_module}= Create Dictionary ServiceMapping.Set Directory default ${GLOBAL_SERVICE_MAPPING_DIRECTORY} - ${templates}= ServiceMapping.Get Service Template Mapping default ${service} ${generic_vnf_type} + ${templates}= ServiceMapping.Get Service Template Mapping default ${service} ${vnf} :FOR ${vf_module} IN @{vf_modules} \ ${vf_module_type}= Get From Dictionary ${vf_module} name # need to pass in vnf_index if non-zero |