Skip to content

Commit a803c25

Browse files
tleacmcsayyzhong-g
authored andcommitted
Added missing close commissioning window cmds (project-chip#35633)
TC-TBRM-2.4 TC-THNETDIR-2.3 TC-WIFINM-2.2 fixes project-chip#4685
1 parent 35547e7 commit a803c25

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

src/app/tests/suites/certification/Test_TC_TBRM_2_4.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ tests:
8484
command: GetPendingDatasetRequest
8585
response:
8686
error: UNSUPPORTED_ACCESS
87+
88+
- label: "Cleanup: Close the commissioning window"
89+
endpoint: 0
90+
cluster: Administrator Commissioning
91+
command: RevokeCommissioning
92+
timedInteractionTimeoutMs: 2000

src/app/tests/suites/certification/Test_TC_THNETDIR_2_3.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ tests:
8383
value: TestNetworkExtendedPanId
8484
response:
8585
error: UNSUPPORTED_ACCESS
86+
87+
- label: "Cleanup: Close the commissioning window"
88+
endpoint: 0
89+
cluster: Administrator Commissioning
90+
command: RevokeCommissioning
91+
timedInteractionTimeoutMs: 2000

src/app/tests/suites/certification/Test_TC_WIFINM_2_2.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ tests:
8080
command: NetworkPassphraseRequest
8181
response:
8282
error: UNSUPPORTED_ACCESS
83+
84+
- label: "Cleanup: Close the commissioning window"
85+
endpoint: 0
86+
cluster: Administrator Commissioning
87+
command: RevokeCommissioning
88+
timedInteractionTimeoutMs: 2000

0 commit comments

Comments
 (0)