diff options
author | DR695H <dr695h@att.com> | 2019-07-19 14:25:43 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-19 14:25:43 -0400 |
commit | a6ce951601727e8e544756f25ecb908f0cf7c904 (patch) | |
tree | 7e878b045a9cf04a2b90fca1396de668b93b0430 /robot/resources/heatbridge.robot | |
parent | f0ff3b8817a755a3dd652839948d71f330a5fed0 (diff) |
import all libraries
even ones that done have overridign keywords so there is no dual
importing
Issue-ID: TEST-174
Change-Id: I0b9bd9a703d3b792fa4b57ae048060525d0559cd
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/heatbridge.robot')
-rw-r--r-- | robot/resources/heatbridge.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/heatbridge.robot b/robot/resources/heatbridge.robot index 65415a31..39385437 100644 --- a/robot/resources/heatbridge.robot +++ b/robot/resources/heatbridge.robot @@ -2,7 +2,7 @@ Library HeatBridge Library Collections Library OperatingSystem -Library ONAPLibrary.ServiceMapping +Library ONAPLibrary.ServiceMapping WITH NAME ServiceMapping Library ONAPLibrary.Templating Resource openstack/keystone_interface.robot @@ -81,10 +81,10 @@ Run Validation Query [Documentation] Run A&AI query to validate the bulk add [Arguments] ${stack_info} ${service} ${vnf_id} Return from Keyword If '${service}' == '' - Set Directory default ./demo/service_mapping + ServiceMapping.Set Directory default ./demo/service_mapping ${payload}= Run Get Generic VNF by VnfId ${vnf_id} ${vnf_type}= Catenate ${payload.json()[vnf-type]} - ${server_name_parameter}= Get Validate Name Mapping default ${service} ${vnf_type} + ${server_name_parameter}= ServiceMapping.Get Validate Name Mapping default ${service} ${vnf_type} ${vserver_name}= Get From Dictionary ${stack_info} ${server_name_parameter} Run Vserver Query ${vserver_name} |