Move calls to "RequestsLibrary.<action> Request" in suites/lispflowmapping 43/34743/2
authorLorand Jakab <lojakab@cisco.com>
Tue, 16 Feb 2016 09:38:52 +0000 (11:38 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 19 Feb 2016 00:59:28 +0000 (00:59 +0000)
Change-Id: I9660c1ced0575f073d57eebdb2826c9827ec74cf
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
csit/suites/lispflowmapping/performance/010_Southbound_MapRequest.robot

index fd9e2a7a8f7dbc9399946f8b318e836eb03303f8..ad34b930b6e01683fad1f754db83e5527c0209a4 100644 (file)
@@ -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