aboutsummaryrefslogtreecommitdiff
path: root/tests/ofproto.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-05-12 17:24:34 -0700
committerBen Pfaff <blp@nicira.com>2011-05-12 17:24:34 -0700
commite16b024e1b68b2b1c616cb5faa8f5f640e74861a (patch)
treebf722e2253076f7086ea46e78c96b488dbf0ea42 /tests/ofproto.at
parent8dd5089e2ba60908864931cbbbcad7d281e24d34 (diff)
Fix bugs lingering from merge mistakes.
I should have caught these when I did the merge from "master" earlier today, but I forgot to run the testsuite.
Diffstat (limited to 'tests/ofproto.at')
-rw-r--r--tests/ofproto.at1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ofproto.at b/tests/ofproto.at
index 713cc769..bb43149f 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -51,7 +51,6 @@ AT_CHECK([ovs-ofctl add-flow br0 in_port=0,actions=1])
AT_CHECK([ovs-ofctl dump-flows br0 | STRIP_XIDS | STRIP_DURATION | sort], [0], [dnl
cookie=0x0, duration=?s, table_id=0, n_packets=0, n_bytes=0, in_port=0 actions=output:1
cookie=0x0, duration=?s, table_id=0, n_packets=0, n_bytes=0, in_port=1 actions=output:0
- cookie=0x0, duration=?s, table_id=0, n_packets=0, n_bytes=0, in_port=65534 actions=output:1
NXST_FLOW reply:
])
AT_CHECK([ovs-ofctl del-flows br0])