blob: 2a5d51fa3d0f09f65799e6fdbb197fb2c201e1d7 [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.
name: 62.1.1. [TC-PS-1.1] Global attributes with server as DUT
PICS:
- PS.S
config:
nodeId: 0x12344321
cluster: "Power Source"
endpoint: 1
tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "Read the global attribute: ClusterRevision"
command: "readAttribute"
attribute: "ClusterRevision"
response:
value: 1
constraints:
type: int16u
- label: "Read the global attribute: FeatureMap"
PICS: " !PS.S.F00 && !PS.S.F01 && !PS.S.F02 && !PS.S.F03 "
command: "readAttribute"
attribute: "FeatureMap"
response:
value: 0
constraints:
type: bitmap32
- label: "Given PS.S.F00(WIRED) ensure featuremap has the correct bit set"
PICS: PS.S.F00
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x1]
- label: "Given PS.S.F01(BAT) ensure featuremap has the correct bit set"
PICS: PS.S.F01
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x2]
- label: "Given PS.S.F02(RECHG) ensure featuremap has the correct bit set"
PICS: PS.S.F02
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x2, 0x4]
- label: "Given PS.S.F03(REPLC) ensure featuremap has the correct bit set"
PICS: PS.S.F03
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x2, 0x8]
- label: "Read the global attribute: AttributeList"
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [0, 1, 2, 65528, 65529, 65530, 65531, 65532, 65533]
- label:
"Read the Feature dependent(PS.S.F00-WIRED) attribute in AttributeList"
PICS: PS.S.F00
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [5]
- label:
"Read the Feature dependent(PS.S.F01-BAT) attribute in AttributeList"
PICS: PS.S.F01
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [14, 15, 16]
- label:
"Read the Feature dependent(PS.S.F02-RECHG) attribute in AttributeList"
PICS: PS.S.F02
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [26, 28]
- label:
"Read the Feature dependent(PS.S.F03-REPLC) attribute in AttributeList"
PICS: PS.S.F03
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [19, 25]
- label: "Read the global attribute: AcceptedCommandList"
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
value: []
constraints:
type: list
- label: "Read the global attribute: GeneratedCommandList"
command: "readAttribute"
attribute: "GeneratedCommandList"
response:
value: []
constraints:
type: list
#Manufacturer specific event IDs check not possible
- label:
"Read EventList attribute from the DUT.For this cluster the list is
usually empty but it can contain manufacturer specific event IDs."
verification: |
./chip-tool powersource read event-list 1 1
[1676465733.563197][27987:27989] CHIP:DMG: }
[1676465733.563336][27987:27989] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_002F Attribute 0x0000_FFFA DataVersion: 2315782406
[1676465733.563366][27987:27989] CHIP:TOO: EventList: 1 entries
[1676465733.563377][27987:27989] CHIP:TOO: [1]: 1
[1676465733.563449][27987:27989] CHIP:EM: <<< [E:56136i S:18318 M:225491668 (Ack:80009006)] (S) Msg TX to 1:0000000000000001 [110F] --- Type 0000:10 (SecureChannel:StandaloneAck)
[1676465733.563464][27987:27989] CHIP:IN: (S) Sending msg 225491668 on secure session with LSID: 18318
[1676465733.563514][27987:27989] CHIP:EM: Flushed pending ack for MessageCounter:80009006 on exchange 56136i
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"
- label: "Read the global attribute: EventList"
PICS: " !PS.S.E00 && !PS.S.E01 && !PS.S.E02 "
command: "readAttribute"
attribute: "EventList"
response:
value: []
constraints:
type: list
- label: "Read PS.S.E00(WiredFaultChange) event in EventList"
PICS: PS.S.E00
command: "readAttribute"
attribute: "EventList"
response:
constraints:
type: list
contains: [0]
- label: "Read PS.S.E01(BatFaultChange) event in EventList"
PICS: PS.S.E01
command: "readAttribute"
attribute: "EventList"
response:
constraints:
type: list
contains: [1]
- label: "Read PS.S.E02(BatChargeFaultChange) event in EventList"
PICS: PS.S.E02
command: "readAttribute"
attribute: "EventList"
response:
constraints:
type: list
contains: [2]