diff options
Diffstat (limited to 'robot/resources/test_templates')
3 files changed, 3 insertions, 3 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 09655b51..cd901094 100644 --- a/robot/resources/test_templates/pnf_registration_without_SO_template.robot +++ b/robot/resources/test_templates/pnf_registration_without_SO_template.robot @@ -8,7 +8,7 @@ Library OperatingSystem Library RequestsLibrary Library UUID Library Collections -Library JSONUtils +Library ONAPLibrary.JSON Library HTTPUtils diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 49201b50..a2ecfeae 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -22,7 +22,7 @@ Library OpenstackLibrary Library SeleniumLibrary Library UUID Library Collections -Library JSONUtils +Library ONAPLibrary.JSON Library ONAPLibrary.ServiceMapping 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 e5626e6f..db968e31 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 @@ -25,7 +25,7 @@ Library OpenstackLibrary Library UUID Library Collections Library String -Library JSONUtils +Library ONAPLibrary.JSON Library RequestsLibrary Library OperatingSystem |