From 7aca1a46ebd1401acece1d14b60cbd26265d0487 Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 3 Jun 2019 17:08:34 -0400 Subject: replcaing jsonutils with onaplib.json Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce Issue-ID: TEST-158 Signed-off-by: DR695H --- .../resources/test_templates/pnf_registration_without_SO_template.robot | 2 +- robot/resources/test_templates/vnf_orchestration_test_template.robot | 2 +- .../test_templates/vnf_orchestration_with_cds_test_template.robot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'robot/resources/test_templates') 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 -- cgit 1.2.3-korg