mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 23:30:07 +00:00
[tests] add traffic analysis for Cert_5_3_07_DuplicateAddress.py (#2298)
This commit is contained in:
@@ -49,6 +49,7 @@ ALOC_FLAG_REGEX_PATTERN = '.*:fc..$'
|
||||
LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS = 'ff32:40:fdde:ad00:beef:0:0:1'
|
||||
REALM_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS = 'ff33:40:fdde:ad00:beef:0:0:1'
|
||||
REALM_LOCAL_ALL_ROUTERS_ADDRESS = 'ff03::2'
|
||||
LINK_LOCAL_ALL_NODES_ADDRESS = 'ff02::1'
|
||||
|
||||
DEFAULT_MASTER_KEY = bytearray([0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
|
||||
0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff])
|
||||
@@ -213,6 +214,7 @@ def create_default_uri_path_based_payload_factories():
|
||||
"/a/as": network_layer_tlvs_factory,
|
||||
"/a/aq": network_layer_tlvs_factory,
|
||||
"/a/ar": network_layer_tlvs_factory,
|
||||
"/a/ae": network_layer_tlvs_factory,
|
||||
"/a/an": network_layer_tlvs_factory
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user