diff options
author | DR695H <dr695h@att.com> | 2019-06-17 17:23:14 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-17 17:23:14 -0400 |
commit | d92b007061e149fc733a52ca1e142358955fce42 (patch) | |
tree | ef581a6d63bb7afc74f9be1bc0568370d865337e /robot/resources/test_templates | |
parent | 288e86f420d6646aa1b88241827a1883b096b058 (diff) |
adjust where we source keywords from
Issue-ID: TEST-158
Change-Id: Icf8085ad56185850e261c318441c52f03d2ad37a
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/test_templates')
3 files changed, 4 insertions, 5 deletions
diff --git a/robot/resources/test_templates/pnf_registration_without_SO_template.robot b/robot/resources/test_templates/pnf_registration_without_SO_template.robot index 12510f70..3f8d5bec 100644 --- a/robot/resources/test_templates/pnf_registration_without_SO_template.robot +++ b/robot/resources/test_templates/pnf_registration_without_SO_template.robot @@ -3,12 +3,12 @@ Documentation PNF Registration Handler (PRH) test cases Resource ../aai/aai_interface.robot Resource ../mr_interface.robot Resource ../json_templater.robot -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library OperatingSystem Library RequestsLibrary Library Collections Library ONAPLibrary.JSON -Library HTTPUtils +Library ONAPLibrary.Utilities *** Variables *** diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 86595975..6b84a424 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -18,7 +18,7 @@ Resource ../openstack/neutron_interface.robot Resource ../heatbridge.robot -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library SeleniumLibrary Library Collections Library ONAPLibrary.Utilities diff --git a/robot/resources/test_templates/vnf_orchestration_with_cds_test_template.robot b/robot/resources/test_templates/vnf_orchestration_with_cds_test_template.robot index f6c33c1b..9c424b37 100644 --- a/robot/resources/test_templates/vnf_orchestration_with_cds_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_with_cds_test_template.robot @@ -21,7 +21,7 @@ Resource ../global_properties.robot Resource ../json_templater.robot Resource ../so_interface.robot -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library ONAPLibrary.Utilities Library Collections Library String @@ -29,7 +29,6 @@ Library ONAPLibrary.JSON Library RequestsLibrary Library OperatingSystem -Library HEATUtils Library StringTemplater Library Collections |