mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
test_parser_v12: update after OFPPacketOut.actions_len changes
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4110b404de
commit
ccad3f86c0
@ -2459,7 +2459,7 @@ class TestOFPPacketOut(unittest.TestCase):
|
||||
|
||||
eq_(buffer_id, c.buffer_id)
|
||||
eq_(in_port, c.in_port)
|
||||
eq_(0, c._actions_len)
|
||||
eq_(0, c.actions_len)
|
||||
eq_(data, c.data)
|
||||
eq_(actions, c.actions)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user