[ovs-dev] [PATCH] ofproto-dpif: Remove unused flows.txt from fin_timeout test

Simon Horman horms at verge.net.au
Tue May 20 07:42:37 UTC 2014


Signed-off-by: Simon Horman <horms at verge.net.au>
---
 tests/ofproto-dpif.at | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 59d3c1b..6b90346 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -4501,10 +4501,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],
-- 
1.8.4




More information about the dev mailing list