blob: 9d559f8e302bbca0aea2325190d8d74729d6e209 [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: 65.2.1. [TC-PSCFG-2.1] Attributes with server as DUT
PICS:
- PSCFG.S
config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0
tests:
- label: "Commission DUT to TH"
verification: |
verification step to be updated.
disabled: true
- label: "TH reads the Sources attribute from the DUT"
PICS: PSCFG.S.A0000
verification: |
./chip-tool powersourceconfiguration read sources 1 0
verify on TH(chip-tool) that source attribute provides a list, and each entry in the list has to be number of an endpoint having a Power Source cluster.
The response should look like this:
[1650273002.441884][8875:8880] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_002E Attribute 0x0000_0000 DataVersion: 461632376
[1653564197.717105][36217:36222] CHIP:TOO: Sources: 3 entries
[1653564197.717154][36217:36222] CHIP:TOO: [1]: 2
[1653564197.717196][36217:36222] CHIP:TOO: [2]: 1
[1653564197.717236][36217:36222] CHIP:TOO: [3]: 0
disabled: true