X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FMD_SAL_NSF_OF10%2F020__restconf_topology.robot;h=3616d7256d55a6b18d0f0cbe5fa7b750df6edad6;hb=ffd25cfa9e839930852beacb46ca6d3109103f5d;hp=3cd5b63d436a029766a3fc9cf6bc41ee9141ba07;hpb=e95a901adf07ca608940e8f5ab741ffe46fe52e7;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020__restconf_topology.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020__restconf_topology.robot index 3cd5b63d43..3616d7256d 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020__restconf_topology.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020__restconf_topology.robot @@ -16,7 +16,7 @@ ${REST_CONTEXT} /restconf/operational/network-topology:network-topology Get RESTCONF Topology [Documentation] Get RESTCONF Topology and validate the result. Wait Until Keyword Succeeds 30s 2s Ensure All Nodes Are In Response ${REST_CONTEXT} ${node_list} - ${resp} RequestsLibrary.Get session ${REST_CONTEXT} + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT} Log ${resp.content} List all the links @@ -81,7 +81,7 @@ Add Port *** Keywords *** Verify Links [Arguments] ${expected_links} - ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/topology/flow:1 + ${resp} RequestsLibrary.Get Request session ${REST_CONTEXT}/topology/flow:1 Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 ${result} To JSON ${resp.content}