X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FPerformance_Flow_Config%2F060_Stats_Collection_Basic16kScenario.robot;fp=csit%2Fsuites%2Fopenflowplugin%2FPerformance_Flow_Config%2F060_Stats_Collection_Basic16kScenario.robot;h=df4d87aeea42f33d993f3bb204ed17dba4feef54;hb=a24488972a386c12e4c49ec883ef60974a019ed3;hp=aaacad29d0b5bc319ccc0218a627b5c833b188eb;hpb=666b3019d40b612cfae2cdab2832d342e6e13706;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Performance_Flow_Config/060_Stats_Collection_Basic16kScenario.robot b/csit/suites/openflowplugin/Performance_Flow_Config/060_Stats_Collection_Basic16kScenario.robot index aaacad29d0..df4d87aeea 100644 --- a/csit/suites/openflowplugin/Performance_Flow_Config/060_Stats_Collection_Basic16kScenario.robot +++ b/csit/suites/openflowplugin/Performance_Flow_Config/060_Stats_Collection_Basic16kScenario.robot @@ -10,6 +10,7 @@ Variables ../../../variables/Variables.py Library RequestsLibrary Library ../../../libraries/Common.py Library ../../../libraries/ScaleClient.py +Resource ../../../variables/openflowplugin/Variables.robot *** Variables *** ${swnr} 16 @@ -111,7 +112,7 @@ Delete Http Session Are Switches Connected Topo [Documentation] Checks wheather switches are connected to controller - ${resp}= Get Request session ${OPERATIONAL_TOPO_API}/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} @@ -122,6 +123,6 @@ Check Flows Inventory Should Be True ${res} Check No Switches Inventory - ${resp}= Get Request session ${OPERATIONAL_NODES_API} + ${resp}= Get Request session ${RFC8040_OPERATIONAL_NODES_API} Log ${resp.content} Should Be Equal As Strings '${resp.content}' '{"nodes":{}}'