X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FFlows_Additional_TCs%2F030_Flow_Update_Test.robot;fp=csit%2Fsuites%2Fopenflowplugin%2FFlows_Additional_TCs%2F030_Flow_Update_Test.robot;h=6342eb8e40d41086999ad8295b9443f9d6343fd1;hb=4122a5096fc35c216fa6192d54da4a1d938f0128;hp=ae400fa848e8d94c2fb3e260a21d70c0323bb6ae;hpb=1df85cc733881a9c386f46302a902bcfe05595fe;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Flows_Additional_TCs/030_Flow_Update_Test.robot b/csit/suites/openflowplugin/Flows_Additional_TCs/030_Flow_Update_Test.robot index ae400fa848..6342eb8e40 100644 --- a/csit/suites/openflowplugin/Flows_Additional_TCs/030_Flow_Update_Test.robot +++ b/csit/suites/openflowplugin/Flows_Additional_TCs/030_Flow_Update_Test.robot @@ -59,10 +59,8 @@ Final Phase Delete Flow [Documentation] Removes used flow - ${resp}= RequestsLibrary.Delete Request + ${resp}= RequestsLibrary.DELETE On Session ... session - ... ${RFC8040_NODES_API}/node=openflow%3A${switch_idx}/flow-node-inventory:table=${table_id}/flow=${flow_id} + ... url=${RFC8040_NODES_API}/node=openflow%3A${switch_idx}/flow-node-inventory:table=${table_id}/flow=${flow_id} + ... expected_status=200 Log ${resp.content} - ${msg}= Set Variable - ... Delete flow for ${RFC8040_NODES_API}/node=openflow%3A${switch_idx}/flow-node-inventory:table=${table_id}/flow=${flow_id} failed, http response ${resp.status_code} received. - Should Be Equal As Strings ${resp.status_code} 200 msg=${msg}