Add Thread Certification 9.2.15 to automated test. (#769)

This commit is contained in:
Jonathan Hui
2016-10-10 09:46:07 -07:00
committed by GitHub
parent f3ef4046db
commit 7b0280bbde
4 changed files with 143 additions and 14 deletions
+3
View File
@@ -111,6 +111,7 @@ EXTRA_DIST = \
thread-cert/Cert_9_2_12_Announce.py \
thread-cert/Cert_9_2_13_EnergyScan.py \
thread-cert/Cert_9_2_14_PanIdQuery.py \
thread-cert/Cert_9_2_15_PendingPartition.py \
thread-cert/node.py \
$(NULL)
@@ -234,6 +235,7 @@ check_SCRIPTS += \
thread-cert/Cert_9_2_12_Announce.py \
thread-cert/Cert_9_2_13_EnergyScan.py \
thread-cert/Cert_9_2_14_PanIdQuery.py \
thread-cert/Cert_9_2_15_PendingPartition.py \
$(NULL)
endif # OPENTHREAD_TESTS_SUBSET5
@@ -259,6 +261,7 @@ XFAIL_NCP_TESTS = \
thread-cert/Cert_9_2_12_Announce.py \
thread-cert/Cert_9_2_13_EnergyScan.py \
thread-cert/Cert_9_2_14_PanIdQuery.py \
thread-cert/Cert_9_2_15_PendingPartition.py \
$(NULL)
XFAIL_TESTS = $(if $(filter $(NODE_TYPE),ncp-sim),$(XFAIL_NCP_TESTS))