mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 22:50:07 +00:00
[network-data] add Service/Server TLV support (#2256)
This commit is contained in:
committed by
Jonathan Hui
parent
1436d9b067
commit
005781d066
@@ -143,6 +143,7 @@ EXTRA_DIST = \
|
||||
test_lowpan.py \
|
||||
test_mac802154.py \
|
||||
test_mle.py \
|
||||
test_service.py \
|
||||
test_network_data.py \
|
||||
test_network_layer.py \
|
||||
$(NULL)
|
||||
@@ -158,6 +159,7 @@ check_SCRIPTS = \
|
||||
test_lowpan.py \
|
||||
test_mac802154.py \
|
||||
test_mle.py \
|
||||
test_service.py \
|
||||
test_network_data.py \
|
||||
test_network_layer.py \
|
||||
Cert_5_2_02_LeaderReject1Hop.py \
|
||||
@@ -263,6 +265,7 @@ TESTS = \
|
||||
$(NULL)
|
||||
|
||||
XFAIL_NCP_TESTS = \
|
||||
test_service.py \
|
||||
Cert_5_2_05_AddressQuery.py \
|
||||
Cert_5_3_09_AddressQuery.py \
|
||||
Cert_8_1_01_Commissioning.py \
|
||||
|
||||
Reference in New Issue
Block a user