Fix failing TC in flow-services suite
authorLuis Gomez <ecelgp@gmail.com>
Fri, 19 Jun 2015 02:42:36 +0000 (19:42 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 19 Jun 2015 04:56:52 +0000 (04:56 +0000)
A patch has been finally merged to set default flow timeouts=0

Change-Id: I52e5fcab72445543109bc020237b77952659c054
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
test/csit/suites/openflowplugin/Flows_OF13/315__timeout_vlan_pcp_vlan.robot

index 429d02df5969de6de975193a42d3dd3cc55b87e1..769db927a8e2f35afc82d850eb5201be6188ed62 100644 (file)
@@ -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 ***