[tests] support testing commissioning (#3441)

Add support for testing commissioning process, including:

1. Add DTLS, Thread Discovery and commissioning messages(JOIN_FIN.req etc) parsing;
2. Support parsing log from UART response, and construct decrypted messages;
3. Common commands for commissioning related verification;
This commit is contained in:
wgtdkp
2019-02-26 15:49:57 -08:00
committed by Jonathan Hui
parent cc37bd1dfb
commit dc947f0152
13 changed files with 1420 additions and 47 deletions
+2
View File
@@ -125,9 +125,11 @@ EXTRA_DIST = \
command.py \
common.py \
config.py \
dtls.py \
ipv6.py \
lowpan.py \
mac802154.py \
mesh_cop.py \
message.py \
mle.py \
net_crypto.py \