mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-14 09:06:33 +02:00
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:
parent
d1b9e371db
commit
1d1c3b8751
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user