aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/test_templates
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-03 17:08:34 -0400
committerDR695H <dr695h@att.com>2019-06-03 17:10:25 -0400
commit7aca1a46ebd1401acece1d14b60cbd26265d0487 (patch)
treeda82aac05434fd38aa86eb548752a09a5eed4591 /robot/resources/test_templates
parent8ce04af8bf4f21cbe5ec1545d0eb8fecd6bd76dd (diff)
replcaing jsonutils with onaplib.json
Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r--robot/resources/test_templates/pnf_registration_without_SO_template.robot2
-rw-r--r--robot/resources/test_templates/vnf_orchestration_test_template.robot2
-rw-r--r--robot/resources/test_templates/vnf_orchestration_with_cds_test_template.robot2
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