test/test_model: fix test_etherbone.
This commit is contained in:
parent
d901027e5c
commit
e270956d2d
|
@ -166,6 +166,7 @@ class TestModel(unittest.TestCase):
|
|||
#sock.sendto(bytes(packet), ("192.168.1.1", 20000))
|
||||
|
||||
packet = EtherbonePacket(packet)
|
||||
packet.encoded = True
|
||||
packet.decode()
|
||||
print(packet)
|
||||
|
||||
|
|
Loading…
Reference in New Issue