Skip to content

Commit

Permalink
Fix TC-OO-2.6 and SWTCH_3_2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Sep 4, 2024
1 parent 6c6358d commit 35e030c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_OO_2_6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests:
response:
constraints:
type: bitmap32
hasMasksSet: [0x2]
hasMasksSet: [0x4]

- label:
"Step 2: TH sends On command to the On/Off Cluster of DUT on
Expand Down
10 changes: 9 additions & 1 deletion src/app/tests/suites/certification/Test_TC_SWTCH_3_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tests:
- label: "Note"
verification: |
For DUT as client test cases, Chip-tool command used below are an example to verify the functionality. For certification test, we expect DUT should have a capability or way to run the equivalent command.
Execute the below mentioned command to put TH(Reference app) into a commissionable state in RPI platform, Pls use equivalent command on the respective platform
./chip-all-clusters-app --trace_decode 1
Expand Down Expand Up @@ -110,6 +110,14 @@ tests:
no messages needed, TH checks consistency of PICS flags
disabled: true

- label:
"Step 0h: FAIL the test - when supporting SWTCH.C.F02(MSR) the
SWTCH.C.F05(AS) must not be supported"
PICS: SWTCH.C.F02 && SWTCH.C.F05
verification: |
no messages needed, TH checks consistency of PICS flags
disabled: true

- label:
"Step 1a: Commission DUT to TH. Use client mechanism to set it up so
switch state can be observed (e.g. UI shows state of switch) and/or
Expand Down

0 comments on commit 35e030c

Please sign in to comment.