[network-data] add Service/Server TLV support (#2256)

This commit is contained in:
Kamil Burzynski
2017-10-26 12:27:19 -07:00
committed by Jonathan Hui
parent 1436d9b067
commit 005781d066
34 changed files with 2257 additions and 58 deletions
+3
View File
@@ -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 \