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>
This commit is contained in:
Simon Horman 2014-04-25 08:43:58 +09:00 committed by FUJITA Tomonori
parent d1b9e371db
commit 1d1c3b8751

View File

@ -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