forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest_TC_DISHM_2_1.yaml
186 lines (155 loc) · 7.91 KB
/
Test_TC_DISHM_2_1.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
# 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: 194.2.1. [TC-DISHM-2.1] ChangeToModeWithStatus Verification DUT as Server
PICS:
- DISHM.S
config:
nodeId: 0x12344321
cluster: "Dishwasher Mode"
endpoint: 0
tests:
- label:
"Step 1: Commission DUT to TH (can be skipped if done in a preceding
test)."
verification: |
disabled: true
# Reference Issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/3204
- label: "Step 2: 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 SupportedModes attribute should contain two or more ModeOptionsStruct entries and
Save the Mode field values as supported_modes_dut. 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: }
disabled: true
- label: "Step 2: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
./chip-tool dishwashermode read current-mode 1 1
Verify on TH(chip-tool) logs, CurrentMode attribute value is an integer value
- Save the value as old_current_mode_dut
- Select a value from supported_modes_dut, different from old_current_mode_dut, and which corresponds to a mode the device can switch to, given its current state and save this value as new_mode_th
- Select a value which is NOT in supported_modes_dut and save it as invalid_mode_th,
below is the sample log provided for the raspi platform:
[1685018283.726571][16418:16420] CHIP:DMG: SuppressResponse = true,
[1685018283.726581][16418:16420] CHIP:DMG: InteractionModelRevision = 1
[1685018283.726589][16418:16420] CHIP:DMG: }
[1685018283.726667][16418:16420] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0003 DataVersion: 3898153349
[1685018283.726680][16418:16420] CHIP:TOO: CurrentMode: 0
disabled: true
- label:
"Step 3: TH sends a ChangeToMode command to the DUT with NewMode set
to old_current_mode_dut"
PICS: DISHM.S.C00.Rsp
verification: |
ChangeToModeWithStatus Command is not impleented.
disabled: true
- label:
"Step 4: Manually put the device in a state from which it will FAIL to
transition to PIXIT.DISHM.MODE_CHANGE_FAIL"
verification: |
ChangeToModeWithStatus Command is not implented.
disabled: true
- label: "Step 5: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
./chip-tool dishwashermode read current-mode 1 1
Verify on TH(chip-tool) logs, CurrentMode attribute value is an integer value and equal to the new_mode_th, below is the sample log provided for the raspi platform:
[1685018283.726571][16418:16420] CHIP:DMG: SuppressResponse = true,
[1685018283.726581][16418:16420] CHIP:DMG: InteractionModelRevision = 1
[1685018283.726589][16418:16420] CHIP:DMG: }
[1685018283.726667][16418:16420] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0050 Attribute 0x0000_0003 DataVersion: 3898153349
[1685018283.726680][16418:16420] CHIP:TOO: CurrentMode: 0
disabled: true
- label:
"Step 6: TH sends a ChangeToMode command to the DUT with NewMode set
to PIXIT.DISHM.MODE_CHANGE_FAIL"
PICS: DISHM.S.C00.Rsp
verification: |
ChangeToModeWithStatus Command is not implented.
disabled: true
- label: "Step 7: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
disabled: true
- label:
"Step 8: Manually put the device in a state from which it will
SUCCESSFULLY transition to PIXIT.DISHM.MODE_CHANGE_OK"
verification: |
disabled: true
- label: "Step 9: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
disabled: true
- label:
"Step 10: TH sends a ChangeToMode command to the DUT with NewMode set
to PIXIT.DISHM.MODE_CHANGE_OK"
PICS: DISHM.S.C00.Rsp
verification: |
disabled: true
- label: "Step 11: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
disabled: true
- label:
"Step 12: TH sends a ChangeToMode command to the DUT with NewMode set
to invalid_mode_th"
PICS: DISHM.S.C00.Rsp
verification: |
disabled: true
- label: "Step 13: TH reads from the DUT the CurrentMode attribute."
PICS: DISHM.S.A0001
verification: |
disabled: true