Skip to content

Commit

Permalink
Added missing close commissioning window cmds (#35633)
Browse files Browse the repository at this point in the history
TC-TBRM-2.4
TC-THNETDIR-2.3
TC-WIFINM-2.2

fixes #4685
  • Loading branch information
tleacmcsa authored Sep 18, 2024
1 parent 99a866d commit 2396bb4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/tests/suites/certification/Test_TC_TBRM_2_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ tests:
command: GetPendingDatasetRequest
response:
error: UNSUPPORTED_ACCESS

- label: "Cleanup: Close the commissioning window"
endpoint: 0
cluster: Administrator Commissioning
command: RevokeCommissioning
timedInteractionTimeoutMs: 2000
6 changes: 6 additions & 0 deletions src/app/tests/suites/certification/Test_TC_THNETDIR_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ tests:
value: TestNetworkExtendedPanId
response:
error: UNSUPPORTED_ACCESS

- label: "Cleanup: Close the commissioning window"
endpoint: 0
cluster: Administrator Commissioning
command: RevokeCommissioning
timedInteractionTimeoutMs: 2000
6 changes: 6 additions & 0 deletions src/app/tests/suites/certification/Test_TC_WIFINM_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ tests:
command: NetworkPassphraseRequest
response:
error: UNSUPPORTED_ACCESS

- label: "Cleanup: Close the commissioning window"
endpoint: 0
cluster: Administrator Commissioning
command: RevokeCommissioning
timedInteractionTimeoutMs: 2000

0 comments on commit 2396bb4

Please sign in to comment.