Skip to content

Commit 97548a9

Browse files
Updates Test_TC_S_2_5.yaml, Test_TC_S_2_6.yaml, Test_TC_S_3_1.yaml
1 parent f072c31 commit 97548a9

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ tests:
249249
to 20000 (20s) and no extension field sets."
250250
PICS: S.S.C00.Rsp
251251
verification: |
252-
./chip-tool scenesmanagement add-scene 0x0001 0x01 20000 scene1 [] 1 1
252+
scenesmanagement add-scene 0x0001 0x01 20000 scene1 [] 1 1
253253
254254
Verify the AddSceneResponse with following fields:
255255
Status is SUCCESS

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ tests:
357357
set to 20000 (20s) and no extension field sets."
358358
PICS: S.S.C00.Rsp
359359
verification: |
360-
./chip-tool scenesmanagement add-scene 0x0000 0x01 20000 scene1 [] 1 1
360+
scenesmanagement add-scene 0x0000 0x01 20000 scene1 [] 1 1
361361
362362
Verify the AddSceneResponse with following fields:
363363
Status is SUCCESS

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

+26-8
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,34 @@ tests:
154154
- label:
155155
"Step 0d: Precondition 4: TH sends a RemoveAllGroups command to DUT."
156156
verification: |
157-
Please execute the below commands before starting the test case :
158-
159157
./chip-tool groups remove-all-groups 1 1
160158
161-
Verify DUT responds with SUCCESS status response on the TH(Chip-tool) Log and below is the sample log provided for the raspi platform:
162-
163-
[1653485455.344097][11508:11513] CHIP:DMG: StatusIB =
164-
[1653485455.344141][11508:11513] CHIP:DMG: {
165-
[1653485455.344190][11508:11513] CHIP:DMG: status = 0x00 (SUCCESS),
166-
[1653485455.344236][11508:11513] CHIP:DMG: },
159+
Verify the RemoveAllGroups attribute On TH (all-Clusters-app) log and below is the sample log provided for the raspi platform:
160+
161+
[1707992121.754676][18074:18074] CHIP:DMG: InvokeRequestMessage =
162+
[1707992121.754689][18074:18074] CHIP:DMG: {
163+
[1707992121.754697][18074:18074] CHIP:DMG: suppressResponse = false,
164+
[1707992121.754707][18074:18074] CHIP:DMG: timedRequest = false,
165+
[1707992121.754714][18074:18074] CHIP:DMG: InvokeRequests =
166+
[1707992121.754730][18074:18074] CHIP:DMG: [
167+
[1707992121.754744][18074:18074] CHIP:DMG: CommandDataIB =
168+
[1707992121.754756][18074:18074] CHIP:DMG: {
169+
[1707992121.754766][18074:18074] CHIP:DMG: CommandPathIB =
170+
[1707992121.754776][18074:18074] CHIP:DMG: {
171+
[1707992121.754788][18074:18074] CHIP:DMG: EndpointId = 0x1,
172+
[1707992121.754801][18074:18074] CHIP:DMG: ClusterId = 0x4,
173+
[1707992121.754810][18074:18074] CHIP:DMG: CommandId = 0x4,
174+
[1707992121.754827][18074:18074] CHIP:DMG: },
175+
[1707992121.754841][18074:18074] CHIP:DMG:
176+
[1707992121.754852][18074:18074] CHIP:DMG: CommandFields =
177+
[1707992121.754863][18074:18074] CHIP:DMG: {
178+
[1707992121.754874][18074:18074] CHIP:DMG: },
179+
[1707992121.754883][18074:18074] CHIP:DMG: },
180+
[1707992121.754899][18074:18074] CHIP:DMG:
181+
[1707992121.754907][18074:18074] CHIP:DMG: ],
182+
[1707992121.754924][18074:18074] CHIP:DMG:
183+
[1707992121.754934][18074:18074] CHIP:DMG: InteractionModelRevision = 11
184+
[1707992121.754943][18074:18074] CHIP:DMG: },
167185
disabled: true
168186

169187
- label:

0 commit comments

Comments
 (0)