X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FInventory_Scalability_OF13%2F020__restconf_topology.robot;fp=csit%2Fsuites%2Fopenflowplugin%2FInventory_Scalability_OF13%2F020__restconf_topology.robot;h=90ced470cce727d372ae76773d3e238ef8604bb8;hp=157e736e9e6c3e0b0d827a0f8de23798d5277e9d;hb=4122a5096fc35c216fa6192d54da4a1d938f0128;hpb=1df85cc733881a9c386f46302a902bcfe05595fe diff --git a/csit/suites/openflowplugin/Inventory_Scalability_OF13/020__restconf_topology.robot b/csit/suites/openflowplugin/Inventory_Scalability_OF13/020__restconf_topology.robot index 157e736e9e..90ced470cc 100644 --- a/csit/suites/openflowplugin/Inventory_Scalability_OF13/020__restconf_topology.robot +++ b/csit/suites/openflowplugin/Inventory_Scalability_OF13/020__restconf_topology.robot @@ -44,8 +44,11 @@ Get Links Count *** Keywords *** Verify Element Count [Arguments] ${URI} ${xpath_location} ${expected_count} - ${resp} RequestsLibrary.Get Request session ${RFC8040_OPERATIONAL_TOPO_FLOW1_API} headers=${ACCEPT_XML} + ${resp} RequestsLibrary.GET On Session + ... session + ... url=${RFC8040_OPERATIONAL_TOPO_FLOW1_API} + ... headers=${ACCEPT_XML} + ... expected_status=200 Log ${resp.text} - Should Be Equal As Strings ${resp.status_code} 200 ${count} Get Element Count ${resp.text} xpath=${xpath_location} Should Be Equal As Numbers ${count} ${expected_count}