X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FFlows_OF13%2F300__dst_ip.robot;fp=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FFlows_OF13%2F300__dst_ip.robot;h=2a0347e5ecc6519b13902958211939c4cc1cdf24;hb=222697d2890cf6fe26f30bbbee88cbca10d6534c;hp=020ed0ff353c2f7686bff420aa58b257cec5c96b;hpb=02f304585d3b2c2d69680402c8befc4bb2092904;p=integration%2Ftest.git diff --git a/test/csit/suites/openflowplugin/Flows_OF13/300__dst_ip.robot b/test/csit/suites/openflowplugin/Flows_OF13/300__dst_ip.robot index 020ed0ff35..2a0347e5ec 100644 --- a/test/csit/suites/openflowplugin/Flows_OF13/300__dst_ip.robot +++ b/test/csit/suites/openflowplugin/Flows_OF13/300__dst_ip.robot @@ -5,7 +5,7 @@ Suite Teardown Delete All Sessions Library SSHLibrary Library Collections Library OperatingSystem -Library ../../../libraries/RequestsLibrary.py +Library RequestsLibrary Library ../../../libraries/Common.py Variables ../../../variables/Variables.py @@ -22,7 +22,7 @@ Add a flow - Output to physical port# [Tags] Push ${body} OperatingSystem.Get File ${FILE} Set Suite Variable ${body} - ${resp} Putxml session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} data=${body} + ${resp} RequestsLibrary.Put session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} headers=${HEADERS_XML} data=${body} Should Be Equal As Strings ${resp.status_code} 200 Verify after adding flow config - Output to physical port#