blob: bda3f6a1b3459e61373419f1da2af4193f5a7ba5 [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: 22.2.3. [TC-LVL-2.3] Attributes with DUT as client
PICS:
- LVL.C
- LVL.C.AM-READ
- LVL.C.AO-READ
- LVL.C.AM-WRITE
- LVL.C.AO-WRITE
config:
nodeId: 0x12344321
cluster: "Basic Information"
endpoint: 0
tests:
- label: "Note"
verifaction: |
For DUT as client test cases, Chip-tool command used below are an example to verify the functionality. For certification test, we expect DUT should have a capability or way to run the equivalent command.
disabled: true
- label:
"DUT reads all supported mandatory attributes from TH one at a time in
a manufacturer specific order"
verification: |
TH receives the read command and knows this attribute for this cluster and provides a plausable value, DUT processes the values and operates normally
./chip-tool levelcontrol read current-level 1 1
Verify DUT receives current-level attribute response on the TH(all-clusters-app) Log:
[1666847742.653824][1489:1489] CHIP:DMG: ReportDataMessage =
[1666847742.653862][1489:1489] CHIP:DMG: {
[1666847742.653892][1489:1489] CHIP:DMG: AttributeReportIBs =
[1666847742.653937][1489:1489] CHIP:DMG: [
[1666847742.653971][1489:1489] CHIP:DMG: AttributeReportIB =
[1666847742.654016][1489:1489] CHIP:DMG: {
[1666847742.654058][1489:1489] CHIP:DMG: AttributeDataIB =
[1666847742.654105][1489:1489] CHIP:DMG: {
[1666847742.654154][1489:1489] CHIP:DMG: DataVersion = 0xa5f5a928,
[1666847742.654206][1489:1489] CHIP:DMG: AttributePathIB =
[1666847742.654264][1489:1489] CHIP:DMG: {
[1666847742.654321][1489:1489] CHIP:DMG: Endpoint = 0x1,
[1666847742.654373][1489:1489] CHIP:DMG: Cluster = 0x8,
[1666847742.654428][1489:1489] CHIP:DMG: Attribute = 0x0000_0000,
[1666847742.654479][1489:1489] CHIP:DMG: }
[1666847742.654532][1489:1489] CHIP:DMG:
[1666847742.654614][1489:1489] CHIP:DMG: Data = 254,
[1666847742.654667][1489:1489] CHIP:DMG: },
[1666847742.654718][1489:1489] CHIP:DMG:
[1666847742.654761][1489:1489] CHIP:DMG: },
[1666847742.654805][1489:1489] CHIP:DMG:
[1666847742.654843][1489:1489] CHIP:DMG: ],
[1666847742.654886][1489:1489] CHIP:DMG:
[1666847742.654919][1489:1489] CHIP:DMG: SuppressResponse = true,
[1666847742.654959][1489:1489] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read on-level 1 1
verify On TH(all-clusters-app) receives the right Read Request Message for the data sent in the above command
[1666847769.484609][1489:1489] CHIP:DMG: ReportDataMessage =
[1666847769.484641][1489:1489] CHIP:DMG: {
[1666847769.484666][1489:1489] CHIP:DMG: AttributeReportIBs =
[1666847769.484702][1489:1489] CHIP:DMG: [
[1666847769.484731][1489:1489] CHIP:DMG: AttributeReportIB =
[1666847769.484767][1489:1489] CHIP:DMG: {
[1666847769.484800][1489:1489] CHIP:DMG: AttributeDataIB =
[1666847769.484840][1489:1489] CHIP:DMG: {
[1666847769.484874][1489:1489] CHIP:DMG: DataVersion = 0xa5f5a928,
[1666847769.484905][1489:1489] CHIP:DMG: AttributePathIB =
[1666847769.484935][1489:1489] CHIP:DMG: {
[1666847769.484977][1489:1489] CHIP:DMG: Endpoint = 0x1,
[1666847769.485015][1489:1489] CHIP:DMG: Cluster = 0x8,
[1666847769.485051][1489:1489] CHIP:DMG: Attribute = 0x0000_0011,
[1666847769.485085][1489:1489] CHIP:DMG: }
[1666847769.485129][1489:1489] CHIP:DMG:
[1666847769.485165][1489:1489] CHIP:DMG: Data = NULL
[1666847769.485197][1489:1489] CHIP:DMG: },
[1666847769.485239][1489:1489] CHIP:DMG:
[1666847769.485271][1489:1489] CHIP:DMG: },
[1666847769.485313][1489:1489] CHIP:DMG:
[1666847769.485340][1489:1489] CHIP:DMG: ],
[1666847769.485375][1489:1489] CHIP:DMG:
[1666847769.485402][1489:1489] CHIP:DMG: SuppressResponse = true,
[1666847769.485430][1489:1489] CHIP:DMG: InteractionModelRevision = 1
[1666847769.485457][1489:1489] CHIP:DMG: }
./chip-tool levelcontrol read options 1 1
Verify DUT receives options attribute response on the TH(all-clusters-app) Log:
[1666847793.239635][1489:1489] CHIP:DMG: ReportDataMessage =
[1666847793.239671][1489:1489] CHIP:DMG: {
[1666847793.239699][1489:1489] CHIP:DMG: AttributeReportIBs =
[1666847793.239743][1489:1489] CHIP:DMG: [
[1666847793.239775][1489:1489] CHIP:DMG: AttributeReportIB =
[1666847793.239816][1489:1489] CHIP:DMG: {
[1666847793.239845][1489:1489] CHIP:DMG: AttributeDataIB =
[1666847793.239892][1489:1489] CHIP:DMG: {
[1666847793.239941][1489:1489] CHIP:DMG: DataVersion = 0xa5f5a928,
[1666847793.239989][1489:1489] CHIP:DMG: AttributePathIB =
[1666847793.240037][1489:1489] CHIP:DMG: {
[1666847793.240078][1489:1489] CHIP:DMG: Endpoint = 0x1,
[1666847793.240126][1489:1489] CHIP:DMG: Cluster = 0x8,
[1666847793.240179][1489:1489] CHIP:DMG: Attribute = 0x0000_000F,
[1666847793.240222][1489:1489] CHIP:DMG: }
[1666847793.240274][1489:1489] CHIP:DMG:
[1666847793.240325][1489:1489] CHIP:DMG: Data = 0,
[1666847793.240363][1489:1489] CHIP:DMG: },
[1666847793.240413][1489:1489] CHIP:DMG:
[1666847793.240447][1489:1489] CHIP:DMG: },
[1666847793.240489][1489:1489] CHIP:DMG:
[1666847793.240521][1489:1489] CHIP:DMG: ],
[1666847793.240561][1489:1489] CHIP:DMG:
[1666847793.240594][1489:1489] CHIP:DMG: SuppressResponse = true,
[1666847793.240627][1489:1489] CHIP:DMG: InteractionModelRevision = 1
[1666847793.240655][1489:1489] CHIP:DMG: }
disabled: true
- label:
"DUT reads all supported optional attributes from TH one at a time in
a manufacturer specific order"
verification: |
TH receives the read command and knows this attribute for this cluster and provides a plausable value, DUT processes the values and operates normally
./chip-tool levelcontrol read remaining-time 1 1
Verify DUT receives remaining-time attribute response on the TH(all-clusters-app) Log:
[1666847817.008026][1489:1489] CHIP:DMG: ReportDataMessage =
[1666847817.008078][1489:1489] CHIP:DMG: {
[1666847817.008120][1489:1489] CHIP:DMG: AttributeReportIBs =
[1666847817.008178][1489:1489] CHIP:DMG: [
[1666847817.008229][1489:1489] CHIP:DMG: AttributeReportIB =
[1666847817.008296][1489:1489] CHIP:DMG: {
[1666847817.008351][1489:1489] CHIP:DMG: AttributeDataIB =
[1666847817.008401][1489:1489] CHIP:DMG: {
[1666847817.008513][1489:1489] CHIP:DMG: DataVersion = 0xa5f5a928,
[1666847817.008592][1489:1489] CHIP:DMG: AttributePathIB =
[1666847817.008664][1489:1489] CHIP:DMG: {
[1666847817.008723][1489:1489] CHIP:DMG: Endpoint = 0x1,
[1666847817.008793][1489:1489] CHIP:DMG: Cluster = 0x8,
[1666847817.008867][1489:1489] CHIP:DMG: Attribute = 0x0000_0001,
[1666847817.008924][1489:1489] CHIP:DMG: }
[1666847817.008995][1489:1489] CHIP:DMG:
[1666847817.009063][1489:1489] CHIP:DMG: Data = 0,
[1666847817.009127][1489:1489] CHIP:DMG: },
[1666847817.009183][1489:1489] CHIP:DMG:
[1666847817.009238][1489:1489] CHIP:DMG: },
[1666847817.009346][1489:1489] CHIP:DMG:
[1666847817.009396][1489:1489] CHIP:DMG: ],
[1666847817.009453][1489:1489] CHIP:DMG:
[1666847817.009500][1489:1489] CHIP:DMG: SuppressResponse = true,
[1666847817.009549][1489:1489] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read min-level 1 1
Verify DUT receives min-level attribute response on the TH(all-clusters-app) Log:
[1666848130.062809][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848130.062859][1523:1523] CHIP:DMG: {
[1666848130.062897][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848130.062951][1523:1523] CHIP:DMG: [
[1666848130.062995][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848130.063053][1523:1523] CHIP:DMG: {
[1666848130.063220][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848130.063355][1523:1523] CHIP:DMG: {
[1666848130.063446][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848130.063591][1523:1523] CHIP:DMG: AttributePathIB =
[1666848130.063646][1523:1523] CHIP:DMG: {
[1666848130.063694][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848130.063742][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848130.063790][1523:1523] CHIP:DMG: Attribute = 0x0000_0002,
[1666848130.063835][1523:1523] CHIP:DMG: }
[1666848130.063882][1523:1523] CHIP:DMG:
[1666848130.063929][1523:1523] CHIP:DMG: Data = 1,
[1666848130.063971][1523:1523] CHIP:DMG: },
[1666848130.064018][1523:1523] CHIP:DMG:
[1666848130.064054][1523:1523] CHIP:DMG: },
[1666848130.064099][1523:1523] CHIP:DMG:
[1666848130.064133][1523:1523] CHIP:DMG: ],
[1666848130.064178][1523:1523] CHIP:DMG:
[1666848130.064215][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848130.064252][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read max-level 1 1
Verify DUT receives max-level attribute response on the TH(all-clusters-app) Log:
[1666848155.007434][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848155.007507][1523:1523] CHIP:DMG: {
[1666848155.007563][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848155.007643][1523:1523] CHIP:DMG: [
[1666848155.007705][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848155.007798][1523:1523] CHIP:DMG: {
[1666848155.007875][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848155.007965][1523:1523] CHIP:DMG: {
[1666848155.008108][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848155.008519][1523:1523] CHIP:DMG: AttributePathIB =
[1666848155.008663][1523:1523] CHIP:DMG: {
[1666848155.008800][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848155.009024][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848155.009269][1523:1523] CHIP:DMG: Attribute = 0x0000_0003,
[1666848155.009888][1523:1523] CHIP:DMG: }
[1666848155.010036][1523:1523] CHIP:DMG:
[1666848155.010198][1523:1523] CHIP:DMG: Data = 254,
[1666848155.010283][1523:1523] CHIP:DMG: },
[1666848155.010373][1523:1523] CHIP:DMG:
[1666848155.010444][1523:1523] CHIP:DMG: },
[1666848155.010522][1523:1523] CHIP:DMG:
[1666848155.010625][1523:1523] CHIP:DMG: ],
[1666848155.010707][1523:1523] CHIP:DMG:
[1666848155.010771][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848155.010835][1523:1523] CHIP:DMG: InteractionModelRevision = 1
[1666848155.010895][1523:1523] CHIP:DMG: }
./chip-tool levelcontrol read current-frequency 1 1
Verify DUT receives current-frequency attribute response on the TH(all-clusters-app) Log:
[1666848178.925779][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848178.925833][1523:1523] CHIP:DMG: {
[1666848178.925874][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848178.925933][1523:1523] CHIP:DMG: [
[1666848178.925982][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848178.926045][1523:1523] CHIP:DMG: {
[1666848178.926095][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848178.926190][1523:1523] CHIP:DMG: {
[1666848178.926251][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848178.926349][1523:1523] CHIP:DMG: AttributePathIB =
[1666848178.926510][1523:1523] CHIP:DMG: {
[1666848178.926626][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848178.926685][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848178.926763][1523:1523] CHIP:DMG: Attribute = 0x0000_0004,
[1666848178.926823][1523:1523] CHIP:DMG: }
[1666848178.926899][1523:1523] CHIP:DMG:
[1666848178.926962][1523:1523] CHIP:DMG: Data = 0,
[1666848178.927060][1523:1523] CHIP:DMG: },
[1666848178.927118][1523:1523] CHIP:DMG:
[1666848178.927167][1523:1523] CHIP:DMG: },
[1666848178.927224][1523:1523] CHIP:DMG:
[1666848178.927271][1523:1523] CHIP:DMG: ],
[1666848178.927368][1523:1523] CHIP:DMG:
[1666848178.927417][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848178.927465][1523:1523] CHIP:DMG: InteractionModelRevision = 1
[1666848178.927511][1523:1523] CHIP:DMG: }
./chip-tool levelcontrol read min-frequency 1 1
Verify DUT receives min-frequency attribute response on the TH(all-clusters-app) Log:
[1666848199.833484][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848199.833517][1523:1523] CHIP:DMG: {
[1666848199.833545][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848199.833584][1523:1523] CHIP:DMG: [
[1666848199.833616][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848199.833654][1523:1523] CHIP:DMG: {
[1666848199.833689][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848199.833733][1523:1523] CHIP:DMG: {
[1666848199.833779][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848199.833821][1523:1523] CHIP:DMG: AttributePathIB =
[1666848199.833863][1523:1523] CHIP:DMG: {
[1666848199.833908][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848199.833956][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848199.834002][1523:1523] CHIP:DMG: Attribute = 0x0000_0005,
[1666848199.834047][1523:1523] CHIP:DMG: }
[1666848199.834095][1523:1523] CHIP:DMG:
[1666848199.834143][1523:1523] CHIP:DMG: Data = 0,
[1666848199.834182][1523:1523] CHIP:DMG: },
[1666848199.834231][1523:1523] CHIP:DMG:
[1666848199.834273][1523:1523] CHIP:DMG: },
[1666848199.834324][1523:1523] CHIP:DMG:
[1666848199.834361][1523:1523] CHIP:DMG: ],
[1666848199.834407][1523:1523] CHIP:DMG:
[1666848199.834445][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848199.834483][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read max-frequency 1 1
Verify DUT receives max-frequency attribute response on the TH(all-clusters-app) Log:
[1666848222.614272][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848222.614323][1523:1523] CHIP:DMG: {
[1666848222.614359][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848222.614417][1523:1523] CHIP:DMG: [
[1666848222.614464][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848222.614527][1523:1523] CHIP:DMG: {
[1666848222.614611][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848222.614717][1523:1523] CHIP:DMG: {
[1666848222.614835][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848222.614937][1523:1523] CHIP:DMG: AttributePathIB =
[1666848222.615040][1523:1523] CHIP:DMG: {
[1666848222.615193][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848222.615314][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848222.615376][1523:1523] CHIP:DMG: Attribute = 0x0000_0006,
[1666848222.615475][1523:1523] CHIP:DMG: }
[1666848222.615534][1523:1523] CHIP:DMG:
[1666848222.615658][1523:1523] CHIP:DMG: Data = 0,
[1666848222.615756][1523:1523] CHIP:DMG: },
[1666848222.615817][1523:1523] CHIP:DMG:
[1666848222.615866][1523:1523] CHIP:DMG: },
[1666848222.615921][1523:1523] CHIP:DMG:
[1666848222.615967][1523:1523] CHIP:DMG: ],
[1666848222.616041][1523:1523] CHIP:DMG:
[1666848222.616091][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848222.616140][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read on-off-transition-time 1 1
Verify DUT receives on-off-transition-time attribute response on the TH(all-clusters-app) Log:
[1666848248.348896][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848248.348965][1523:1523] CHIP:DMG: {
[1666848248.349018][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848248.349160][1523:1523] CHIP:DMG: [
[1666848248.349226][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848248.349360][1523:1523] CHIP:DMG: {
[1666848248.349427][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848248.349549][1523:1523] CHIP:DMG: {
[1666848248.349688][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848248.349765][1523:1523] CHIP:DMG: AttributePathIB =
[1666848248.349902][1523:1523] CHIP:DMG: {
[1666848248.350087][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848248.350227][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848248.350308][1523:1523] CHIP:DMG: Attribute = 0x0000_0010,
[1666848248.350440][1523:1523] CHIP:DMG: }
[1666848248.350615][1523:1523] CHIP:DMG:
[1666848248.350754][1523:1523] CHIP:DMG: Data = 0,
[1666848248.350883][1523:1523] CHIP:DMG: },
[1666848248.351115][1523:1523] CHIP:DMG:
[1666848248.351235][1523:1523] CHIP:DMG: },
[1666848248.351366][1523:1523] CHIP:DMG:
[1666848248.351480][1523:1523] CHIP:DMG: ],
[1666848248.351561][1523:1523] CHIP:DMG:
[1666848248.351626][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848248.351749][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read on-transition-time 1 1
Verify DUT receives on-transition-time attribute response on the TH(all-clusters-app) Log:
[1666848276.422918][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848276.422952][1523:1523] CHIP:DMG: {
[1666848276.422983][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848276.423026][1523:1523] CHIP:DMG: [
[1666848276.423062][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848276.423113][1523:1523] CHIP:DMG: {
[1666848276.423154][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848276.423200][1523:1523] CHIP:DMG: {
[1666848276.423238][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848276.423281][1523:1523] CHIP:DMG: AttributePathIB =
[1666848276.423325][1523:1523] CHIP:DMG: {
[1666848276.423380][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848276.423427][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848276.423484][1523:1523] CHIP:DMG: Attribute = 0x0000_0012,
[1666848276.423527][1523:1523] CHIP:DMG: }
[1666848276.423585][1523:1523] CHIP:DMG:
[1666848276.423630][1523:1523] CHIP:DMG: Data = 0,
[1666848276.423680][1523:1523] CHIP:DMG: },
[1666848276.423726][1523:1523] CHIP:DMG:
[1666848276.423766][1523:1523] CHIP:DMG: },
[1666848276.423810][1523:1523] CHIP:DMG:
[1666848276.423845][1523:1523] CHIP:DMG: ],
[1666848276.423888][1523:1523] CHIP:DMG:
[1666848276.423932][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848276.423969][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read off-transition-time 1 1
Verify DUT receives off-transition-time attribute response on the TH(all-clusters-app) Log:
[1666848299.764273][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848299.764312][1523:1523] CHIP:DMG: {
[1666848299.764342][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848299.764383][1523:1523] CHIP:DMG: [
[1666848299.764418][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848299.764465][1523:1523] CHIP:DMG: {
[1666848299.764506][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848299.764549][1523:1523] CHIP:DMG: {
[1666848299.764601][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848299.764643][1523:1523] CHIP:DMG: AttributePathIB =
[1666848299.764697][1523:1523] CHIP:DMG: {
[1666848299.764743][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848299.764801][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848299.764847][1523:1523] CHIP:DMG: Attribute = 0x0000_0013,
[1666848299.764900][1523:1523] CHIP:DMG: }
[1666848299.764945][1523:1523] CHIP:DMG:
[1666848299.764996][1523:1523] CHIP:DMG: Data = 0,
[1666848299.765036][1523:1523] CHIP:DMG: },
[1666848299.765091][1523:1523] CHIP:DMG:
[1666848299.765128][1523:1523] CHIP:DMG: },
[1666848299.765181][1523:1523] CHIP:DMG:
[1666848299.765217][1523:1523] CHIP:DMG: ],
[1666848299.765263][1523:1523] CHIP:DMG:
[1666848299.765299][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848299.765336][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read default-move-rate 1 1
Verify DUT receives default-move-rate attribute response on the TH(all-clusters-app) Log:
[1666848321.686244][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848321.686270][1523:1523] CHIP:DMG: {
[1666848321.686287][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848321.686315][1523:1523] CHIP:DMG: [
[1666848321.686338][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848321.686370][1523:1523] CHIP:DMG: {
[1666848321.686392][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848321.686422][1523:1523] CHIP:DMG: {
[1666848321.686447][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848321.686480][1523:1523] CHIP:DMG: AttributePathIB =
[1666848321.686508][1523:1523] CHIP:DMG: {
[1666848321.686540][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848321.686620][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848321.686658][1523:1523] CHIP:DMG: Attribute = 0x0000_0014,
[1666848321.686687][1523:1523] CHIP:DMG: }
[1666848321.686720][1523:1523] CHIP:DMG:
[1666848321.686756][1523:1523] CHIP:DMG: Data = 50,
[1666848321.686789][1523:1523] CHIP:DMG: },
[1666848321.686825][1523:1523] CHIP:DMG:
[1666848321.686851][1523:1523] CHIP:DMG: },
[1666848321.686882][1523:1523] CHIP:DMG:
[1666848321.686905][1523:1523] CHIP:DMG: ],
[1666848321.686933][1523:1523] CHIP:DMG:
[1666848321.686956][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848321.686979][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read start-up-current-level 1 1
Verify DUT receives start-up-current-level attribute response on the TH(all-clusters-app) Log:
[1666848344.961306][1523:1523] CHIP:DMG: ReportDataMessage =
[1666848344.961348][1523:1523] CHIP:DMG: {
[1666848344.961382][1523:1523] CHIP:DMG: AttributeReportIBs =
[1666848344.961431][1523:1523] CHIP:DMG: [
[1666848344.961466][1523:1523] CHIP:DMG: AttributeReportIB =
[1666848344.961517][1523:1523] CHIP:DMG: {
[1666848344.961563][1523:1523] CHIP:DMG: AttributeDataIB =
[1666848344.961613][1523:1523] CHIP:DMG: {
[1666848344.961672][1523:1523] CHIP:DMG: DataVersion = 0xb1256199,
[1666848344.961723][1523:1523] CHIP:DMG: AttributePathIB =
[1666848344.961781][1523:1523] CHIP:DMG: {
[1666848344.961835][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848344.961891][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848344.961946][1523:1523] CHIP:DMG: Attribute = 0x0000_4000,
[1666848344.962005][1523:1523] CHIP:DMG: }
[1666848344.962056][1523:1523] CHIP:DMG:
[1666848344.962106][1523:1523] CHIP:DMG: Data = NULL
[1666848344.962155][1523:1523] CHIP:DMG: },
[1666848344.962210][1523:1523] CHIP:DMG:
[1666848344.962255][1523:1523] CHIP:DMG: },
[1666848344.962308][1523:1523] CHIP:DMG:
[1666848344.962346][1523:1523] CHIP:DMG: ],
[1666848344.962389][1523:1523] CHIP:DMG:
[1666848344.962428][1523:1523] CHIP:DMG: SuppressResponse = true,
[1666848344.962468][1523:1523] CHIP:DMG: InteractionModelRevision = 1
[1666848344.962502][1523:1523] CHIP:DMG: }
disabled: true
- label:
"DUT writes a suitable value to all supported mandatory attributes on
the TH one at a time in a manufacturer specific order"
verification: |
TH receives the write command and checks whether the value is valid, if value invalid provide appropriate feedback to DUT and flag test as FAIL
./chip-tool levelcontrol write on-level 5 (replace with your value) 1 1
Verify DUT receives on-level attribute write response on the TH(all-clusters-app) Log:
[1666848371.618326][1523:1523] CHIP:DMG: WriteResponseMessage =
[1666848371.618348][1523:1523] CHIP:DMG: {
[1666848371.618367][1523:1523] CHIP:DMG: AttributeStatusIBs =
[1666848371.618396][1523:1523] CHIP:DMG: [
[1666848371.618417][1523:1523] CHIP:DMG: AttributeStatusIB =
[1666848371.618443][1523:1523] CHIP:DMG: {
[1666848371.618463][1523:1523] CHIP:DMG: AttributePathIB =
[1666848371.618493][1523:1523] CHIP:DMG: {
[1666848371.618521][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848371.618570][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848371.618599][1523:1523] CHIP:DMG: Attribute = 0x0000_0011,
[1666848371.618621][1523:1523] CHIP:DMG: }
[1666848371.618652][1523:1523] CHIP:DMG:
[1666848371.618678][1523:1523] CHIP:DMG: StatusIB =
[1666848371.618705][1523:1523] CHIP:DMG: {
[1666848371.618729][1523:1523] CHIP:DMG: status = 0x00 (SUCCESS),
[1666848371.618758][1523:1523] CHIP:DMG: },
[1666848371.618786][1523:1523] CHIP:DMG:
[1666848371.618809][1523:1523] CHIP:DMG: },
[1666848371.618835][1523:1523] CHIP:DMG:
[1666848371.618853][1523:1523] CHIP:DMG: ],
[1666848371.618878][1523:1523] CHIP:DMG:
[1666848371.618899][1523:1523] CHIP:DMG: InteractionModelRevision = 1
disabled: true
- label:
"DUT writes a suitable value to all supported optional attributes on
the TH one at a time in a manufacturer specific order"
verification: |
TH receives the write command and checks whether the value is valid, if value invalid provide appropriate feedback to DUT and flag test as FAIL
./chip-tool levelcontrol write on-off-transition-time 5 (replace with your own value) 1 1
Verify DUT receives on-off-transition-time attribute write response on the TH(all-clusters-app) Log:
[1666848398.554154][1523:1523] CHIP:DMG: WriteResponseMessage =
[1666848398.554220][1523:1523] CHIP:DMG: {
[1666848398.554275][1523:1523] CHIP:DMG: AttributeStatusIBs =
[1666848398.554352][1523:1523] CHIP:DMG: [
[1666848398.554414][1523:1523] CHIP:DMG: AttributeStatusIB =
[1666848398.554490][1523:1523] CHIP:DMG: {
[1666848398.554549][1523:1523] CHIP:DMG: AttributePathIB =
[1666848398.554691][1523:1523] CHIP:DMG: {
[1666848398.554768][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848398.554848][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848398.554928][1523:1523] CHIP:DMG: Attribute = 0x0000_0010,
[1666848398.555006][1523:1523] CHIP:DMG: }
[1666848398.555094][1523:1523] CHIP:DMG:
[1666848398.555170][1523:1523] CHIP:DMG: StatusIB =
[1666848398.555251][1523:1523] CHIP:DMG: {
[1666848398.555343][1523:1523] CHIP:DMG: status = 0x00 (SUCCESS),
[1666848398.555418][1523:1523] CHIP:DMG: },
[1666848398.555534][1523:1523] CHIP:DMG:
[1666848398.555602][1523:1523] CHIP:DMG: },
[1666848398.555674][1523:1523] CHIP:DMG:
[1666848398.555735][1523:1523] CHIP:DMG: ],
[1666848398.555811][1523:1523] CHIP:DMG:
[1666848398.555874][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol write on-transition-time 5 (replace with your value) 1 1
Verify DUT receives on-transition-time attribute write response on the TH(all-clusters-app) Log:
[1666848422.668815][1523:1523] CHIP:DMG: WriteResponseMessage =
[1666848422.668852][1523:1523] CHIP:DMG: {
[1666848422.668881][1523:1523] CHIP:DMG: AttributeStatusIBs =
[1666848422.668924][1523:1523] CHIP:DMG: [
[1666848422.668955][1523:1523] CHIP:DMG: AttributeStatusIB =
[1666848422.668995][1523:1523] CHIP:DMG: {
[1666848422.669034][1523:1523] CHIP:DMG: AttributePathIB =
[1666848422.669079][1523:1523] CHIP:DMG: {
[1666848422.669124][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848422.669167][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848422.669217][1523:1523] CHIP:DMG: Attribute = 0x0000_0012,
[1666848422.669257][1523:1523] CHIP:DMG: }
[1666848422.669310][1523:1523] CHIP:DMG:
[1666848422.669352][1523:1523] CHIP:DMG: StatusIB =
[1666848422.669400][1523:1523] CHIP:DMG: {
[1666848422.669447][1523:1523] CHIP:DMG: status = 0x00 (SUCCESS),
[1666848422.669492][1523:1523] CHIP:DMG: },
[1666848422.669536][1523:1523] CHIP:DMG:
[1666848422.669574][1523:1523] CHIP:DMG: },
[1666848422.669618][1523:1523] CHIP:DMG:
[1666848422.669648][1523:1523] CHIP:DMG: ],
[1666848422.669688][1523:1523] CHIP:DMG:
[1666848422.669721][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol write off-transition-time 5 1 1
Verify DUT receives off-transition-time attribute write response on the TH(all-clusters-app) Log:
[1666848443.984829][1523:1523] CHIP:DMG: WriteResponseMessage =
[1666848443.984860][1523:1523] CHIP:DMG: {
[1666848443.984889][1523:1523] CHIP:DMG: AttributeStatusIBs =
[1666848443.984929][1523:1523] CHIP:DMG: [
[1666848443.984973][1523:1523] CHIP:DMG: AttributeStatusIB =
[1666848443.985018][1523:1523] CHIP:DMG: {
[1666848443.985053][1523:1523] CHIP:DMG: AttributePathIB =
[1666848443.985101][1523:1523] CHIP:DMG: {
[1666848443.985140][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848443.985190][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848443.985253][1523:1523] CHIP:DMG: Attribute = 0x0000_0013,
[1666848443.985300][1523:1523] CHIP:DMG: }
[1666848443.985346][1523:1523] CHIP:DMG:
[1666848443.985387][1523:1523] CHIP:DMG: StatusIB =
[1666848443.985424][1523:1523] CHIP:DMG: {
[1666848443.985479][1523:1523] CHIP:DMG: status = 0x00 (SUCCESS),
[1666848443.985517][1523:1523] CHIP:DMG: },
[1666848443.985551][1523:1523] CHIP:DMG:
[1666848443.985588][1523:1523] CHIP:DMG: },
[1666848443.985623][1523:1523] CHIP:DMG:
[1666848443.985654][1523:1523] CHIP:DMG: ],
[1666848443.985692][1523:1523] CHIP:DMG:
[1666848443.985724][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol write default-move-rate 5 1 1
Verify DUT receives default-move-rate attribute write response on the TH(all-clusters-app) Log:
[1666848463.025155][1523:1523] CHIP:DMG: WriteResponseMessage =
[1666848463.025181][1523:1523] CHIP:DMG: {
[1666848463.025201][1523:1523] CHIP:DMG: AttributeStatusIBs =
[1666848463.025232][1523:1523] CHIP:DMG: [
[1666848463.025258][1523:1523] CHIP:DMG: AttributeStatusIB =
[1666848463.025286][1523:1523] CHIP:DMG: {
[1666848463.025307][1523:1523] CHIP:DMG: AttributePathIB =
[1666848463.025331][1523:1523] CHIP:DMG: {
[1666848463.025365][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848463.025401][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848463.025432][1523:1523] CHIP:DMG: Attribute = 0x0000_0014,
[1666848463.025464][1523:1523] CHIP:DMG: }
[1666848463.025498][1523:1523] CHIP:DMG:
[1666848463.025531][1523:1523] CHIP:DMG: StatusIB =
[1666848463.025561][1523:1523] CHIP:DMG: {
[1666848463.025608][1523:1523] CHIP:DMG: status = 0x00 (SUCCESS),
[1666848463.025659][1523:1523] CHIP:DMG: },
[1666848463.025704][1523:1523] CHIP:DMG:
[1666848463.025749][1523:1523] CHIP:DMG: },
[1666848463.025800][1523:1523] CHIP:DMG:
[1666848463.025838][1523:1523] CHIP:DMG: ],
[1666848463.025884][1523:1523] CHIP:DMG:
[1666848463.025922][1523:1523] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol write start-up-current-level 5 (replace with your value) 123123 1
Verify DUT receives start-up-current-level attribute write response on the TH(all-clusters-app) Log:
[1666848489.993723][1523:1523] CHIP:DMG: WriteResponseMessage =
[1666848489.993758][1523:1523] CHIP:DMG: {
[1666848489.993785][1523:1523] CHIP:DMG: AttributeStatusIBs =
[1666848489.993824][1523:1523] CHIP:DMG: [
[1666848489.993855][1523:1523] CHIP:DMG: AttributeStatusIB =
[1666848489.993896][1523:1523] CHIP:DMG: {
[1666848489.993936][1523:1523] CHIP:DMG: AttributePathIB =
[1666848489.993983][1523:1523] CHIP:DMG: {
[1666848489.994030][1523:1523] CHIP:DMG: Endpoint = 0x1,
[1666848489.994079][1523:1523] CHIP:DMG: Cluster = 0x8,
[1666848489.994126][1523:1523] CHIP:DMG: Attribute = 0x0000_4000,
[1666848489.994172][1523:1523] CHIP:DMG: }
[1666848489.994214][1523:1523] CHIP:DMG:
[1666848489.994258][1523:1523] CHIP:DMG: StatusIB =
[1666848489.994296][1523:1523] CHIP:DMG: {
[1666848489.994342][1523:1523] CHIP:DMG: status = 0x00 (SUCCESS),
[1666848489.994384][1523:1523] CHIP:DMG: },
[1666848489.994427][1523:1523] CHIP:DMG:
[1666848489.994465][1523:1523] CHIP:DMG: },
[1666848489.994507][1523:1523] CHIP:DMG:
[1666848489.994536][1523:1523] CHIP:DMG: ],
[1666848489.994594][1523:1523] CHIP:DMG:
[1666848489.994629][1523:1523] CHIP:DMG: InteractionModelRevision = 1
disabled: true
- label:
"Configure TH such that it implements mandatory and none of the
optional attributes of the server-side of the cluster, and that it
also reflects this in global attributes such as FeatureMap and
AttributeList. Commission DUT to TH again"
verification: |
Verify TH(all-clusters-minimal-app) that it implements mandatory and none of the optional attributes of the server-side of the cluster, and that it also reflects this in global attributes such as FeatureMap and AttributeList.
./chip-tool levelcontrol read attribute-list 1 1
Verify DUT receives attribute-list attribute response on the TH(all-clusters-minimal-app) Log:
[1666848650.333076][1566:1566] CHIP:DMG: ReportDataMessage =
[1666848650.333110][1566:1566] CHIP:DMG: {
[1666848650.333138][1566:1566] CHIP:DMG: AttributeReportIBs =
[1666848650.333174][1566:1566] CHIP:DMG: [
[1666848650.333201][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.333239][1566:1566] CHIP:DMG: {
[1666848650.333272][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.333307][1566:1566] CHIP:DMG: {
[1666848650.333351][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.333393][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.333433][1566:1566] CHIP:DMG: {
[1666848650.333481][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.333523][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.333565][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.333600][1566:1566] CHIP:DMG: }
[1666848650.333645][1566:1566] CHIP:DMG:
[1666848650.333684][1566:1566] CHIP:DMG: Data = [
[1666848650.333722][1566:1566] CHIP:DMG:
[1666848650.333773][1566:1566] CHIP:DMG: ],
[1666848650.333809][1566:1566] CHIP:DMG: },
[1666848650.333852][1566:1566] CHIP:DMG:
[1666848650.333882][1566:1566] CHIP:DMG: },
[1666848650.333928][1566:1566] CHIP:DMG:
[1666848650.333959][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.334001][1566:1566] CHIP:DMG: {
[1666848650.334034][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.334080][1566:1566] CHIP:DMG: {
[1666848650.334122][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.334166][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.334221][1566:1566] CHIP:DMG: {
[1666848650.334272][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.334331][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.334377][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.334434][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.334478][1566:1566] CHIP:DMG: }
[1666848650.334535][1566:1566] CHIP:DMG:
[1666848650.334623][1566:1566] CHIP:DMG: Data = 0,
[1666848650.334676][1566:1566] CHIP:DMG: },
[1666848650.334725][1566:1566] CHIP:DMG:
[1666848650.334767][1566:1566] CHIP:DMG: },
[1666848650.334825][1566:1566] CHIP:DMG:
[1666848650.334868][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.334920][1566:1566] CHIP:DMG: {
[1666848650.334961][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.335014][1566:1566] CHIP:DMG: {
[1666848650.335064][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.335118][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.335164][1566:1566] CHIP:DMG: {
[1666848650.335220][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.335271][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.335331][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.335384][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.335440][1566:1566] CHIP:DMG: }
[1666848650.335499][1566:1566] CHIP:DMG:
[1666848650.335557][1566:1566] CHIP:DMG: Data = 15,
[1666848650.335605][1566:1566] CHIP:DMG: },
[1666848650.335656][1566:1566] CHIP:DMG:
[1666848650.335700][1566:1566] CHIP:DMG: },
[1666848650.335756][1566:1566] CHIP:DMG:
[1666848650.335793][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.335840][1566:1566] CHIP:DMG: {
[1666848650.335878][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.335918][1566:1566] CHIP:DMG: {
[1666848650.335966][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.336020][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.336062][1566:1566] CHIP:DMG: {
[1666848650.336117][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.336167][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.336217][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.336271][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.336327][1566:1566] CHIP:DMG: }
[1666848650.336385][1566:1566] CHIP:DMG:
[1666848650.336443][1566:1566] CHIP:DMG: Data = 17,
[1666848650.336483][1566:1566] CHIP:DMG: },
[1666848650.336534][1566:1566] CHIP:DMG:
[1666848650.336572][1566:1566] CHIP:DMG: },
[1666848650.336623][1566:1566] CHIP:DMG:
[1666848650.336660][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.336708][1566:1566] CHIP:DMG: {
[1666848650.336748][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.336800][1566:1566] CHIP:DMG: {
[1666848650.336842][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.336896][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.336939][1566:1566] CHIP:DMG: {
[1666848650.336994][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.337044][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.337104][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.337157][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.337208][1566:1566] CHIP:DMG: }
[1666848650.337261][1566:1566] CHIP:DMG:
[1666848650.337310][1566:1566] CHIP:DMG: Data = 65528,
[1666848650.337363][1566:1566] CHIP:DMG: },
[1666848650.337414][1566:1566] CHIP:DMG:
[1666848650.337451][1566:1566] CHIP:DMG: },
[1666848650.337502][1566:1566] CHIP:DMG:
[1666848650.337538][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.337586][1566:1566] CHIP:DMG: {
[1666848650.337625][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.337677][1566:1566] CHIP:DMG: {
[1666848650.337718][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.337772][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.337821][1566:1566] CHIP:DMG: {
[1666848650.337865][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.337925][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.337985][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.338043][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.338094][1566:1566] CHIP:DMG: }
[1666848650.338151][1566:1566] CHIP:DMG:
[1666848650.338200][1566:1566] CHIP:DMG: Data = 65529,
[1666848650.338253][1566:1566] CHIP:DMG: },
[1666848650.338309][1566:1566] CHIP:DMG:
[1666848650.338348][1566:1566] CHIP:DMG: },
[1666848650.338407][1566:1566] CHIP:DMG:
[1666848650.338445][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.338493][1566:1566] CHIP:DMG: {
[1666848650.338532][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.338594][1566:1566] CHIP:DMG: {
[1666848650.338640][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.338693][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.338746][1566:1566] CHIP:DMG: {
[1666848650.338799][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.338858][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.338914][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.338970][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.339021][1566:1566] CHIP:DMG: }
[1666848650.339069][1566:1566] CHIP:DMG:
[1666848650.339110][1566:1566] CHIP:DMG: Data = 65531,
[1666848650.339161][1566:1566] CHIP:DMG: },
[1666848650.339212][1566:1566] CHIP:DMG:
[1666848650.339253][1566:1566] CHIP:DMG: },
[1666848650.339308][1566:1566] CHIP:DMG:
[1666848650.339345][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.339398][1566:1566] CHIP:DMG: {
[1666848650.339437][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.339487][1566:1566] CHIP:DMG: {
[1666848650.339540][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.339593][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.339647][1566:1566] CHIP:DMG: {
[1666848650.339695][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.339750][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.339804][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.339864][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.339910][1566:1566] CHIP:DMG: }
[1666848650.339968][1566:1566] CHIP:DMG:
[1666848650.340026][1566:1566] CHIP:DMG: Data = 65532,
[1666848650.340079][1566:1566] CHIP:DMG: },
[1666848650.340129][1566:1566] CHIP:DMG:
[1666848650.340171][1566:1566] CHIP:DMG: },
[1666848650.340226][1566:1566] CHIP:DMG:
[1666848650.340262][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848650.340313][1566:1566] CHIP:DMG: {
[1666848650.340355][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848650.340406][1566:1566] CHIP:DMG: {
[1666848650.340455][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848650.340507][1566:1566] CHIP:DMG: AttributePathIB =
[1666848650.340562][1566:1566] CHIP:DMG: {
[1666848650.340605][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848650.340654][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848650.340709][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFB,
[1666848650.340766][1566:1566] CHIP:DMG: ListIndex = Null,
[1666848650.340817][1566:1566] CHIP:DMG: }
[1666848650.340870][1566:1566] CHIP:DMG:
[1666848650.340921][1566:1566] CHIP:DMG: Data = 65533,
[1666848650.340969][1566:1566] CHIP:DMG: },
[1666848650.341021][1566:1566] CHIP:DMG:
[1666848650.341057][1566:1566] CHIP:DMG: },
[1666848650.341100][1566:1566] CHIP:DMG:
[1666848650.341136][1566:1566] CHIP:DMG: ],
[1666848650.341228][1566:1566] CHIP:DMG:
[1666848650.341266][1566:1566] CHIP:DMG: SuppressResponse = true,
[1666848650.341305][1566:1566] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read feature-map 1 1
Verify DUT receives feature-map attribute response on the TH(all-clusters-minimal-app) Log:
[1666848683.161618][1566:1566] CHIP:DMG: ReportDataMessage =
[1666848683.161668][1566:1566] CHIP:DMG: {
[1666848683.161704][1566:1566] CHIP:DMG: AttributeReportIBs =
[1666848683.161762][1566:1566] CHIP:DMG: [
[1666848683.161808][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848683.161872][1566:1566] CHIP:DMG: {
[1666848683.161925][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848683.161990][1566:1566] CHIP:DMG: {
[1666848683.162049][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848683.162109][1566:1566] CHIP:DMG: AttributePathIB =
[1666848683.162163][1566:1566] CHIP:DMG: {
[1666848683.162232][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848683.162294][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848683.162366][1566:1566] CHIP:DMG: Attribute = 0x0000_FFFC,
[1666848683.162420][1566:1566] CHIP:DMG: }
[1666848683.162492][1566:1566] CHIP:DMG:
[1666848683.162583][1566:1566] CHIP:DMG: Data = 0,
[1666848683.162649][1566:1566] CHIP:DMG: },
[1666848683.162708][1566:1566] CHIP:DMG:
[1666848683.162759][1566:1566] CHIP:DMG: },
[1666848683.162822][1566:1566] CHIP:DMG:
[1666848683.162869][1566:1566] CHIP:DMG: ],
[1666848683.162924][1566:1566] CHIP:DMG:
[1666848683.162967][1566:1566] CHIP:DMG: SuppressResponse = true,
[1666848683.163015][1566:1566] CHIP:DMG: InteractionModelRevision = 1
[1666848683.163060][1566:1566] CHIP:DMG: }
./chip-tool levelcontrol read current-level 1 1
Verify DUT receives current-level attribute response on the TH(all-clusters-minimal-app) Log:
[1666848703.725790][1566:1566] CHIP:DMG: ReportDataMessage =
[1666848703.725820][1566:1566] CHIP:DMG: {
[1666848703.725844][1566:1566] CHIP:DMG: AttributeReportIBs =
[1666848703.725876][1566:1566] CHIP:DMG: [
[1666848703.725903][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848703.725946][1566:1566] CHIP:DMG: {
[1666848703.725977][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848703.726016][1566:1566] CHIP:DMG: {
[1666848703.726061][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848703.726104][1566:1566] CHIP:DMG: AttributePathIB =
[1666848703.726168][1566:1566] CHIP:DMG: {
[1666848703.726224][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848703.726287][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848703.726356][1566:1566] CHIP:DMG: Attribute = 0x0000_0000,
[1666848703.726420][1566:1566] CHIP:DMG: }
[1666848703.726483][1566:1566] CHIP:DMG:
[1666848703.726546][1566:1566] CHIP:DMG: Data = 254,
[1666848703.726637][1566:1566] CHIP:DMG: },
[1666848703.726701][1566:1566] CHIP:DMG:
[1666848703.726745][1566:1566] CHIP:DMG: },
[1666848703.726795][1566:1566] CHIP:DMG:
[1666848703.726840][1566:1566] CHIP:DMG: ],
[1666848703.726890][1566:1566] CHIP:DMG:
[1666848703.726933][1566:1566] CHIP:DMG: SuppressResponse = true,
[1666848703.726976][1566:1566] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read on-level 1 1
Verify DUT receives on-level attribute response on the TH(all-clusters-minimal-app) Log:
[1666848725.287246][1566:1566] CHIP:DMG: ReportDataMessage =
[1666848725.287287][1566:1566] CHIP:DMG: {
[1666848725.287319][1566:1566] CHIP:DMG: AttributeReportIBs =
[1666848725.287369][1566:1566] CHIP:DMG: [
[1666848725.287406][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848725.287458][1566:1566] CHIP:DMG: {
[1666848725.287506][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848725.287551][1566:1566] CHIP:DMG: {
[1666848725.287608][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848725.287648][1566:1566] CHIP:DMG: AttributePathIB =
[1666848725.287708][1566:1566] CHIP:DMG: {
[1666848725.287761][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848725.287815][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848725.287869][1566:1566] CHIP:DMG: Attribute = 0x0000_0011,
[1666848725.287920][1566:1566] CHIP:DMG: }
[1666848725.287978][1566:1566] CHIP:DMG:
[1666848725.288035][1566:1566] CHIP:DMG: Data = NULL
[1666848725.288081][1566:1566] CHIP:DMG: },
[1666848725.288136][1566:1566] CHIP:DMG:
[1666848725.288179][1566:1566] CHIP:DMG: },
[1666848725.288225][1566:1566] CHIP:DMG:
[1666848725.288261][1566:1566] CHIP:DMG: ],
[1666848725.288306][1566:1566] CHIP:DMG:
[1666848725.288343][1566:1566] CHIP:DMG: SuppressResponse = true,
[1666848725.288384][1566:1566] CHIP:DMG: InteractionModelRevision = 1
./chip-tool levelcontrol read options 1 1
Verify DUT receives options attribute response on the TH(all-clusters-minimal-app) Log:
[1666848750.551301][1566:1566] CHIP:DMG: ReportDataMessage =
[1666848750.551342][1566:1566] CHIP:DMG: {
[1666848750.551374][1566:1566] CHIP:DMG: AttributeReportIBs =
[1666848750.551421][1566:1566] CHIP:DMG: [
[1666848750.551458][1566:1566] CHIP:DMG: AttributeReportIB =
[1666848750.551504][1566:1566] CHIP:DMG: {
[1666848750.551546][1566:1566] CHIP:DMG: AttributeDataIB =
[1666848750.551598][1566:1566] CHIP:DMG: {
[1666848750.551654][1566:1566] CHIP:DMG: DataVersion = 0xe887a97e,
[1666848750.551703][1566:1566] CHIP:DMG: AttributePathIB =
[1666848750.551754][1566:1566] CHIP:DMG: {
[1666848750.551810][1566:1566] CHIP:DMG: Endpoint = 0x1,
[1666848750.551869][1566:1566] CHIP:DMG: Cluster = 0x8,
[1666848750.551922][1566:1566] CHIP:DMG: Attribute = 0x0000_000F,
[1666848750.551967][1566:1566] CHIP:DMG: }
[1666848750.552011][1566:1566] CHIP:DMG:
[1666848750.552068][1566:1566] CHIP:DMG: Data = 0,
[1666848750.552119][1566:1566] CHIP:DMG: },
[1666848750.552164][1566:1566] CHIP:DMG:
[1666848750.552198][1566:1566] CHIP:DMG: },
[1666848750.552250][1566:1566] CHIP:DMG:
[1666848750.552284][1566:1566] CHIP:DMG: ],
[1666848750.552330][1566:1566] CHIP:DMG:
[1666848750.552370][1566:1566] CHIP:DMG: SuppressResponse = true,
[1666848750.552404][1566:1566] CHIP:DMG: InteractionModelRevision = 1
[1666848750.552441][1566:1566] CHIP:DMG: }
disabled: true
- label:
"DUT reads all supported optional attributes from TH one at a time in
a manufacturer specific order"
verification: |
Verify TH(all-clusters-minimal-app) receives the read command, and responds that this attribute is not available and also DUT is aware that the optional attributes are not available, and does not issue read requests for the attributes which it did read in step 2
./chip-tool levelcontrol read remaining-time 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol read min-level 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol read max-level 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol read current-frequency 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol read min-frequency 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol read max-frequency 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol read on-off-transition-time 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
disabled: true
- label:
"DUT writes a suitable value to all supported optional attributes on
the TH one at a time in a manufacturer specific order"
verification: |
Verify TH(all-clusters-minimal-app) receives the write command, and responds that this command is not available and also DUT is aware that the optional commands are not available
./chip-tool levelcontrol write on-off-transition-time 5 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol write on-transition-time 5 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol write off-transition-time 5 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol write default-move-rate 5 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
./chip-tool levelcontrol write start-up-current-level 5 1 1
on TH(all-clusters-minimal-app) verify status response a UNSUPPORTED_ATTRIBUTE
General error: 0x86 (UNSUPPORTED_ATTRIBUTE)
disabled: true