X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fl2switch%2FInventory_Scalability_OF13%2F010__restconf_inventory.robot;fp=csit%2Fsuites%2Fl2switch%2FInventory_Scalability_OF13%2F010__restconf_inventory.robot;h=391af75233179daa37b1e6b873b388d9fcfd9ede;hb=f86d6243f89f68f58dfcd1f9233477cbfe5989c7;hp=7c449abfef668a666f6f6c4ff241be6efc08f9e9;hpb=4f18be61ade66f366a955845b48cef79727efbb5;p=integration%2Ftest.git diff --git a/csit/suites/l2switch/Inventory_Scalability_OF13/010__restconf_inventory.robot b/csit/suites/l2switch/Inventory_Scalability_OF13/010__restconf_inventory.robot index 7c449abfef..391af75233 100644 --- a/csit/suites/l2switch/Inventory_Scalability_OF13/010__restconf_inventory.robot +++ b/csit/suites/l2switch/Inventory_Scalability_OF13/010__restconf_inventory.robot @@ -21,7 +21,7 @@ Get list of nodes Get nodeconnector for the root node [Documentation] Get the inventory for the root node ${TOPO_TREE_FANOUT} Convert To Integer ${TOPO_TREE_FANOUT} - ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/node/openflow:1 + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT}/node/openflow:1 Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Wait Until Keyword Succeeds 30s 2s Check conn loop ${TOPO_TREE_FANOUT} 1 ${resp.content} @@ -43,7 +43,7 @@ Get Stats for a node *** Keywords *** Check Every Nodes [Arguments] ${numnodes} - ${resp} RequestsLibrary.Get session ${REST_CONTEXT} + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT} Should Be Equal As Strings ${resp.status_code} 200 : FOR ${IND} IN RANGE 1 ${numnodes+1} \ Should Contain ${resp.content} openflow:${IND} @@ -51,7 +51,7 @@ Check Every Nodes Check Every Nodes Stats [Arguments] ${numnodes} : FOR ${IND} IN RANGE 1 ${numnodes+1} - \ ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/node/openflow:${IND} + \ ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT}/node/openflow:${IND} \ Log ${resp.content} \ Should Be Equal As Strings ${resp.status_code} 200 \ Should Contain ${resp.content} flow-capable-node-connector-statistics @@ -60,7 +60,7 @@ Check Every Nodes Stats Check Every Nodes Nodeconnector [Arguments] ${numnodes} : FOR ${IND} IN RANGE 2 ${numnodes+1} - \ ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/node/openflow:${IND} + \ ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT}/node/openflow:${IND} \ Log ${resp.content} \ Should Be Equal As Strings ${resp.status_code} 200 \ Check conn loop ${TOPO_TREE_FANOUT+1} ${IND} ${resp.content}