Skip to content

Commit 35e030c

Browse files
committed
Fix TC-OO-2.6 and SWTCH_3_2 tests
1 parent 6c6358d commit 35e030c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tests:
3939
response:
4040
constraints:
4141
type: bitmap32
42-
hasMasksSet: [0x2]
42+
hasMasksSet: [0x4]
4343

4444
- label:
4545
"Step 2: TH sends On command to the On/Off Cluster of DUT on

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tests:
2828
- label: "Note"
2929
verification: |
3030
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.
31-
31+
3232
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
3333
./chip-all-clusters-app --trace_decode 1
3434
@@ -110,6 +110,14 @@ tests:
110110
no messages needed, TH checks consistency of PICS flags
111111
disabled: true
112112

113+
- label:
114+
"Step 0h: FAIL the test - when supporting SWTCH.C.F02(MSR) the
115+
SWTCH.C.F05(AS) must not be supported"
116+
PICS: SWTCH.C.F02 && SWTCH.C.F05
117+
verification: |
118+
no messages needed, TH checks consistency of PICS flags
119+
disabled: true
120+
113121
- label:
114122
"Step 1a: Commission DUT to TH. Use client mechanism to set it up so
115123
switch state can be observed (e.g. UI shows state of switch) and/or

0 commit comments

Comments
 (0)