blob: b2bf2a111ebffdc268753928f2100ecb6cdb4d16 [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: 42.1.1. [TC-TSTAT-1.1] Global Attributes with DUT as Server
PICS:
- TSTAT.S
config:
nodeId: 0x12344321
cluster: "Thermostat"
endpoint: 1
tests:
- label:
"Step 1: Commission DUT to TH (can be skipped if done in a preceding
test)."
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "Step 2: TH reads from the DUT the ClusterRevision attribute."
command: "readAttribute"
attribute: "ClusterRevision"
response:
value: 6
constraints:
type: int16u
- label: "Step 3a: TH reads from the DUT the FeatureMap attribute."
PICS:
"!TSTAT.S.F00 && !TSTAT.S.F01 && !TSTAT.S.F02 && !TSTAT.S.F03 &&
!TSTAT.S.F04 && !TSTAT.S.F05"
command: "readAttribute"
attribute: "FeatureMap"
response:
value: 0
constraints:
type: bitmap32
- label:
"Step 3b: Given TSTAT.S.F00(HEAT ensure featuremap has the correct bit
set"
PICS: TSTAT.S.F00
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x1]
- label:
"Step 3c: Given TSTAT.S.F01(COOL) ensure featuremap has the correct
bit set"
PICS: TSTAT.S.F01
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x2]
- label:
"Step 3d: Given TSTAT.S.F02(OCC) ensure featuremap has the correct bit
set"
PICS: TSTAT.S.F02
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x4]
- label:
"Step 3e: Given TSTAT.S.F03(SCH) ensure featuremap has the correct bit
set"
PICS: TSTAT.S.F03
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x8]
- label:
"Step 3f: Given TSTAT.S.F04(SB) ensure featuremap has the correct bit
set"
PICS: TSTAT.S.F04
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x10]
- label:
"Step 3g: Given TSTAT.S.F05(AUTO) ensure featuremap has the correct
bit set"
PICS: TSTAT.S.F05
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x20]
- label:
"Step 3h: Given TSTAT.S.F06(LTNE) ensure featuremap has the correct
bit set"
PICS: TSTAT.S.F06
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x40]
- label: "Step 4a: TH reads from the DUT the AttributeList attribute."
PICS: PICS_EVENT_LIST_ENABLED
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [0, 27, 28, 65528, 65529, 65530, 65531, 65532, 65533]
- label: "Step 4a: TH reads from the DUT the AttributeList attribute."
PICS: "!PICS_EVENT_LIST_ENABLED"
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [0, 27, 28, 65528, 65529, 65531, 65532, 65533]
- label:
"Step 4b: TH reads the Feature dependent(TSTAT.S.F00(HEAT)) attribute
in AttributeList"
PICS: TSTAT.S.F00
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [18]
- label:
"Step 4c: TH reads the Feature dependent(TSTAT.S.F01(COOL)) attribute
in AttributeList"
PICS: TSTAT.S.F01
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [17]
- label:
"Step 4d: TH reads the Feature dependent(TSTAT.S.F02(OCC)) attribute
in AttributeList"
PICS: TSTAT.S.F02
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [2]
- label:
"Step 4e: TH reads the Feature dependent(TSTAT.S.F00(HEAT) &
TSTAT.S.F02(OCC)) attribute in AttributeList"
PICS: TSTAT.S.F00 && TSTAT.S.F02
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [20]
- label:
"Step 4f: TH reads the Feature dependent(TSTAT.S.F01(COOL) &
TSTAT.S.F02(OCC)) attribute in AttributeList"
PICS: TSTAT.S.F01 && TSTAT.S.F02
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [19]
- label:
"Step 4g: TH reads the Feature dependent(TSTAT.S.F05(AUTO)) attribute
in AttributeList"
PICS: TSTAT.S.F05
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [17, 18, 25]
- label:
"Step 4h: TH reads the Feature dependent(TSTAT.S.F03(SCH)) attribute
in AttributeList"
PICS: TSTAT.S.F03
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [32, 33, 34]
- label:
"Step 4i: TH reads the Feature dependent(TSTAT.S.F04(SB)) attribute in
AttributeList"
PICS: TSTAT.S.F04
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [52, 53, 54]
- label:
"Step 4j: TH reads the Feature dependent(TSTAT.S.F04(SB) &
TSTAT.S.F02(OCC)) attribute in AttributeList"
PICS: TSTAT.S.F04 && TSTAT.S.F02
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [55, 56, 57]
- label: "Step 4k: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0001
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [1]
- label: "Step 4l: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0009
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [9]
- label: "Step 4m: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0010
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [16]
- label: "Step 4n: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A001a
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [26]
- label: "Step 4o: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A001d
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [29]
- label: "Step 4p: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0023
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [35]
- label: "Step 4q: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0024
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [36]
- label: "Step 4r: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0025
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [37]
- label: "Step 4s: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0029
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [41]
- label: "Step 4t: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0030
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [48]
- label: "Step 4u: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0031
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [49]
- label: "Step 4x: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0032
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [50]
- label: "Step 4y: TH reads the optional attribute: AttributeList"
PICS: TSTAT.S.A003a
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [58]
- label: "Step 4z: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0040
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [64]
- label: "Step 4A: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0041
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [65]
- label: "Step 4B: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0042
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [66]
- label: "Step 4C: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0043
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [67]
- label: "Step 4D: TH reads the optional attribute: AttributeList"
PICS: TSTAT.S.A0044
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [68]
- label: "Step 4E: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0045
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [69]
- label: "Step 4F: TH reads the optional attribute in AttributeList"
PICS: TSTAT.S.A0046
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [70]
- label: "Step 4g: TH reads the optional attribute: AttributeList"
PICS: TSTAT.S.A0047
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [71]
- label:
"Step 4H: TH reads the Feature dependent(TSTAT.S.F00(HEAT)) optional
attribute in AttributeList"
PICS: TSTAT.S.F00 && TSTAT.S.A0003
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [3]
- label:
"Step 4I: TH reads the Feature dependent(TSTAT.S.F00(HEAT)) optional
attribute in AttributeList"
PICS: TSTAT.S.F00 && TSTAT.S.A0004
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [4]
- label:
"Step 4J: TH reads the Feature dependent(TSTAT.S.F00(HEAT)) optional
attribute in AttributeList"
PICS: TSTAT.S.F00 && TSTAT.S.A0008
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [8]
- label:
"Step 4K: TH reads the Feature dependent(TSTAT.S.F00(HEAT)) optional
attribute in AttributeList"
PICS: TSTAT.S.F00 && TSTAT.S.A0015
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [21]
- label:
"Step 4L: TH reads the Feature dependent(TSTAT.S.F00(HEAT)) optional
attribute in AttributeList"
PICS: TSTAT.S.F00 && TSTAT.S.A0016
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [22]
- label:
"Step 4M: TH reads the Feature dependent(TSTAT.S.F01(COOL)) optional
attribute in AttributeList"
PICS: TSTAT.S.F01 && TSTAT.S.A0005
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [5]
- label:
"Step 4N: TH reads the Feature dependent(TSTAT.S.F01(COOL)) optional
attribute in AttributeList"
PICS: TSTAT.S.F01 && TSTAT.S.A0007
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [6]
- label:
"Step 4O: TH reads the Feature dependent(TSTAT.S.F01(COOL)) optional
attribute in AttributeList"
PICS: TSTAT.S.F01 && TSTAT.S.A0007
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [7]
- label:
"Step 4P: TH reads the Feature dependent(TSTAT.S.F01(COOL)) optional
attribute in AttributeList"
PICS: TSTAT.S.F01 && TSTAT.S.A0017
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [23]
- label:
"Step 4Q: TH reads the Feature dependent(TSTAT.S.F01(COOL)) optional
attribute in AttributeList"
PICS: TSTAT.S.F01 && TSTAT.S.A0018
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [24]
- label:
"Step 4R: TH reads the Feature dependent(TSTAT.S.F05(AUTO)) optional
attribute in AttributeList"
PICS: TSTAT.S.F05 && TSTAT.S.A001e
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [30]
- label: "Step 5: TH reads EventList attribute from the DUT."
PICS: PICS_EVENT_LIST_ENABLED
command: "readAttribute"
attribute: "EventList"
response:
value: []
constraints:
type: list
- label: "Step 6a: TH reads from the DUT the AcceptedCommandList attribute."
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
constraints:
type: list
contains: [0]
- label:
"Step 6b: TH reads Feature dependent(TSTAT.S.F03(SCH)) commands in
AcceptedCommandList"
PICS: TSTAT.S.F03
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
constraints:
type: list
contains: [1, 2, 3]
- label:
"Step 6c: TH reads the optional (GetRelayStatusLog) command in
AcceptedCommandList"
PICS: TSTAT.S.C04.Rsp
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
constraints:
type: list
contains: [4]
- label:
"Step 7a: TH reads from the DUT the GeneratedCommandList attribute."
PICS: " !TSTAT.S.C04.Rsp && !TSTAT.S.C02.Rsp "
command: "readAttribute"
attribute: "GeneratedCommandList"
response:
value: []
constraints:
type: list
- label:
"Step 7b: TH reads Feature dependent(TSTAT.S.F03(SCH)) commands in
GeneratedCommandList"
PICS: TSTAT.S.F03
command: "readAttribute"
attribute: "GeneratedCommandList"
response:
constraints:
type: list
contains: [0]
- label:
"Step 7c: TH reads optional command (GetRelayStatusLogResponse) in
GeneratedCommandList"
PICS: TSTAT.S.C04.Rsp
command: "readAttribute"
attribute: "GeneratedCommandList"
response:
constraints:
type: list
contains: [1]