X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FFlows_OF13%2F311__eth_arp.robot;fp=csit%2Fsuites%2Fopenflowplugin%2FFlows_OF13%2F311__eth_arp.robot;h=e502458bfea018da275f7220c7d4c27dbd914fad;hb=ffd25cfa9e839930852beacb46ca6d3109103f5d;hp=01c5b58907dc25e7c1398fd7a544c95d9c138cc2;hpb=e95a901adf07ca608940e8f5ab741ffe46fe52e7;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Flows_OF13/311__eth_arp.robot b/csit/suites/openflowplugin/Flows_OF13/311__eth_arp.robot index 01c5b58907..e502458bfe 100644 --- a/csit/suites/openflowplugin/Flows_OF13/311__eth_arp.robot +++ b/csit/suites/openflowplugin/Flows_OF13/311__eth_arp.robot @@ -22,13 +22,13 @@ Add a flow - Output to physical port# [Tags] Push ${body} OperatingSystem.Get File ${FILE} Set Suite Variable ${body} - ${resp} RequestsLibrary.Put session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} headers=${HEADERS_XML} data=${body} + ${resp} RequestsLibrary.Put Request 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# [Documentation] Verify the flow [Tags] Get - ${resp} RequestsLibrary.Get session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} headers=${ACCEPT_XML} + ${resp} RequestsLibrary.Get Request session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} headers=${ACCEPT_XML} Should Be Equal As Strings ${resp.status_code} 200 compare xml ${body} ${resp.content} @@ -45,13 +45,13 @@ Verify flows after adding flow config on OVS Remove a flow - Output to physical port# [Documentation] Remove a flow [Tags] remove - ${resp} RequestsLibrary.Delete session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} + ${resp} RequestsLibrary.Delete Request session ${REST_CON}/node/openflow:1/table/${TABLE}/flow/${FLOW} Should Be Equal As Strings ${resp.status_code} 200 Verify after deleting flow config - Output to physical port# [Documentation] Verify the flow [Tags] Get - ${resp} RequestsLibrary.Get session ${REST_CON}/node/openflow:1/table/${TABLE} + ${resp} RequestsLibrary.Get Request session ${REST_CON}/node/openflow:1/table/${TABLE} Should Not Contain ${resp.content} ${FLOW} Verify flows after deleting flow config on OVS