From: Luis Gomez Date: Fri, 19 Jun 2015 02:42:36 +0000 (-0700) Subject: Fix failing TC in flow-services suite X-Git-Tag: release/lithium~13 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=f8f0f209f5983044e8600ef0ead0e8f05d3b7a3a Fix failing TC in flow-services suite A patch has been finally merged to set default flow timeouts=0 Change-Id: I52e5fcab72445543109bc020237b77952659c054 Signed-off-by: Luis Gomez Signed-off-by: Jamo Luhrsen --- diff --git a/test/csit/suites/openflowplugin/Flows_OF13/315__timeout_vlan_pcp_vlan.robot b/test/csit/suites/openflowplugin/Flows_OF13/315__timeout_vlan_pcp_vlan.robot index 429d02df59..769db927a8 100644 --- a/test/csit/suites/openflowplugin/Flows_OF13/315__timeout_vlan_pcp_vlan.robot +++ b/test/csit/suites/openflowplugin/Flows_OF13/315__timeout_vlan_pcp_vlan.robot @@ -14,7 +14,7 @@ ${REST_CON} /restconf/config/opendaylight-inventory:nodes ${FILE} ${CURDIR}/../../../variables/xmls/f16.xml ${FLOW} 139 ${TABLE} 2 -@{FLOWELMENTS} table=2 idle_timeout=300 hard_timeout=600 priority=16 dl_vlan=78 dl_vlan_pcp=3 +@{FLOWELMENTS} table=2 priority=16 dl_vlan=78 dl_vlan_pcp=3 ... dl_src=00:00:00:11:23:ae dl_dst=ff:ff:29:01:19:61 dec_ttl *** Test Cases ***