diff options
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 |