Fix failing TC in flow-services suite
[integration/test.git] / test / csit / suites / openflowplugin / Flows_OF13 / 315__timeout_vlan_pcp_vlan.robot
index d2c2990caa8f5e5b5c63bdf725bafc7db3c9fba2..769db927a8e2f35afc82d850eb5201be6188ed62 100644 (file)
@@ -11,11 +11,10 @@ Variables         ../../../variables/Variables.py
 
 *** Variables ***
 ${REST_CON}       /restconf/config/opendaylight-inventory:nodes
-${REST_OPR}       /restconf/operational/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 ***