Add Thread Certification 9.2.18 to automated test. (#785)

This commit is contained in:
Jonathan Hui
2016-10-12 11:28:29 -07:00
committed by GitHub
parent 4f20ac1fa1
commit 0bafb5a08f
4 changed files with 187 additions and 1 deletions
+3
View File
@@ -114,6 +114,7 @@ EXTRA_DIST = \
thread-cert/Cert_9_2_14_PanIdQuery.py \
thread-cert/Cert_9_2_15_PendingPartition.py \
thread-cert/Cert_9_2_16_ActivePendingPartition.py \
thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py \
thread-cert/node.py \
$(NULL)
@@ -240,6 +241,7 @@ check_SCRIPTS += \
thread-cert/Cert_9_2_14_PanIdQuery.py \
thread-cert/Cert_9_2_15_PendingPartition.py \
thread-cert/Cert_9_2_16_ActivePendingPartition.py \
thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py \
$(NULL)
endif # OPENTHREAD_TESTS_SUBSET5
@@ -267,6 +269,7 @@ XFAIL_NCP_TESTS = \
thread-cert/Cert_9_2_14_PanIdQuery.py \
thread-cert/Cert_9_2_15_PendingPartition.py \
thread-cert/Cert_9_2_16_ActivePendingPartition.py \
thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py \
$(NULL)
XFAIL_TESTS = $(if $(filter $(NODE_TYPE),ncp-sim),$(XFAIL_NCP_TESTS))