replcaing jsonutils with onaplib.json
Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
diff --git a/robot/resources/aai/network.robot b/robot/resources/aai/network.robot
index 51b0df4..a3fd773 100644
--- a/robot/resources/aai/network.robot
+++ b/robot/resources/aai/network.robot
@@ -7,7 +7,7 @@
Library Collections
Library OperatingSystem
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Resource ../json_templater.robot
diff --git a/robot/resources/aai/service_instance.robot b/robot/resources/aai/service_instance.robot
index bd399a2..52212f2 100644
--- a/robot/resources/aai/service_instance.robot
+++ b/robot/resources/aai/service_instance.robot
@@ -7,7 +7,7 @@
Library Collections
Library OperatingSystem
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Library StringTemplater
Resource ../json_templater.robot
Resource ../stack_validation/validate_vlb.robot
diff --git a/robot/resources/aai/volume_group.robot b/robot/resources/aai/volume_group.robot
index de3e28d..94ad3b7 100644
--- a/robot/resources/aai/volume_group.robot
+++ b/robot/resources/aai/volume_group.robot
@@ -7,7 +7,7 @@
Library Collections
Library OperatingSystem
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Resource ../json_templater.robot
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot
index fc17034..ad98261 100644
--- a/robot/resources/asdc_interface.robot
+++ b/robot/resources/asdc_interface.robot
@@ -2,7 +2,7 @@
Documentation The main interface for interacting with ASDC. It handles low level stuff like managing the http request library and DCAE required fields
Library RequestsLibrary
Library UUID
-Library JSONUtils
+Library ONAPLibrary.JSON
Library OperatingSystem
Library Collections
Library SeleniumLibrary
diff --git a/robot/resources/clamp_interface.robot b/robot/resources/clamp_interface.robot
index 3a3e0b8..b8ec12b 100644
--- a/robot/resources/clamp_interface.robot
+++ b/robot/resources/clamp_interface.robot
@@ -3,7 +3,7 @@
Library RequestsLibrary
Library Collections
Library String
-Library JSONUtils
+Library ONAPLibrary.JSON
Resource global_properties.robot
Resource json_templater.robot
diff --git a/robot/resources/mr_interface.robot b/robot/resources/mr_interface.robot
index 56e114e..efd4e42 100644
--- a/robot/resources/mr_interface.robot
+++ b/robot/resources/mr_interface.robot
@@ -4,7 +4,7 @@
Library UUID
Library DateTime
Library Process
-Library JSONUtils
+Library ONAPLibrary.JSON
Resource global_properties.robot
Resource ../resources/json_templater.robot
diff --git a/robot/resources/oof_interface.robot b/robot/resources/oof_interface.robot
index de922d3..129f296 100644
--- a/robot/resources/oof_interface.robot
+++ b/robot/resources/oof_interface.robot
@@ -6,7 +6,7 @@
Library String
Library DateTime
Library Collections
-Library JSONUtils
+Library ONAPLibrary.JSON
Resource global_properties.robot
Resource json_templater.robot
diff --git a/robot/resources/openstack/nova_interface.robot b/robot/resources/openstack/nova_interface.robot
index 8b64bb9..5958a6c 100644
--- a/robot/resources/openstack/nova_interface.robot
+++ b/robot/resources/openstack/nova_interface.robot
@@ -2,7 +2,7 @@
Documentation The main interface for interacting with Openstack. It handles low level stuff like managing the authtoken and Openstack required fields
Library OpenstackLibrary
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Library UUID
Library OperatingSystem
Library Collections
diff --git a/robot/resources/policy_interface.robot b/robot/resources/policy_interface.robot
index d5f7292..cc69322 100644
--- a/robot/resources/policy_interface.robot
+++ b/robot/resources/policy_interface.robot
@@ -2,8 +2,6 @@
Documentation The main interface for interacting with Policy. It handles low level stuff like managing the http request library and Policy required fields
Library RequestsLibrary
Library String
-Library JSONUtils
-Library Collections
Library Collections
Library SSHLibrary
Library OperatingSystem
diff --git a/robot/resources/stack_validation/policy_check_vfw.robot b/robot/resources/stack_validation/policy_check_vfw.robot
index b3c225a..b6a29cc 100644
--- a/robot/resources/stack_validation/policy_check_vfw.robot
+++ b/robot/resources/stack_validation/policy_check_vfw.robot
@@ -4,7 +4,7 @@
Library Process
Library SSHLibrary
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Library OpenstackLibrary
Library HEATUtils
Library Collections
diff --git a/robot/resources/stack_validation/validate_common.robot b/robot/resources/stack_validation/validate_common.robot
index d189258..7d8ec96 100644
--- a/robot/resources/stack_validation/validate_common.robot
+++ b/robot/resources/stack_validation/validate_common.robot
@@ -3,7 +3,7 @@
Library OperatingSystem
Library SSHLibrary
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Library OpenstackLibrary
Library HEATUtils
Library Collections
diff --git a/robot/resources/stack_validation/validate_dns_scaling.robot b/robot/resources/stack_validation/validate_dns_scaling.robot
index b455659..0e0c665 100644
--- a/robot/resources/stack_validation/validate_dns_scaling.robot
+++ b/robot/resources/stack_validation/validate_dns_scaling.robot
@@ -3,7 +3,7 @@
Library OperatingSystem
Library SSHLibrary
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Library OpenstackLibrary
Library HEATUtils
Library Collections
diff --git a/robot/resources/stack_validation/validate_vfw.robot b/robot/resources/stack_validation/validate_vfw.robot
index 3314c7e..fde3de2 100644
--- a/robot/resources/stack_validation/validate_vfw.robot
+++ b/robot/resources/stack_validation/validate_vfw.robot
@@ -3,7 +3,7 @@
Library OperatingSystem
Library SSHLibrary
Library RequestsLibrary
-Library JSONUtils
+Library ONAPLibrary.JSON
Library OpenstackLibrary
Library HEATUtils
Library Collections
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 09655b5..cd90109 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 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 49201b5..a2ecfea 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 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 e5626e6..db968e3 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 UUID
Library Collections
Library String
-Library JSONUtils
+Library ONAPLibrary.JSON
Library RequestsLibrary
Library OperatingSystem