mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[thread-cert] add case 8.1.6 using pktverify (#5898)
This commit is contained in:
@@ -85,9 +85,8 @@ class BaseSimulator(object):
|
||||
type,
|
||||
payload,
|
||||
) in node.read_cert_messages_in_commissioning_log():
|
||||
if direction == b'send':
|
||||
msg = self._payload_parse_factory.parse(type.decode("utf-8"), io.BytesIO(payload))
|
||||
self.commissioning_messages[nodeid].append(msg)
|
||||
msg = self._payload_parse_factory.parse(type.decode("utf-8"), io.BytesIO(payload))
|
||||
self.commissioning_messages[nodeid].append(msg)
|
||||
|
||||
|
||||
class RealTime(BaseSimulator):
|
||||
|
||||
Reference in New Issue
Block a user