blob: 80d0e91163ae2e793c48a5275505fcd19ee1bd14 [file] [log] [blame]
# Copyright (c) 2021 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default
name: 129.2.8. [TC-ACL-2.8] ACL multi-fabric
PICS:
- ACL.S
config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0
tests:
- label: "Pre-Conditions"
verification: |
1.N1 is the node ID of TH1
2 .N2 is the node ID of TH2
disabled: true
- label: "TH1 commissions DUT using admin node ID N1"
verification: |
DUT
sudo ./chip-all-clusters-app --wifi
TH1
./chip-tool pairing ble-wifi 1 zigbee-thread matter123 20202021 3841
disabled: true
- label:
"TH1 reads DUT Endpoint 0 OperationalCredentials cluster
CurrentFabricIndex attribute"
verification: |
./chip-tool operationalcredentials read current-fabric-index 1 0
On TH1(Chiptool), verify CurrentFabricIndex attribute of operationalCredential cluster as 1
[1656588171.078880][3260:3265] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_003E Attribute 0x0000_0005 DataVersion: 1776815488
[1656588171.078952][3260:3265] CHIP:TOO: CurrentFabricIndex: 1
[1656588171.079037][3260:3265] CHIP:EM: Sending Standalone Ack for MessageCounter:260718042 on exchange 36423i
disabled: true
- label:
"TH1 puts DUT into commissioning mode, TH2 commissions DUT using admin
node ID N2"
verification: |
Open a commissioning window On TH1(Chiptool)using below command
./chip-tool pairing open-commissioning-window 1 1 400 2000 3841
[1657186324.710951][10820:10825] CHIP:DMG: Received Command Response Status for Endpoint=0 Cluster=0x0000_003C Command=0x0000_0000 Status=0x0
[1657186324.710980][10820:10825] CHIP:CTL: Successfully opened pairing window On TH(Chiptool)e device
[1657186324.711048][10820:10825] CHIP:CTL: Manual pairing code: [36253605617]
[1657186324.711108][10820:10825] CHIP:CTL: SetupQRCode: [MT:-24J0IRV01A7TB7E700]
Commission TH2(Chiptool) to DUT using manualcode generated in TH1 using open commission window
./chip-tool pairing code 2 36253605617 --commissioner-name beta --commissioner-nodeid 223344
[1657186359.584672][3509:3514] CHIP:CTL: Successfully finished commissioning step "Cleanup"
[1657186359.584743][3509:3514] CHIP:TOO: Device commissioning completed with success
disabled: true
- label:
"TH2 reads DUT Endpoint 0 OperationalCredentials cluster
CurrentFabricIndex attribute"
verification: |
./chip-tool operationalcredentials read current-fabric-index 2 0 --commissioner-nodeid 223344 --commissioner-name beta
On TH2(Chiptool),verify CurrentFabricIndex attribute of operationalCredential cluster as 2
1658747098.843523][3024:3029] CHIP:DMG: },
[1658747098.843552][3024:3029] CHIP:DMG:
[1658747098.843575][3024:3029] CHIP:DMG: ],
[1658747098.843604][3024:3029] CHIP:DMG:
[1658747098.843628][3024:3029] CHIP:DMG: SuppressResponse = true,
[1658747098.843653][3024:3029] CHIP:DMG: InteractionModelRevision = 1
[1658747098.843676][3024:3029] CHIP:DMG: }
[1658747098.843805][3024:3029] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_003E Attribute 0x0000_0005 DataVersion: 2815046656
[1658747098.846044][3024:3029] CHIP:TOO: CurrentFabricIndex: 2
[1658747098.846131][3024:3029] CHIP:EM: Sending Standalone Ack for MessageCounter:263449390 on exchange 10738i
[1658747098.846202][3024:3029] CHIP:IN: Prepared secure message 0xffffb67cd9e8 to 0x0000000000000002 (2) of type 0x10 and protocolId (0, 0) on exchange 10738i with MessageCounter:175421270.
[1658747098.846282][3024:3029] CHIP:IN: Sending encrypted msg 0xffffb67cd9e8 with MessageCounter:175421270 to 0x0000000000000002 (2) at monotonic time: 00000000009FA528 msec
disabled: true
- label:
"TH1 writes DUT Endpoint 0 AccessControl cluster ACL attribute, value
is list of AccessControlEntryStruct containing 1 element 1.struct
Privilege field: Administer (5) AuthMode field: CASE (2) Subjects
field: [N1, 1111] Targets field: null"
PICS: ACL.S.A0000
verification: |
./chip-tool accesscontrol write acl '[{ "privilege": 5, "authMode": 2, "subjects": [112233,1111], "targets":null}]' 1 0
On TH1(Chiptool), verify AccessControl cluster ACL attribute, value is list of AccessControlEntryStruct containing 1 element
[1657286416.461279][4737:4742] CHIP:DMG: {
[1657286416.461307][4737:4742] CHIP:DMG: AttributeStatusIBs =
[1657286416.461345][4737:4742] CHIP:DMG: [
[1657286416.461375][4737:4742] CHIP:DMG: AttributeStatusIB =
[1657286416.461409][4737:4742] CHIP:DMG: {
[1657286416.461441][4737:4742] CHIP:DMG: AttributePathIB =
[1657286416.461479][4737:4742] CHIP:DMG: {
[1657286416.461517][4737:4742] CHIP:DMG: Endpoint = 0x0,
[1657286416.461559][4737:4742] CHIP:DMG: Cluster = 0x1f,
[1657286416.461599][4737:4742] CHIP:DMG: Attribute = 0x0000_0000,
[1657286416.461657][4737:4742] CHIP:DMG: }
[1657286416.461741][4737:4742] CHIP:DMG:
[1657286416.461814][4737:4742] CHIP:DMG: StatusIB =
[1657286416.461879][4737:4742] CHIP:DMG: {
[1657286416.461945][4737:4742] CHIP:DMG: status = 0x00 (SUCCESS),
[1657286416.462017][4737:4742] CHIP:DMG: },
[1657286416.462081][4737:4742] CHIP:DMG:
[1657286416.462134][4737:4742] CHIP:DMG: },
[1657286416.462207][4737:4742] CHIP:DMG:
[1657286416.462258][4737:4742] CHIP:DMG: AttributeStatusIB =
[1657286416.462314][4737:4742] CHIP:DMG: {
[1657286416.462368][4737:4742] CHIP:DMG: AttributePathIB =
[1657286416.462430][4737:4742] CHIP:DMG: {
[1657286416.462495][4737:4742] CHIP:DMG: Endpoint = 0x0,
[1657286416.462565][4737:4742] CHIP:DMG: Cluster = 0x1f,
[1657286416.462640][4737:4742] CHIP:DMG: Attribute = 0x0000_0000,
[1657286416.462715][4737:4742] CHIP:DMG: ListIndex = Null,
[1657286416.462779][4737:4742] CHIP:DMG: }
[1657286416.462849][4737:4742] CHIP:DMG:
[1657286416.462910][4737:4742] CHIP:DMG: StatusIB =
[1657286416.462972][4737:4742] CHIP:DMG: {
[1657286416.463036][4737:4742] CHIP:DMG: status = 0x00 (SUCCESS),
[1657286416.463101][4737:4742] CHIP:DMG: },
[1657286416.463164][4737:4742] CHIP:DMG:
[1657286416.463216][4737:4742] CHIP:DMG: },
[1657286416.463277][4737:4742] CHIP:DMG:
[1657286416.463326][4737:4742] CHIP:DMG: ],
[1657286416.463394][4737:4742] CHIP:DMG:
[1657286416.463447][4737:4742] CHIP:DMG: InteractionModelRevision = 1
[1657286416.463495][4737:4742] CHIP:DMG: }
[1657286416.463687][4737:4742] CHIP:DMG: WriteClient moving to [AwaitingDe]
[1657286416.463785][4737:4742] CHIP:EM: Sending Standalone Ack for MessageCounter:171860790 on exchange 42820i
disabled: true
- label:
"TH2 writes DUT Endpoint 0 AccessControl cluster ACL attribute value
is list of AccessControlEntryStruct containing 1 element 1.struct
Privilege field: Administer (5) AuthMode field: CASE (2) Subjects
field: [N2, 2222] Targets field: null"
PICS: ACL.S.A0000
verification: |
./chip-tool accesscontrol write acl '[{ "privilege": 5, "authMode": 2, "subjects": [223344,2222], "targets":null}]' 2 0 --commissioner-nodeid 223344 --commissioner-name beta
On TH2(Chiptool), verify AccessControl cluster ACL attribute value is list of AccessControlEntryStruct containing 1 element
[1658747124.117113][3031:3036] CHIP:DMG: {
[1658747124.117163][3031:3036] CHIP:DMG: AttributeStatusIBs =
[1658747124.117214][3031:3036] CHIP:DMG: [
[1658747124.117269][3031:3036] CHIP:DMG: AttributeStatusIB =
[1658747124.117317][3031:3036] CHIP:DMG: {
[1658747124.117377][3031:3036] CHIP:DMG: AttributePathIB =
[1658747124.117434][3031:3036] CHIP:DMG: {
[1658747124.117488][3031:3036] CHIP:DMG: Endpoint = 0x0,
[1658747124.117548][3031:3036] CHIP:DMG: Cluster = 0x1f,
[1658747124.117602][3031:3036] CHIP:DMG: Attribute = 0x0000_0000,
[1658747124.117657][3031:3036] CHIP:DMG: }
[1658747124.117715][3031:3036] CHIP:DMG:
[1658747124.117764][3031:3036] CHIP:DMG: StatusIB =
[1658747124.117814][3031:3036] CHIP:DMG: {
[1658747124.117866][3031:3036] CHIP:DMG: status = 0x00 (SUCCESS),
[1658747124.117921][3031:3036] CHIP:DMG: },
[1658747124.117972][3031:3036] CHIP:DMG:
[1658747124.118016][3031:3036] CHIP:DMG: },
[1658747124.118077][3031:3036] CHIP:DMG:
[1658747124.118116][3031:3036] CHIP:DMG: AttributeStatusIB =
[1658747124.118161][3031:3036] CHIP:DMG: {
[1658747124.118205][3031:3036] CHIP:DMG: AttributePathIB =
[1658747124.118285][3031:3036] CHIP:DMG: {
[1658747124.118340][3031:3036] CHIP:DMG: Endpoint = 0x0,
[1658747124.118394][3031:3036] CHIP:DMG: Cluster = 0x1f,
[1658747124.118453][3031:3036] CHIP:DMG: Attribute = 0x0000_0000,
[1658747124.118505][3031:3036] CHIP:DMG: ListIndex = Null,
[1658747124.118555][3031:3036] CHIP:DMG: }
[1658747124.118609][3031:3036] CHIP:DMG:
[1658747124.118658][3031:3036] CHIP:DMG: StatusIB =
[1658747124.118707][3031:3036] CHIP:DMG: {
[1658747124.118757][3031:3036] CHIP:DMG: status = 0x00 (SUCCESS),
[1658747124.118810][3031:3036] CHIP:DMG: },
[1658747124.118861][3031:3036] CHIP:DMG:
[1658747124.118904][3031:3036] CHIP:DMG: },
[1658747124.118954][3031:3036] CHIP:DMG:
[1658747124.118992][3031:3036] CHIP:DMG: ],
[1658747124.119044][3031:3036] CHIP:DMG:
[1658747124.119082][3031:3036] CHIP:DMG: InteractionModelRevision = 1
[1658747124.119119][3031:3036] CHIP:DMG: }
[1658747124.119272][3031:3036] CHIP:DMG: WriteClient moving to [AwaitingDe]
[1658747124.119359][3031:3036] CHIP:EM: Sending Standalone Ack for MessageCounter:33509818 on exchange 38117i
[1658747124.119446][3031:3036] CHIP:IN: Prepared secure message 0xffff7a7cd9e8 to 0x0000000000000002 (2) of type 0x10 and protocolId (0, 0) on exchange 38117i with MessageCounter:75755402.
[1658747124.119505][3031:3036] CHIP:IN: Sending encrypted msg 0xffff7a7cd9e8 with MessageCounter:7575
disabled: true
- label: "TH1 reads DUT Endpoint 0 AccessControl cluster ACL attribute"
PICS: ACL.S.A0000
verification: |
./chip-tool accesscontrol read acl 1 0
On TH1(Chiptool), verify AccessControlEntryStruct containing 1 element, and MUST NOT contain an element with FabricIndex F2
[1657286432.997319][4745:4751] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Attribute 0x0000_0000 DataVersion: 3308562949
[1657286432.997655][4745:4751] CHIP:TOO: ACL: 1 entries
[1657286432.997727][4745:4751] CHIP:TOO: [1]: {
[1657286432.997774][4745:4751] CHIP:TOO: Privilege: 5
[1657286432.997802][4745:4751] CHIP:TOO: AuthMode: 2
[1657286432.997834][4745:4751] CHIP:TOO: Subjects: 2 entries
[1657286432.997867][4745:4751] CHIP:TOO: [1]: 112233
[1657286432.997896][4745:4751] CHIP:TOO: [2]: 1111
[1657286432.997925][4745:4751] CHIP:TOO: Targets: null
[1657286432.997950][4745:4751] CHIP:TOO: FabricIndex: 1
[1657286432.997976][4745:4751] CHIP:TOO: }
disabled: true
- label: "TH2 reads DUT Endpoint 0 AccessControl cluster ACL attribute"
PICS: ACL.S.A0000
verification: |
./chip-tool accesscontrol read acl 2 0 --commissioner-name beta --commissioner-nodeid 223344
On TH2(Chiptool), verify AccessControlEntryStruct containing 1 element, and MUST NOT contain an element with FabricIndex F1
[1661407263.740571][2355:2360] CHIP:DMG: SuppressResponse = true,
[1661407263.740605][2355:2360] CHIP:DMG: InteractionModelRevision = 1
[1661407263.740640][2355:2360] CHIP:DMG: }
[1661407263.741000][2355:2360] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Attribute 0x0000_0000 DataVersion: 2445703657
[1661407263.741100][2355:2360] CHIP:TOO: ACL: 1 entries
[1661407263.741165][2355:2360] CHIP:TOO: [1]: {
[1661407263.741222][2355:2360] CHIP:TOO: Privilege: 5
[1661407263.741260][2355:2360] CHIP:TOO: AuthMode: 2
[1661407263.741409][2355:2360] CHIP:TOO: Subjects: 2 entries
[1661407263.741453][2355:2360] CHIP:TOO: [1]: 223344
[1661407263.741487][2355:2360] CHIP:TOO: [2]: 2222
[1661407263.741518][2355:2360] CHIP:TOO: Targets: null
[1661407263.741553][2355:2360] CHIP:TOO: FabricIndex: 2
[1661407263.741587][2355:2360] CHIP:TOO: }
disabled: true
- label:
"TH1 reads DUT Endpoint 0 AccessControl cluster
AccessControlEntryChanged event"
PICS: ACL.S.E00
verification: |
./chip-tool accesscontrol read-event access-control-entry-changed 1 0
On TH1(Chiptool), verify AccessControl cluster AccessControlEntryChanged containing 3 elements, and MUST NOT contain any element with FabricIndex F2
1661355674.033284][10375:10380] CHIP:DMG:
[1661355674.033304][10375:10380] CHIP:DMG: SuppressResponse = true,
[1661355674.033323][10375:10380] CHIP:DMG: InteractionModelRevision = 1
[1661355674.033341][10375:10380] CHIP:DMG: }
[1661355674.033748][10375:10380] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Event 0x0000_0000
[1661355674.033771][10375:10380] CHIP:TOO: Event number: 3
[1661355674.033788][10375:10380] CHIP:TOO: Priority: Info
[1661355674.033804][10375:10380] CHIP:TOO: Timestamp: 23234824
[1661355674.033906][10375:10380] CHIP:TOO: AccessControlEntryChanged: {
[1661355674.033942][10375:10380] CHIP:TOO: AdminNodeID: null
[1661355674.033966][10375:10380] CHIP:TOO: AdminPasscodeID: 0
[1661355674.033988][10375:10380] CHIP:TOO: ChangeType: 1
[1661355674.034009][10375:10380] CHIP:TOO: LatestValue: {
[1661355674.034030][10375:10380] CHIP:TOO: Privilege: 5
[1661355674.034052][10375:10380] CHIP:TOO: AuthMode: 2
[1661355674.034078][10375:10380] CHIP:TOO: Subjects: 1 entries
[1661355674.034106][10375:10380] CHIP:TOO: [1]: 112233
[1661355674.034129][10375:10380] CHIP:TOO: Targets: null
[1661355674.034155][10375:10380] CHIP:TOO: FabricIndex: 1
[1661355674.034180][10375:10380] CHIP:TOO: }
[1661355674.034206][10375:10380] CHIP:TOO: FabricIndex: 1
[1661355674.034230][10375:10380] CHIP:TOO: }
[1661355674.034369][10375:10380] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Event 0x0000_0000
[1661355674.034385][10375:10380] CHIP:TOO: Event number: 5
[1661355674.034400][10375:10380] CHIP:TOO: Priority: Info
[1661355674.034413][10375:10380] CHIP:TOO: Timestamp: 23346775
[1661355674.034449][10375:10380] CHIP:TOO: AccessControlEntryChanged: {
[1661355674.034467][10375:10380] CHIP:TOO: AdminNodeID: 112233
[1661355674.034483][10375:10380] CHIP:TOO: AdminPasscodeID: null
[1661355674.034499][10375:10380] CHIP:TOO: ChangeType: 2
[1661355674.034514][10375:10380] CHIP:TOO: LatestValue: {
[1661355674.034529][10375:10380] CHIP:TOO: Privilege: 5
[1661355674.034544][10375:10380] CHIP:TOO: AuthMode: 2
[1661355674.034561][10375:10380] CHIP:TOO: Subjects: 1 entries
[1661355674.034579][10375:10380] CHIP:TOO: [1]: 112233
[1661355674.034595][10375:10380] CHIP:TOO: Targets: null
[1661355674.034611][10375:10380] CHIP:TOO: FabricIndex: 1
[1661355674.034625][10375:10380] CHIP:TOO: }
[1661355674.034640][10375:10380] CHIP:TOO: FabricIndex: 1
[1661355674.034654][10375:10380] CHIP:TOO: }
[1661355674.034789][10375:10380] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Event 0x0000_0000
[1661355674.034805][10375:10380] CHIP:TOO: Event number: 6
[1661355674.034819][10375:10380] CHIP:TOO: Priority: Info
[1661355674.034832][10375:10380] CHIP:TOO: Timestamp: 23346777
[1661355674.034862][10375:10380] CHIP:TOO: AccessControlEntryChanged: {
[1661355674.034879][10375:10380] CHIP:TOO: AdminNodeID: 112233
[1661355674.034894][10375:10380] CHIP:TOO: AdminPasscodeID: null
[1661355674.034909][10375:10380] CHIP:TOO: ChangeType: 1
[1661355674.034923][10375:10380] CHIP:TOO: LatestValue: {
[1661355674.034938][10375:10380] CHIP:TOO: Privilege: 5
[1661355674.034952][10375:10380] CHIP:TOO: AuthMode: 2
[1661355674.034970][10375:10380] CHIP:TOO: Subjects: 2 entries
[1661355674.034988][10375:10380] CHIP:TOO: [1]: 112233
[1661355674.035005][10375:10380] CHIP:TOO: [2]: 1111
[1661355674.035020][10375:10380] CHIP:TOO: Targets: null
[1661355674.035035][10375:10380] CHIP:TOO: FabricIndex: 1
[1661355674.035049][10375:10380] CHIP:TOO: }
[1661355674.035064][10375:10380] CHIP:TOO: FabricIndex: 1
[1661355674.035078][10375:10380] CHIP:TOO: }
disabled: true
- label:
"TH2 reads DUT Endpoint 0 AccessControl cluster
AccessControlEntryChanged event"
PICS: ACL.S.E00
verification: |
./chip-tool accesscontrol read-event access-control-entry-changed 2 0 --commissioner-name beta --commissioner-nodeid 223344
On TH2(Chiptool), verify AccessControl cluster AccessControlEntryChanged containing 3 elements, and MUST NOT contain any element with FabricIndex F1
[1661354915.731697][4136:4141] CHIP:DMG:
[1661354915.731730][4136:4141] CHIP:DMG: SuppressResponse = true,
[1661354915.731759][4136:4141] CHIP:DMG: InteractionModelRevision = 1
[1661354915.731790][4136:4141] CHIP:DMG: }
[1661354915.732074][4136:4141] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Event 0x0000_0000
[1661354915.732104][4136:4141] CHIP:TOO: Event number: 4
[1661354915.732133][4136:4141] CHIP:TOO: Priority: Info
[1661354915.732159][4136:4141] CHIP:TOO: Timestamp: 22322302
[1661354915.732291][4136:4141] CHIP:TOO: AccessControlEntryChanged: {
[1661354915.732328][4136:4141] CHIP:TOO: AdminNodeID: null
[1661354915.732374][4136:4141] CHIP:TOO: AdminPasscodeID: 0
[1661354915.732423][4136:4141] CHIP:TOO: ChangeType: 1
[1661354915.732456][4136:4141] CHIP:TOO: LatestValue: {
[1661354915.732486][4136:4141] CHIP:TOO: Privilege: 5
[1661354915.732516][4136:4141] CHIP:TOO: AuthMode: 2
[1661354915.732554][4136:4141] CHIP:TOO: Subjects: 1 entries
[1661354915.732593][4136:4141] CHIP:TOO: [1]: 223344
[1661354915.732625][4136:4141] CHIP:TOO: Targets: null
[1661354915.732658][4136:4141] CHIP:TOO: FabricIndex: 2
[1661354915.732688][4136:4141] CHIP:TOO: }
[1661354915.732720][4136:4141] CHIP:TOO: FabricIndex: 2
[1661354915.732749][4136:4141] CHIP:TOO: }
[1661354915.732896][4136:4141] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Event 0x0000_0000
[1661354915.732929][4136:4141] CHIP:TOO: Event number: 9
[1661354915.732955][4136:4141] CHIP:TOO: Priority: Info
[1661354915.732980][4136:4141] CHIP:TOO: Timestamp: 22566955
[1661354915.733031][4136:4141] CHIP:TOO: AccessControlEntryChanged: {
[1661354915.733065][4136:4141] CHIP:TOO: AdminNodeID: 223344
[1661354915.733097][4136:4141] CHIP:TOO: AdminPasscodeID: null
[1661354915.733128][4136:4141] CHIP:TOO: ChangeType: 2
[1661354915.733158][4136:4141] CHIP:TOO: LatestValue: {
[1661354915.733187][4136:4141] CHIP:TOO: Privilege: 5
[1661354915.733219][4136:4141] CHIP:TOO: AuthMode: 2
[1661354915.733252][4136:4141] CHIP:TOO: Subjects: 1 entries
[1661354915.733287][4136:4141] CHIP:TOO: [1]: 223344
[1661354915.733319][4136:4141] CHIP:TOO: Targets: null
[1661354915.733349][4136:4141] CHIP:TOO: FabricIndex: 2
[1661354915.733379][4136:4141] CHIP:TOO: }
[1661354915.733408][4136:4141] CHIP:TOO: FabricIndex: 2
[1661354915.733437][4136:4141] CHIP:TOO: }
[1661354915.733578][4136:4141] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_001F Event 0x0000_0000
[1661354915.733610][4136:4141] CHIP:TOO: Event number: 10
[1661354915.733637][4136:4141] CHIP:TOO: Priority: Info
[1661354915.733662][4136:4141] CHIP:TOO: Timestamp: 22566957
[1661354915.733709][4136:4141] CHIP:TOO: AccessControlEntryChanged: {
[1661354915.733743][4136:4141] CHIP:TOO: AdminNodeID: 223344
[1661354915.733772][4136:4141] CHIP:TOO: AdminPasscodeID: null
[1661354915.733803][4136:4141] CHIP:TOO: ChangeType: 1
[1661354915.733833][4136:4141] CHIP:TOO: LatestValue: {
[1661354915.733863][4136:4141] CHIP:TOO: Privilege: 5
[1661354915.733891][4136:4141] CHIP:TOO: AuthMode: 2
[1661354915.733923][4136:4141] CHIP:TOO: Subjects: 2 entries
[1661354915.733957][4136:4141] CHIP:TOO: [1]: 223344
[1661354915.733991][4136:4141] CHIP:TOO: [2]: 2222
[1661354915.734018][4136:4141] CHIP:TOO: Targets: null
[1661354915.734048][4136:4141] CHIP:TOO: FabricIndex: 2
[1661354915.734077][4136:4141] CHIP:TOO: }
[1661354915.734107][4136:4141] CHIP:TOO: FabricIndex: 2
[1661354915.734136][4136:4141] CHIP:TOO: }
disabled: true