X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FFlows_Stats_OF13%2F010__SM_add_upd_del_flows.robot;h=0569e32435c024ef73c45ab4020e781339d0a9f0;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=80acc8af9601a535b474c549a42dd686f8aafe41;hpb=ffd25cfa9e839930852beacb46ca6d3109103f5d;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Flows_Stats_OF13/010__SM_add_upd_del_flows.robot b/csit/suites/openflowplugin/Flows_Stats_OF13/010__SM_add_upd_del_flows.robot index 80acc8af96..0569e32435 100644 --- a/csit/suites/openflowplugin/Flows_Stats_OF13/010__SM_add_upd_del_flows.robot +++ b/csit/suites/openflowplugin/Flows_Stats_OF13/010__SM_add_upd_del_flows.robot @@ -15,16 +15,16 @@ ${XmlsDir} ${CURDIR}/../../../variables/xmls ${switch_idx} 1 ${switch_name} s${switch_idx} @{xml_files} f1.xml f2.xml f3.xml f5.xml f7.xml f8.xml f9.xml -... f10.xml f11.xml f12.xml f13.xml f14.xml f17.xml f19.xml -... f24.xml +... f10.xml f11.xml f14.xml f17.xml f19.xml f24.xml *** Test Cases *** Test Add Flows [Documentation] Add all flows and waits for SM to collect data - : FOR ${flowfile} IN @{xml_files} - \ Log ${flowfile} - \ Init Flow Variables ${flowfile} - \ Run Keyword And Continue On Failure Add Flow + FOR ${flowfile} IN @{xml_files} + Log ${flowfile} + Init Flow Variables ${flowfile} + Run Keyword And Continue On Failure Add Flow + END Test Is Flow 1 Added [Documentation] Checks if flow is configured and operational @@ -80,18 +80,6 @@ Test Is Flow 11 Added Check Config Flow ${True} Check Operational Table ${True} -Test Is Flow 12 Added - [Documentation] Checks if flow is configured and operational - Init Flow Variables f12.xml - Check Config Flow ${True} - Check Operational Table ${True} - -Test Is Flow 13 Added - [Documentation] Checks if flow is configured and operational - Init Flow Variables f13.xml - Check Config Flow ${True} - Check Operational Table ${True} - Test Is Flow 14 Added [Documentation] Checks if flow is configured and operational Init Flow Variables f14.xml @@ -118,10 +106,11 @@ Test Is Flow 24 Added Test Delete Flows [Documentation] Delete all flows and waits for SM to collect data - : FOR ${flowfile} IN @{xml_files} - \ Log ${flowfile} - \ Init Flow Variables ${flowfile} - \ Run Keyword And Continue On Failure Delete Flow + FOR ${flowfile} IN @{xml_files} + Log ${flowfile} + Init Flow Variables ${flowfile} + Run Keyword And Continue On Failure Delete Flow + END Test Is Flow 1 Deleted [Documentation] Checks if flow is not configured and operational @@ -177,18 +166,6 @@ Test Is Flow 11 Deleted Check Config Flow ${False} Check Operational Table ${False} -Test Is Flow 12 Deleted - [Documentation] Checks if flow is not configured and operational - Init Flow Variables f12.xml - Check Config Flow ${False} - Check Operational Table ${False} - -Test Is Flow 13 Deleted - [Documentation] Checks if flow is not configured and operational - Init Flow Variables f13.xml - Check Config Flow ${False} - Check Operational Table ${False} - Test Is Flow 14 Deleted [Documentation] Checks if flow is not configured and operational Init Flow Variables f14.xml @@ -280,10 +257,11 @@ Delete Flow Delete All Flows [Documentation] Deletes all flows - : FOR ${flowfile} IN @{xml_files} - \ Log ${flowfile} - \ Init Flow Variables ${flowfile} - \ Delete Flow + FOR ${flowfile} IN @{xml_files} + Log ${flowfile} + Init Flow Variables ${flowfile} + Delete Flow + END Initialization Phase [Documentation] Initiate tcp connection with controller