| # 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: 133.2.3. [TC-ACL-2.9] Extension attribute |
| |
| PICS: |
| - ACL.S |
| |
| config: |
| nodeId: 0x12344321 |
| cluster: "Access Control" |
| endpoint: 0 |
| nodeId2: |
| type: node_id |
| defaultValue: 0xCAFE |
| CommissionerNodeId: |
| type: node_id |
| defaultValue: 112233 |
| payload: |
| type: char_string |
| defaultValue: "MT:-24J0AFN00KA0648G00" # This value needs to be generated automatically |
| |
| tests: |
| - label: "Step 1:Wait for the commissioned device to be retrieved" |
| cluster: "DelayCommands" |
| command: "WaitForCommissionee" |
| arguments: |
| values: |
| - name: "nodeId" |
| value: nodeId |
| |
| - label: |
| "TH1 reads OperationalCredentials cluster CurrentFabricIndex attribute" |
| command: "readAttribute" |
| cluster: "Operational Credentials" |
| attribute: "CurrentFabricIndex" |
| response: |
| saveAs: CurrentFabricIndex |
| |
| - label: |
| "Step 2:TH1 writes DUT Endpoint 0 AccessControl cluster ACL attribute" |
| PICS: ACL.S.A0000 |
| command: "writeAttribute" |
| attribute: "ACL" |
| arguments: |
| value: |
| [ |
| { |
| Privilege: "4", |
| AuthMode: "2", |
| Subjects: [CommissionerNodeId], |
| Targets: null, |
| FabricIndex: CurrentFabricIndex, |
| }, |
| ] |
| |
| - label: |
| "Step 3:TH1 reads DUT Endpoint 0 AccessControl cluster ACL attribute" |
| PICS: ACL.S.A0000 |
| command: "readAttribute" |
| attribute: "ACL" |
| response: |
| error: UNSUPPORTED_ACCESS |
| |
| - label: |
| "Step 4:TH1 writes DUT Endpoint 0 AccessControl cluster ACL attribute" |
| PICS: ACL.S.A0000 |
| command: "writeAttribute" |
| attribute: "ACL" |
| arguments: |
| value: |
| [ |
| { |
| Privilege: "5", |
| AuthMode: "2", |
| Subjects: [CommissionerNodeId], |
| Targets: null, |
| FabricIndex: CurrentFabricIndex, |
| }, |
| ] |
| response: |
| error: UNSUPPORTED_ACCESS |
| |
| - label: |
| "Step 5:TH1 reads DUT Endpoint 0 AccessControl cluster Extension |
| attribute" |
| PICS: ACL.S.A0001 |
| command: "readAttribute" |
| attribute: "Extension" |
| response: |
| error: UNSUPPORTED_ACCESS |
| |
| - label: |
| "Step 6:TH1 writes DUT Endpoint 0 AccessControl cluster Extension |
| attribute" |
| PICS: ACL.S.A0001 |
| command: "writeAttribute" |
| attribute: "Extension" |
| arguments: |
| value: [] |
| response: |
| error: UNSUPPORTED_ACCESS |
| |
| - label: |
| "Step 7:TH1 reads DUT Endpoint 0 AccessControl cluster |
| SubjectsPerAccessControlEntry attribute" |
| PICS: ACL.S.A0001 |
| command: "readAttribute" |
| attribute: "SubjectsPerAccessControlEntry" |
| response: |
| constraints: |
| minValue: 4 |
| |
| - label: |
| "Step 8:TH1 reads DUT Endpoint 0 AccessControl cluster |
| TargetsPerAccessControlEntry attribute" |
| PICS: ACL.S.A0001 |
| command: "readAttribute" |
| attribute: "TargetsPerAccessControlEntry" |
| response: |
| constraints: |
| minValue: 3 |
| |
| - label: |
| "Step 9:TH1 reads DUT Endpoint 0 AccessControl cluster |
| AccessControlEntriesPerFabric attribute" |
| PICS: ACL.S.A0001 |
| command: "readAttribute" |
| attribute: "AccessControlEntriesPerFabric" |
| response: |
| constraints: |
| minValue: 3 |
| |
| - label: |
| "TH1 reads DUT Endpoint 0 AccessControl cluster |
| AccessControlEntryChanged event" |
| PICS: ACL.S.E00 |
| command: "readEvent" |
| event: "AccessControlEntryChanged" |
| response: |
| error: UNSUPPORTED_ACCESS |
| |
| - label: |
| "TH1 reads DUT Endpoint 0 AccessControl cluster |
| AccessControlExtensionChanged event" |
| PICS: ACL.S.E01 |
| command: "readEvent" |
| event: "AccessControlExtensionChanged" |
| response: |
| error: UNSUPPORTED_ACCESS |