@@ -154,16 +154,34 @@ tests:
154
154
- label :
155
155
" Step 0d: Precondition 4: TH sends a RemoveAllGroups command to DUT."
156
156
verification : |
157
- Please execute the below commands before starting the test case :
158
-
159
157
./chip-tool groups remove-all-groups 1 1
160
158
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: },
167
185
disabled : true
168
186
169
187
- label :
0 commit comments