forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest_TC_DISHM_1_2.yaml
167 lines (143 loc) · 7.58 KB
/
Test_TC_DISHM_1_2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Copyright (c) 2023 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: 267.1.2. [TC-DISHM-1.2] Cluster attributes with server as DUT
PICS:
- DISHM.S
config:
nodeId: 0x12344321
cluster: "Dishwasher Mode"
endpoint: 1
tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "TH reads the SupportedModes attribute from DUT"
verification: |
./chip-tool dishwashermodeselect read supported-modes 1 1
On TH(chip-tool) log, Verify SupportedModes attribute should contains atleast two ModeOptionsStruct entries with unique mode field value and label field value below is the sample log provided for the raspi platform:
[1687687925.438666][18054:18056] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0002 DataVersion: 4148960394
[1687687925.438838][18054:18056] CHIP:TOO: SupportedModes: 3 entries
[1687687925.444452][18054:18056] CHIP:TOO: [1]: {
[1687687925.444485][18054:18056] CHIP:TOO: Label: Normal
[1687687925.444506][18054:18056] CHIP:TOO: Mode: 0
[1687687925.444532][18054:18056] CHIP:TOO: SemanticTags: 1 entries
[1687687925.444575][18054:18056] CHIP:TOO: [1]: {
[1687687925.444598][18054:18056] CHIP:TOO: MfgCode: 0
[1687687925.444632][18054:18056] CHIP:TOO: Value: 16384
[1687687925.444654][18054:18056] CHIP:TOO: }
[1687687925.444674][18054:18056] CHIP:TOO: }
[1687687925.444702][18054:18056] CHIP:TOO: [2]: {
[1687687925.444723][18054:18056] CHIP:TOO: Label: Heavy
[1687687925.444742][18054:18056] CHIP:TOO: Mode: 1
[1687687925.444764][18054:18056] CHIP:TOO: SemanticTags: 2 entries
[1687687925.444787][18054:18056] CHIP:TOO: [1]: {
[1687687925.444808][18054:18056] CHIP:TOO: MfgCode: 0
[1687687925.444828][18054:18056] CHIP:TOO: Value: 7
[1687687925.444847][18054:18056] CHIP:TOO: }
[1687687925.444869][18054:18056] CHIP:TOO: [2]: {
[1687687925.444928][18054:18056] CHIP:TOO: MfgCode: 0
[1687687925.444952][18054:18056] CHIP:TOO: Value: 16385
[1687687925.444971][18054:18056] CHIP:TOO: }
[1687687925.444991][18054:18056] CHIP:TOO: }
[1687687925.445016][18054:18056] CHIP:TOO: [3]: {
[1687687925.445036][18054:18056] CHIP:TOO: Label: Light
[1687687925.445056][18054:18056] CHIP:TOO: Mode: 2
[1687687925.445106][18054:18056] CHIP:TOO: SemanticTags: 3 entries
[1687687925.445133][18054:18056] CHIP:TOO: [1]: {
[1687687925.445154][18054:18056] CHIP:TOO: MfgCode: 0
[1687687925.445174][18054:18056] CHIP:TOO: Value: 16386
[1687687925.445194][18054:18056] CHIP:TOO: }
[1687687925.445216][18054:18056] CHIP:TOO: [2]: {
[1687687925.445236][18054:18056] CHIP:TOO: MfgCode: 0
[1687687925.445256][18054:18056] CHIP:TOO: Value: 8
[1687687925.445275][18054:18056] CHIP:TOO: }
[1687687925.445297][18054:18056] CHIP:TOO: [3]: {
[1687687925.445342][18054:18056] CHIP:TOO: MfgCode: 0
[1687687925.445365][18054:18056] CHIP:TOO: Value: 2
[1687687925.445385][18054:18056] CHIP:TOO: }
[1687687925.445405][18054:18056] CHIP:TOO: }
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"
- label: "TH reads the CurrentMode attribute from the DUT"
verification: |
./chip-tool dishwashermodeselect read current-mode 1 1
Verify on TH(chip-tool) logs, CurrentMode attribute value is an integer and the value is from supported_modes_dut, below is the sample log provided for the raspi platform:
[1645776767.611140][4667:4672] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0000DataVersion: 3781469718
[1645776767.611214][4667:4672] CHIP:TOO: CurrentMode: 0
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"
- label: "TH reads the OnMode attribute from the DUT"
verification: |
./chip-tool dishwashermodeselect read on-mode 1 1
Verify on TH(chip-tool) logs, OnMode attribute value is an integer and the value is from supported_modes_dut (As per spec default value is null) , below is the sample log provided for the raspi platform:
[1649676072.465968][10754:10759] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0005 DataVersion: 4277065072
[1649676072.466094][10754:10759] CHIP:TOO: OnMode: null
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"
- label: "TH reads the StartUpMode attribute from the DUT"
verification: |
./chip-tool dishwashermodeselect read start-up-mode 1 1
Verify on TH(chip-tool) logs, StartUpMode attribute value is an integer and value is from supported_modes_dut, below is the sample log provided for the raspi platform:
[1649677014.496348][10778:10784] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0004 DataVersion: 4277065072
[1649677014.496469][10778:10784] CHIP:TOO: StartUpMode: 0
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"
- label: "TH reads the Description attribute from the DUT"
verification: |
./chip-tool dishwashermodeselect read description 1 1
Verify on TH(chip-tool) logs , Description value is human readable text string and below is the sample log provided for the raspi platform:
[1649677114.614974][10787:10792] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0000 DataVersion: 4277065072
[1649677114.615110][10787:10792] CHIP:TOO: Description: Dishwasher
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"