Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing close commissioning window cmds #35633

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading