Add Thread Certification 9.2.17 to automated test. (#786)

This commit is contained in:
Jonathan Hui
2016-10-12 20:41:11 -07:00
committed by GitHub
parent 4ef45a45e6
commit c28042ce97
6 changed files with 187 additions and 10 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_17_Orphan.py \
thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py \
thread-cert/node.py \
$(NULL)
@@ -241,6 +242,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_17_Orphan.py \
thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py \
$(NULL)
@@ -269,6 +271,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_17_Orphan.py \
thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py \
$(NULL)