@@ -267,3 +267,46 @@ tests:
267
267
value : []
268
268
constraints :
269
269
type : list
270
+
271
+ - label : " bad step"
272
+ PICS : ACL.S.A0000 && PICS_SKIP_SAMPLE_APP
273
+ verification : |
274
+ ./chip-tool accesscontrol read acl 1 0
275
+
276
+ On TH1(Chiptool) , Verify that the AccessControlEntryStruct contains 2 elements with Subject as SUBJECTS and Target as null
277
+ [1656928460.992030][4255:4260] CHIP:DMG: ],
278
+ [1656928460.992075][4255:4260] CHIP:DMG:
279
+ [1656928460.992101][4255:4260] CHIP:DMG: SuppressResponse = true,
280
+ [1656928460.992126][4255:4260] CHIP:DMG: InteractionModelRevision = 1
281
+ [1656928460.992149][4255:4260] CHIP:DMG: }
282
+ [1656928460.992513][4255:4260] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Attribute 0x0000_0000 DataVersion: 1070401481
283
+ [1656928460.992588][4255:4260] CHIP:TOO: ACL: 2 entries
284
+ [1656928460.992647][4255:4260] CHIP:TOO: [1]: {
285
+ [1656928460.992687][4255:4260] CHIP:TOO: Privilege: 5
286
+ [1656928460.992712][4255:4260] CHIP:TOO: AuthMode: 2
287
+ [1656928460.992738][4255:4260] CHIP:TOO: Subjects: 1 entries
288
+ [1656928460.992767][4255:4260] CHIP:TOO: [1]: 112233
289
+ [1656928460.992794][4255:4260] CHIP:TOO: Targets: null
290
+ [1656928460.992817][4255:4260] CHIP:TOO: FabricIndex: 1
291
+ [1656928460.992840][4255:4260] CHIP:TOO: }
292
+ [1656928460.992873][4255:4260] CHIP:TOO: [2]: {
293
+ [1656928460.992896][4255:4260] CHIP:TOO: Privilege: 3
294
+ [1656928460.992918][4255:4260] CHIP:TOO: AuthMode: 2
295
+ [1656928460.992945][4255:4260] CHIP:TOO: Subjects: 4 entries
296
+ [1656928460.992971][4255:4260] CHIP:TOO: [1]: 33
297
+ [1656928460.992995][4255:4260] CHIP:TOO: [2]: 44
298
+ [1656928460.993020][4255:4260] CHIP:TOO: [3]: 55
299
+ [1656928460.993045][4255:4260] CHIP:TOO: [4]: 66
300
+ [1656928460.993069][4255:4260] CHIP:TOO: Targets: null
301
+ [1656928460.993091][4255:4260] CHIP:TOO: FabricIndex: 1
302
+ [1656928460.993113][4255:4260] CHIP:TOO: }
303
+ [1656928460.993204][4255:4260] CHIP:EM: Sending Standalone Ack for MessageCounter:154962728 on exchange 64378i
304
+ [1656928460.993291][4255:4260] CHIP:IN: Prepared secure message 0xffffad69f958 to 0x0000000000000001 (1) o
305
+ cluster : " LogCommands"
306
+ command : " UserPrompt"
307
+ arguments :
308
+ values :
309
+ - name : " message"
310
+ value : " Enter 'y' after success"
311
+ - name : " expectedValue"
312
+ value : " y"
0 commit comments