From d979465ec6720dffbebd22bd83104ea5a5f4e65e Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 19 Jul 2019 18:20:40 -0400 Subject: replace aai keywords with aai lib Issue-ID: TEST-174 Change-Id: Id4fd63c8f25cd695f77c3e81f658c8dbd99914f4 Signed-off-by: DR695H --- robot/testsuites/update_onap_page.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'robot/testsuites') diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot index 3d79cf46..08c958fb 100644 --- a/robot/testsuites/update_onap_page.robot +++ b/robot/testsuites/update_onap_page.robot @@ -3,7 +3,7 @@ Documentation Initializes ONAP Test Web Page and Password Library Collections Library OperatingSystem -Library ONAPLibrary.Templating +Library ONAPLibrary.Templating WITH NAME Templating Resource ../resources/openstack/keystone_interface.robot Resource ../resources/openstack/nova_interface.robot @@ -69,8 +69,8 @@ Update ONAP Page *** Keywords *** Create File From Template [Arguments] ${template} ${file} ${values} - Create Environment web ${GLOBAL_TEMPLATE_FOLDER} - ${data}= Apply Template web ${template} ${values} + Templating.Create Environment web ${GLOBAL_TEMPLATE_FOLDER} + ${data}= Templating.Apply Template web ${template} ${values} Create File ${file} ${data} Set Public Ip -- cgit 1.2.3-korg