aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/asdc_interface.robot
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/asdc_interface.robot
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/asdc_interface.robot')
-rw-r--r--robot/resources/asdc_interface.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot
index fc17034d..ad98261e 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