Skip to content

Commit

Permalink
Don't hardcode TBRM endpoint number in TC-TBRM-2.4
Browse files Browse the repository at this point in the history
Fixes #35726
  • Loading branch information
ksperling-apple committed Sep 26, 2024
1 parent 90b0fd2 commit c7153e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/tests/suites/certification/Test_TC_TBRM_2_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ PICS:

config:
nodeId: 0x12344321
cluster: Thread Border Router Management
endpoint: 1

payload: "MT:-24J0AFN00KA0648G00"
discriminator: 3840
Expand Down Expand Up @@ -70,17 +72,13 @@ tests:
- label:
"TH2 send GetActiveDatasetRequest command to the DUT in PASE session"
identity: beta
cluster: Thread Border Router Management
endpoint: 1
command: GetActiveDatasetRequest
response:
error: UNSUPPORTED_ACCESS

- label:
"TH2 send GetPendingDatasetRequest command to the DUT in PASE session"
identity: beta
cluster: Thread Border Router Management
endpoint: 1
command: GetPendingDatasetRequest
response:
error: UNSUPPORTED_ACCESS
Expand Down

0 comments on commit c7153e3

Please sign in to comment.