X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Flispflowmapping%2Fperformance%2F010_Southbound_MapRequest.robot;h=ad34b930b6e01683fad1f754db83e5527c0209a4;hb=859df4847a4c770d0a7f13b7198b3e1a62fe6774;hp=fd9e2a7a8f7dbc9399946f8b318e836eb03303f8;hpb=baff5f3aacb25f559c014763a044cc8dc66ea0dc;p=integration%2Ftest.git 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