From 45b450995a0fb103c75d107ce0f86fe7286eb675 Mon Sep 17 00:00:00 2001 From: srisankethu Date: Thu, 15 Dec 2016 16:48:44 +0530 Subject: [PATCH] Update RequestsLibrary. deprecated calls Change-Id: Ibb793d7076f61eb8441df560a52d1e3e601b8773 Signed-off-by: srisankethu --- csit/suites/eman/model/EMAN_MODEL.robot | 2 +- csit/suites/messaging4transport/basic/010_Restconf_OK.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/suites/eman/model/EMAN_MODEL.robot b/csit/suites/eman/model/EMAN_MODEL.robot index 82aa07ff4e..e287acb1b7 100644 --- a/csit/suites/eman/model/EMAN_MODEL.robot +++ b/csit/suites/eman/model/EMAN_MODEL.robot @@ -12,7 +12,7 @@ Resource ../../../libraries/Utils.robot *** Test Cases *** Get Controller Modules [Documentation] Get the controller modules via Restconf - ${resp} RequestsLibrary.Get session ${MODULES_API} + ${resp} RequestsLibrary.Get Request session ${MODULES_API} Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Should Contain ${resp.content} ietf-restconf diff --git a/csit/suites/messaging4transport/basic/010_Restconf_OK.robot b/csit/suites/messaging4transport/basic/010_Restconf_OK.robot index 0e3425d521..aa17f2c11a 100644 --- a/csit/suites/messaging4transport/basic/010_Restconf_OK.robot +++ b/csit/suites/messaging4transport/basic/010_Restconf_OK.robot @@ -12,7 +12,7 @@ ${REST_CONTEXT} /restconf/modules *** Test Cases *** Get Controller Modules [Documentation] Get the controller modules via Restconf - ${resp} RequestsLibrary.Get session ${REST_CONTEXT} + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT} Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Should Contain ${resp.content} ietf-restconf -- 2.36.6