Skip to content

Commit

Permalink
ofproto-dpif: Remove unused flows.txt from fin_timeout test
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
horms authored and blp committed May 28, 2014
1 parent b52ecd9 commit 22ba480
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ofproto-dpif.at
Original file line number Diff line number Diff line change
Expand Up @@ -3619,10 +3619,6 @@ AT_CLEANUP

AT_SETUP([ofproto-dpif - fin_timeout])
OVS_VSWITCHD_START
AT_DATA([flows.txt], [dnl
in_port=1 actions=output:2
in_port=2 actions=mod_vlan_vid:17,output:1
])
ovs-appctl time/stop
AT_CHECK([ovs-ofctl add-flow br0 'idle_timeout=60,actions=fin_timeout(idle_timeout=5)'])
AT_CHECK([ovs-ofctl dump-flows br0 | ofctl_strip], [0],
Expand Down

0 comments on commit 22ba480

Please sign in to comment.