X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FPerformance_Flow_Config%2F030_Stats_Collection_Linear.robot;fp=csit%2Fsuites%2Fopenflowplugin%2FPerformance_Flow_Config%2F030_Stats_Collection_Linear.robot;h=2bd670568af421edd4a50bd4cd18b4f4d5835209;hb=a24488972a386c12e4c49ec883ef60974a019ed3;hp=48d052720924964b5a8bbe41550e0b5d9f6654b9;hpb=666b3019d40b612cfae2cdab2832d342e6e13706;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Performance_Flow_Config/030_Stats_Collection_Linear.robot b/csit/suites/openflowplugin/Performance_Flow_Config/030_Stats_Collection_Linear.robot index 48d0527209..2bd670568a 100644 --- a/csit/suites/openflowplugin/Performance_Flow_Config/030_Stats_Collection_Linear.robot +++ b/csit/suites/openflowplugin/Performance_Flow_Config/030_Stats_Collection_Linear.robot @@ -6,18 +6,17 @@ Library OperatingSystem Library Collections Library XML Library SSHLibrary -Variables ../../../../csit/variables/Variables.py Library RequestsLibrary Library ../../../../csit/libraries/Common.py Library ../../../../csit/libraries/ScaleClient.py +Variables ../../../../csit/variables/Variables.py +Resource ../../../../csit/variables/openflowplugin/Variables.robot *** Variables *** ${swnr} 17 ${flnr} 17000 ${swspread} linear ${tabspread} linear -${topourl} /restconf/operational/network-topology:network-topology/topology/flow:1 -${invurl} /restconf/operational/opendaylight-inventory:nodes @{cntls} ${ODL_SYSTEM_IP} *** Test Cases *** @@ -63,7 +62,7 @@ Stop Switches Are Switches Connected Topo [Documentation] Checks wheather switches are connected to controller - ${resp}= Get Request session /restconf/operational/network-topology:network-topology/topology/flow:1 headers=${ACCEPT_XML} + ${resp}= Get Request session ${RFC8040_OPERATIONAL_TOPO_FLOW1_API} headers=${ACCEPT_XML} Log ${resp.content} ${count}= Get Element Count ${resp.content} xpath=node Should Be Equal As Numbers ${count} ${swnr}