Skip to content

Commit 0e1940c

Browse files
committed
Updated the commands for TC_S_2_2 test step 8g and TC_S_2_5 test step 0a
1 parent 28c1d83 commit 0e1940c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ tests:
11271127
should fail and return a status of 0x85 (INVALID_COMMAND)."
11281128
## TODO: Change test to test for an existing bu non scenable attribute ID once scenability check is possible, see issue: https://github.com/project-chip/connectedhomeip/issues/24177
11291129
verification: |
1130-
./chip-tool scenesmanagement add-scene 0x0001 0x01 1000 "scene name" '[{"clusterID": "0x006", "attributeValueList":[{"attributeID": "0x4001", "attributeValue": "0x01"}]}]' 1 1
1130+
./chip-tool scenesmanagement add-scene 0x0001 0x01 1000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4011", "valueUnsigned16": "0x01"}]}]' 1 1
11311131
11321132
Verify DUT sends a AddSceneResponse command to TH with the Status field set to 0x85 (INVALID_COMMAND), the GroupID field set to G1 and the SceneID field set to 0x01 on the TH(Chip-tool)
11331133
Log and below is the sample log provided for the raspi platform:

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ tests:
4040
b0b1b2b3b4b5b6b7b8b9babbbcbdbebf EpochStartTime1: 1110001 EpochKey2:
4141
c0c1c2c3c4c5c6c7c8c9cacbcccdcecf EpochStartTime2: 1110002"
4242
verification: |
43-
./chip-tool groupkeymanagement key-set-write '{"groupKeySetID": 1,
44-
"groupKeySecurityPolicy": 0, "epochKey0":
45-
"a0a1a2a3a4a5a6a7a8a9aaabacadaeaf", "epochStartTime0": 1110000,"epochKey1":
46-
"b0b1b2b3b4b5b6b7b8b9babbbcbdbebf", "epochStartTime1": 1110001,"epochKey2":
47-
"c0c1c2c3c4c5c6c7c8c9cacbcccdcecf", "epochStartTime2": 1110002 }' 1 0
43+
./chip-tool groupkeymanagement key-set-write '{"groupKeySetID": "0x01a1","groupKeySecurityPolicy": 0, "epochKey0":"a0a1a2a3a4a5a6a7a8a9aaabacadaeaf","epochStartTime0": 1110000,"epochKey1":"b0b1b2b3b4b5b6b7b8b9babbbcbdbebf", "epochStartTime1": 1110001,"epochKey2":"c0c1c2c3c4c5c6c7c8c9cacbcccdcecf", "epochStartTime2": 1110002 }' 1 0
4844
4945
Verify the "status is success" on the TH(Chip-tool) Log and below is the sample log provided for the raspi platform:
5046

0 commit comments

Comments
 (0)