@@ -36,7 +36,7 @@ config:
36
36
defaultValue : " hex:b96170aae803346884724fe9a3b287c30330c2a660375d17bb205a8cf1aecb350457f8ab79ee253ab6a8e46bb09e543ae422736de501e3db37d441fe344920d09548e4c18240630c4ff4913c53513839b7c07fcc0627a1b8573a149fcd1fa466cf"
37
37
38
38
tests :
39
- - label : " Wait for the commissioned device to be retrieved for TH1"
39
+ - label : " Step 1: Wait for the commissioned device to be retrieved for TH1"
40
40
cluster : " DelayCommands"
41
41
command : " WaitForCommissionee"
42
42
arguments :
81
81
- name : " expectedValue"
82
82
value : " y"
83
83
84
- - label : " Open Commissioning Window from alpha"
84
+ - label : " Step 2: Open Commissioning Window from alpha"
85
85
cluster : " Administrator Commissioning"
86
86
command : " OpenCommissioningWindow"
87
87
timedInteractionTimeoutMs : 10000
@@ -108,7 +108,7 @@ tests:
108
108
- name : " ms"
109
109
value : waitAfterCommissioning
110
110
111
- - label : " Commission from TH2"
111
+ - label : " Step 3: Commission from TH2"
112
112
identity : " beta"
113
113
cluster : " CommissionerCommands"
114
114
command : " PairWithCode"
@@ -130,7 +130,7 @@ tests:
130
130
- name : " nodeId"
131
131
value : nodeId
132
132
133
- - label : " TH2 reads the fabric index"
133
+ - label : " Step 4: TH2 reads the fabric index"
134
134
identity : " beta"
135
135
PICS : PICS_SDK_CI_ONLY
136
136
cluster : " Operational Credentials"
@@ -140,7 +140,7 @@ tests:
140
140
saveAs : th2FabricIndex
141
141
142
142
# Issue https://github.com/CHIP-Specifications/chip-certification-tool/issues/768
143
- - label : " TH2 reads the fabric index"
143
+ - label : " Step 4: TH2 reads the fabric index"
144
144
verification : |
145
145
./chip-tool operationalcredentials read current-fabric-index 2 0 --commissioner-name beta
146
146
@@ -168,7 +168,8 @@ tests:
168
168
- name : " nodeId"
169
169
saveAs : commissionerNodeIdAlpha
170
170
171
- - label : " TH1 writes ACL giving view privilege for descriptor cluster"
171
+ - label :
172
+ " Step 5: TH1 writes ACL giving view privilege for descriptor cluster"
172
173
command : " writeAttribute"
173
174
attribute : " ACL"
174
175
arguments :
@@ -201,7 +202,7 @@ tests:
201
202
- name : " nodeId"
202
203
saveAs : commissionerNodeIdBeta
203
204
204
- - label : " TH2 writes ACL giving view privilge for basic cluster"
205
+ - label : " Step 6: TH2 writes ACL giving view privilge for basic cluster"
205
206
identity : beta
206
207
PICS : PICS_SDK_CI_ONLY
207
208
command : " writeAttribute"
@@ -227,7 +228,7 @@ tests:
227
228
]
228
229
229
230
# Issue https://github.com/CHIP-Specifications/chip-certification-tool/issues/768
230
- - label : " TH2 writes ACL giving view privilge for basic cluster"
231
+ - label : " Step 6: TH2 writes ACL giving view privilge for basic cluster"
231
232
verification : |
232
233
./chip-tool accesscontrol write acl '[{"fabricIndex": 2, "privilege": 5, "authMode": 2, "subjects": [223344], "targets": [{ "cluster": 31, "endpoint": 0, "deviceType": null }]}, {"fabricIndex": 2, "privilege": 1, "authMode": 2, "subjects": null, "targets": [{ "cluster": 40, "endpoint": 0, "deviceType": null }]}]' 2 0 --commissioner-name beta
233
234
@@ -248,19 +249,19 @@ tests:
248
249
- name : " expectedValue"
249
250
value : " y"
250
251
251
- - label : " TH1 reads descriptor cluster - expect SUCCESS"
252
+ - label : " Step 7: TH1 reads descriptor cluster - expect SUCCESS"
252
253
command : " readAttribute"
253
254
cluster : " Descriptor"
254
255
attribute : " DeviceTypeList"
255
256
256
- - label : " TH1 reads basic cluster - expect UNSUPPORTED_ACCESS"
257
+ - label : " Step 8: TH1 reads basic cluster - expect UNSUPPORTED_ACCESS"
257
258
command : " readAttribute"
258
259
cluster : " Basic Information"
259
260
attribute : " VendorID"
260
261
response :
261
262
error : UNSUPPORTED_ACCESS
262
263
263
- - label : " TH2 reads descriptor cluster - expect UNSUPPORTED_ACCESS"
264
+ - label : " Step 9: TH2 reads descriptor cluster - expect UNSUPPORTED_ACCESS"
264
265
identity : " beta"
265
266
PICS : PICS_SDK_CI_ONLY
266
267
command : " readAttribute"
@@ -270,7 +271,7 @@ tests:
270
271
error : UNSUPPORTED_ACCESS
271
272
272
273
# Issue https://github.com/CHIP-Specifications/chip-certification-tool/issues/768
273
- - label : " TH2 reads descriptor cluster - expect UNSUPPORTED_ACCESS"
274
+ - label : " Step 9: TH2 reads descriptor cluster - expect UNSUPPORTED_ACCESS"
274
275
verification : |
275
276
./chip-tool descriptor read device-type-list 2 0 --commissioner-name beta
276
277
@@ -290,15 +291,15 @@ tests:
290
291
- name : " expectedValue"
291
292
value : " y"
292
293
293
- - label : " TH2 reads basic cluster - expect SUCCESS"
294
+ - label : " Step 10: TH2 reads basic cluster - expect SUCCESS"
294
295
identity : " beta"
295
296
PICS : PICS_SDK_CI_ONLY
296
297
command : " readAttribute"
297
298
cluster : " Basic Information"
298
299
attribute : " VendorID"
299
300
300
301
# Issue https://github.com/CHIP-Specifications/chip-certification-tool/issues/768
301
- - label : " TH2 writes Extension attribute value as empty list "
302
+ - label : " Step 10: TH2 reads basic cluster - expect SUCCESS "
302
303
verification : |
303
304
./chip-tool basicinformation read vendor-id 2 0 --commissioner-name beta
304
305
@@ -317,7 +318,7 @@ tests:
317
318
- name : " expectedValue"
318
319
value : " y"
319
320
320
- - label : " TH1 resets ACL to default"
321
+ - label : " Step 11: TH1 resets ACL to default"
321
322
command : " writeAttribute"
322
323
attribute : " ACL"
323
324
arguments :
@@ -331,7 +332,7 @@ tests:
331
332
},
332
333
]
333
334
334
- - label : " TH1 sends RemoveFabric command for TH2"
335
+ - label : " Step 12: TH1 sends RemoveFabric command for TH2"
335
336
cluster : " Operational Credentials"
336
337
PICS : PICS_SDK_CI_ONLY
337
338
command : " RemoveFabric"
@@ -341,7 +342,7 @@ tests:
341
342
value : th2FabricIndex
342
343
343
344
# Issue https://github.com/CHIP-Specifications/chip-certification-tool/issues/768
344
- - label : " TH1 sends RemoveFabric command for TH2"
345
+ - label : " Step 12: TH1 sends RemoveFabric command for TH2"
345
346
verification : |
346
347
./chip-tool operationalcredentials remove-fabric 2 1 0
347
348
0 commit comments