mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
test_parser: test serializing a message multiple times
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
79ee99e98e
commit
8c6c2e458a
@ -179,6 +179,9 @@ class Test_Parser(unittest.TestCase):
|
||||
msg3.serialize()
|
||||
eq_(wire_msg, msg3.buf)
|
||||
|
||||
msg2.serialize()
|
||||
eq_(wire_msg, msg2.buf)
|
||||
|
||||
|
||||
def _add_tests():
|
||||
import os
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user