From 859df4847a4c770d0a7f13b7198b3e1a62fe6774 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 16 Feb 2016 11:38:52 +0200 Subject: [PATCH] Move calls to "RequestsLibrary. Request" in suites/lispflowmapping Change-Id: I9660c1ced0575f073d57eebdb2826c9827ec74cf Signed-off-by: Lorand Jakab --- .../performance/010_Southbound_MapRequest.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot b/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot index fd9e2a7a8f..ad34b930b6 100644 --- a/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot +++ b/csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot @@ -55,12 +55,12 @@ Compute And Export Results *** Keywords *** Reset Stats - ${resp}= RequestsLibrary.Post session ${LFM_SB_RPC_API}:reset-stats + ${resp}= RequestsLibrary.Post Request session ${LFM_SB_RPC_API}:reset-stats Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Get Transmitted Map-Requests Stats - ${resp}= RequestsLibrary.Post session ${LFM_SB_RPC_API}:get-stats + ${resp}= RequestsLibrary.Post Request session ${LFM_SB_RPC_API}:get-stats Log ${resp.content} ${output}= Get From Dictionary ${resp.json()} output ${stats}= Get From Dictionary ${output} control-message-stats -- 2.36.6