From b99d650990a71f63267d02664fd0ce19c7b28095 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Wed, 20 May 2015 14:54:59 -0700 Subject: [PATCH] We have to give example on how to use RequestsLibary Change-Id: I253ea4b4a1c6ea4fc908c6cbc477ad4fb8a5dc03 Signed-off-by: Luis Gomez --- test/csit/suites/integration/basic/010_Restconf_OK.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/csit/suites/integration/basic/010_Restconf_OK.robot b/test/csit/suites/integration/basic/010_Restconf_OK.robot index 743c76b8bc..0547df3f2c 100644 --- a/test/csit/suites/integration/basic/010_Restconf_OK.robot +++ b/test/csit/suites/integration/basic/010_Restconf_OK.robot @@ -2,8 +2,7 @@ Documentation Test suite to verify Restconf is OK Suite Setup Create Session session http://${CONTROLLER}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} Suite Teardown Delete All Sessions -Library ../../../libraries/RequestsLibrary.py -Library ../../../libraries/Common.py +Library RequestsLibrary Variables ../../../variables/Variables.py Resource ../../../libraries/Utils.txt -- 2.36.6