-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Copy pathTest_TC_DISHM_3_3.yaml
274 lines (224 loc) · 14.6 KB
/
Test_TC_DISHM_3_3.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# 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:
189.3.3.[TC-DISHM-3.3] On Mode and Startup Mode functionality with DUT as
Server
PICS:
- DISHM.S.A0002
- DISHM.S.A0003
- MOD.S.F00
- OO.S.A4003
config:
nodeId: 0x12344321
cluster: "Basic Information"
endpoint: 0
tests:
- label: "Note"
verification: |
To Execute the TC-DISH-3.3 test case using reboot in raspi device we followed the below suggested way:
To run a reboot test case on raspi, run the app with --KVS flag with a file in local directory and pass that file to the command to launch the app. Steps
step-1: create a file using touch command , something like touch mytest.txt
step-2: chmod 777 mytest.txt
step-3: launch the app ./chip-all-clusters-app --KVS ./mytest.txt
if you launch the app with the above commands and provision the app, even when you reboot the app with 'sudo reboot' , next time you launch the app with 'sudo ./out/all-clusters-app/chip-all-clusters-app --KVS ./mytest.txt' , you can run read/write attribs and commands without reprovisioning the device.
disabled: true
- label:
"Step 1: Commission DUT to TH (can be skipped if done in a preceding
test)."
verification: |
disabled: true
- label: "Step 2: TH reads from the DUT the StartUpMode attribute."
PICS: DISHM.S.A0002
verification: |
./chip-tool dishwashermode read start-up-mode 1 1
On TH(chip-tool), Verify that StartUpMode attribute value is an integer or Null
- Save the value as startup_mode_dut, below is the sample log provided for the raspi platform, Here StartUpMode attribute value is null
NOTE: if startup_mode_dut is null proceed to step 3. Else save startup_mode_dut as new_start_up_mode_th and proceed to step 5.
[1651099663211] [82177:7560652] CHIP: [TOO] Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0004 DataVersion: 2609052118
[1651099663212] [82177:7560652] CHIP: [TOO] StartUpMode: null
disabled: true
- label: "Step 3: TH reads from the DUT the SupportedModes attribute."
PICS: DISHM.S.A0000
verification: |
./chip-tool dishwashermode read supported-modes 1 1
On TH(chip-tool) log, Verify DUT response contains a list of ModeOptionsStruct entries
- Verify that the list has two or more entries
- Save the Mode field values as supported_modes_dut
- Select a value from supported_modes_dut and save the value as new_start_up_mode_th, below is the sample log provided for the raspi platform:
[1690189296.612007][16077:16079] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0000 DataVersion: 1012425327
[1690189296.612104][16077:16079] CHIP:TOO: SupportedModes: 3 entries
[1690189296.612139][16077:16079] CHIP:TOO: [1]: {
[1690189296.612149][16077:16079] CHIP:TOO: Label: Normal
[1690189296.612168][16077:16079] CHIP:TOO: Mode: 0
[1690189296.612189][16077:16079] CHIP:TOO: ModeTags: 1 entries
[1690189296.612214][16077:16079] CHIP:TOO: [1]: {
[1690189296.612224][16077:16079] CHIP:TOO: Value: 16384
[1690189296.612234][16077:16079] CHIP:TOO: }
[1690189296.612243][16077:16079] CHIP:TOO: }
[1690189296.612264][16077:16079] CHIP:TOO: [2]: {
[1690189296.612273][16077:16079] CHIP:TOO: Label: Heavy
[1690189296.612282][16077:16079] CHIP:TOO: Mode: 1
[1690189296.612296][16077:16079] CHIP:TOO: ModeTags: 2 entries
[1690189296.612309][16077:16079] CHIP:TOO: [1]: {
[1690189296.612318][16077:16079] CHIP:TOO: Value: 7
[1690189296.612327][16077:16079] CHIP:TOO: }
[1690189296.612339][16077:16079] CHIP:TOO: [2]: {
[1690189296.612348][16077:16079] CHIP:TOO: Value: 16385
[1690189296.612356][16077:16079] CHIP:TOO: }
[1690189296.612365][16077:16079] CHIP:TOO: }
[1690189296.612384][16077:16079] CHIP:TOO: [3]: {
[1690189296.612392][16077:16079] CHIP:TOO: Label: Light
[1690189296.612398][16077:16079] CHIP:TOO: Mode: 2
[1690189296.612413][16077:16079] CHIP:TOO: ModeTags: 3 entries
[1690189296.612425][16077:16079] CHIP:TOO: [1]: {
[1690189296.612433][16077:16079] CHIP:TOO: Value: 16386
[1690189296.612443][16077:16079] CHIP:TOO: }
[1690189296.612456][16077:16079] CHIP:TOO: [2]: {
[1690189296.612465][16077:16079] CHIP:TOO: Value: 8
[1690189296.612473][16077:16079] CHIP:TOO: }
[1690189296.612485][16077:16079] CHIP:TOO: [3]: {
[1690189296.612494][16077:16079] CHIP:TOO: Value: 2
[1690189296.612502][16077:16079] CHIP:TOO: }
[1690189296.612511][16077:16079] CHIP:TOO: }
disabled: true
- label:
"Step 4: TH writes to the DUT the StartUpMode attribute with the
new_start_up_mode_th value"
PICS: DISHM.S.A0002
verification: |
./chip-tool dishwashermode write start-up-mode 0 1 1
On TH(chip-tool) log, Verify that DUT responds with a successful (value 0x00) status response and below is the sample log provided for the raspi platform:
[1690188912.259766][16011:16013] CHIP:DMG: StatusIB =
[1690188912.259778][16011:16013] CHIP:DMG: {
[1690188912.259790][16011:16013] CHIP:DMG: status = 0x00 (SUCCESS),
[1690188912.259800][16011:16013] CHIP:DMG: },
[1690188912.259813][16011:16013] CHIP:DMG:
./chip-tool dishwashermode read start-up-mode 1 1
On TH(chip-tool), Verify that StartUpMode attribute value is 0 and below is the sample log provided for the raspi platform .
[1692171314.157274][3112:3114] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0002 DataVersion: 2502960195
[1692171314.157331][3112:3114] CHIP:TOO: StartUpMode: 0
disabled: true
- label: "Step 5: TH reads from the DUT the OnMode attribute."
PICS: DISHM.S.A0003 && DISHM.S.A0002
verification: |
As default value of OnMode attribute is NULL. Set the OnMode to any mode value listed in the SupportedModes entries.
./chip-tool dishwashermode write on-mode 0 1 1
On TH(chip-tool) log, Verify that DUT responds with a successful (value 0x00) status response and below is the sample log provided for the raspi platform:
[1690189187.414225][16062:16064] CHIP:DMG: StatusIB =
[1690189187.414237][16062:16064] CHIP:DMG: {
[1690189187.414249][16062:16064] CHIP:DMG: status = 0x00 (SUCCESS),
[1690189187.414260][16062:16064] CHIP:DMG: },
./chip-tool dishwashermode read on-mode 1 1
On TH(chip-tool), Verify that OnMode attribute value is an integer value
- Save the value as old_on_mode_dut, below is the sample log provided for the raspi platform, here OnMode attribute value is 0
NOTE: If startup_mode_dut is equal to old_on_mode_dut proceed to step 6. Else proceed to step 8.
[1690189501.554415][16104:16106] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0003 DataVersion: 1012425329
[1690189501.554429][16104:16106] CHIP:TOO: OnMode: 0
disabled: true
- label: "Step 6: TH reads from the DUT the SupportedModes attribute."
PICS: DISHM.S.A0000 && DISHM.S.A0002
verification: |
./chip-tool dishwashermode read supported-modes 1 1
On TH(chip-tool) log, Verify DUT response contains a list of ModeOptionsStruct entries
- Verify that the list has two or more entries
- Save the Mode field values as supported_modes_dut
- Select a value from supported_modes_dut different from startup_mode_dut. Save the value as new_mode_th, below is the sample log provided for the raspi platform:
[1690189296.612007][16077:16079] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0000 DataVersion: 1012425327
[1690189296.612104][16077:16079] CHIP:TOO: SupportedModes: 3 entries
[1690189296.612139][16077:16079] CHIP:TOO: [1]: {
[1690189296.612149][16077:16079] CHIP:TOO: Label: Normal
[1690189296.612168][16077:16079] CHIP:TOO: Mode: 0
[1690189296.612189][16077:16079] CHIP:TOO: ModeTags: 1 entries
[1690189296.612214][16077:16079] CHIP:TOO: [1]: {
[1690189296.612224][16077:16079] CHIP:TOO: Value: 16384
[1690189296.612234][16077:16079] CHIP:TOO: }
[1690189296.612243][16077:16079] CHIP:TOO: }
[1690189296.612264][16077:16079] CHIP:TOO: [2]: {
[1690189296.612273][16077:16079] CHIP:TOO: Label: Heavy
[1690189296.612282][16077:16079] CHIP:TOO: Mode: 1
[1690189296.612296][16077:16079] CHIP:TOO: ModeTags: 2 entries
[1690189296.612309][16077:16079] CHIP:TOO: [1]: {
[1690189296.612318][16077:16079] CHIP:TOO: Value: 7
[1690189296.612327][16077:16079] CHIP:TOO: }
[1690189296.612339][16077:16079] CHIP:TOO: [2]: {
[1690189296.612348][16077:16079] CHIP:TOO: Value: 16385
[1690189296.612356][16077:16079] CHIP:TOO: }
[1690189296.612365][16077:16079] CHIP:TOO: }
[1690189296.612384][16077:16079] CHIP:TOO: [3]: {
[1690189296.612392][16077:16079] CHIP:TOO: Label: Light
[1690189296.612398][16077:16079] CHIP:TOO: Mode: 2
[1690189296.612413][16077:16079] CHIP:TOO: ModeTags: 3 entries
[1690189296.612425][16077:16079] CHIP:TOO: [1]: {
[1690189296.612433][16077:16079] CHIP:TOO: Value: 16386
[1690189296.612443][16077:16079] CHIP:TOO: }
[1690189296.612456][16077:16079] CHIP:TOO: [2]: {
[1690189296.612465][16077:16079] CHIP:TOO: Value: 8
[1690189296.612473][16077:16079] CHIP:TOO: }
[1690189296.612485][16077:16079] CHIP:TOO: [3]: {
[1690189296.612494][16077:16079] CHIP:TOO: Value: 2
[1690189296.612502][16077:16079] CHIP:TOO: }
[1690189296.612511][16077:16079] CHIP:TOO: }
disabled: true
- label:
"Step 7: TH writes to the DUT the OnMode attribute with the
new_mode_th value"
PICS: DISHM.S.A0003
verification: |
./chip-tool dishwashermode write on-mode 2 1 1
On TH(chip-tool) log, Verify DUT responds with a successful (value 0x00) status response and below is the sample log provided for the raspi platform:
[1690189470.746137][16086:16088] CHIP:DMG: {
[1690189470.746140][16086:16088] CHIP:DMG: status = 0x00 (SUCCESS),
[1690189470.746142][16086:16088] CHIP:DMG: },
disabled: true
- label: "Step 8: TH reads from the DUT the OnMode attribute."
PICS: DISHM.S.A0003 && MOD.S.F00
verification: |
./chip-tool dishwashermode read on-mode 1 1
On TH(chip-tool), Verify that OnMode attribute value is an integer
- Save the value as new_on_mode_dut and is equal to new_mode_th and below is the sample log provided for the raspi platform, here OnMode attribute value is 2
[1690189501.554415][16104:16106] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0003 DataVersion: 1012425329
[1690189501.554429][16104:16106] CHIP:TOO: OnMode: 2
disabled: true
- label:
"Step 9: TH writes to the DUT the StartUpOnOff attribute with the
value 1."
PICS: OO.S.A4003
verification: |
./chip-tool onoff write start-up-on-off 1 1 1
On TH(chip-tool) log, Verify DUT responds with a successful (value 0x00) status response and below is the sample log provided for the raspi platform:
[1651101661960] [90832:7598169] CHIP: [DMG] {
[1651101661960] [90832:7598169] CHIP: [DMG] status = 0x00 (SUCCESS),
[1651101661960] [90832:7598169] CHIP: [DMG] },
disabled: true
- label: "Step 10: Physically power cycle the device"
verification: |
Physically power cycle the device.
disabled: true
- label: "Step 11: TH reads from the DUT the StartUpMode attribute."
PICS: DISHM.S.A0002
verification: |
./chip-tool dishwashermode read start-up-mode 1 1
On TH(chip-tool), Verify that StartUpMode attribute value is an integer and is equal to new_start_up_mode_th, below is the sample log provided for the raspi platform, Here StartUpMode attribute value is 0
[1651099663211] [82177:7560652] CHIP: [TOO] Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0004 DataVersion: 2609052118
[1651099663212] [82177:7560652] CHIP: [TOO] StartUpMode: 0
disabled: true
- label: "Step 12: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
./chip-tool dishwashermode read current-mode 1 1
On TH(chip-tool), Verify that CurrentMode attribute value is an integer value and is equal to new_on_mode_dut, below is the sample log provided for the raspi platform, Here CurrentMode attribute value is 2
[1690189536.790233][16118:16120] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0059 Attribute 0x0000_0001 DataVersion: 4080703118
[1690189536.790280][16118:16120] CHIP:TOO: CurrentMode: 2
disabled: true