summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2014-04-25 08:43:58 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-04-25 18:41:16 +0900
commit1d1c3b87518daa35ff8563aaa7207c29dfd512a9 (patch)
tree29afed780e703bbae6fd47ce028381d4c72a4eea
parentd1b9e371dbfd130cf6685046de287bfd79d8a164 (diff)
tests/integrated: Do not verify buffer_id of packet_in resulting from packet_out
When a packet_in message results from a packet_out message there is no particular relationship between the buffer_ids of the two messages. I noticed this when using Open vSwitch's "make ryu-check". Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/tests/integrated/test_request_reply_v12.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ryu/tests/integrated/test_request_reply_v12.py b/ryu/tests/integrated/test_request_reply_v12.py
index b60a2ba8..ab999296 100644
--- a/ryu/tests/integrated/test_request_reply_v12.py
+++ b/ryu/tests/integrated/test_request_reply_v12.py
@@ -924,7 +924,6 @@ class RunTest(tester.TestFlowBase):
if output is None:
output = dp.ofproto.OFPP_CONTROLLER
- self._verify['buffer_id'] = buffer_id
self._verify['in_port'] = in_port
self._verify['data'] = data