@@ -35,13 +35,14 @@ tests:
35
35
disabled : true
36
36
37
37
- label :
38
- " Step 1: If TH is aware of the DUT' s Discovery Capability Bitmask, it
38
+ " Step 1: If TH is aware of the DUT’ s Discovery Capability Bitmask, it
39
39
SHALL initiate Device Discovery in any order of priority on all the
40
40
networking technologies that are supported by both the TH and the DUT
41
- If TH is unaware of the DUT' s Discovery Capability Bitmask, it SHALL
41
+ If TH is unaware of the DUT’ s Discovery Capability Bitmask, it MAY
42
42
initiate Device Discovery in any order on all the networking
43
- technologies it supports out of Wi-Fi Soft-AP, BLE, and on IP network
44
- discovery."
43
+ technologies it supports out of Wi-Fi Soft-AP, Wi-Fi PAF, BLE, and on
44
+ IP network discovery, or initiate Device Discovery on a specific
45
+ networking technology."
45
46
verification : |
46
47
TH selects the DUT's capability bitmask and start the commissiong process accordingly
47
48
No applicable TH or DUT logs.
@@ -137,8 +138,8 @@ tests:
137
138
disabled : true
138
139
139
140
- label :
140
- " Step 7 : TH does not respond to DUT and DUT keeps sending ADVs. TH
141
- waits at least 15 minutes "
141
+ " Step 7a : TH waits until T0+ 2 minutes and 45 seconds and confirms
142
+ that the DUT is still sending ADVs. "
142
143
PICS : MCORE.COM.BLE
143
144
verification : |
144
145
No applicable TH logs.
@@ -148,39 +149,94 @@ tests:
148
149
OR
149
150
HCIDump (https://ubuntu.com/core/docs/bluez/reference/commands)
150
151
2. After DUT has been advertising for 2min59sec (right before the minimum 3min mark), check that the DUT is still advertising over BLE
151
- 3. After DUT has been advertising for 15min, check that the DUT has stopped advertising over BLE
152
152
disabled : true
153
153
154
- - label : " Step 8: TH scans and finds the DUT SSID"
155
- PICS : MCORE.COM.WIFI
154
+ - label :
155
+ " Step 7b: TH waits until T0+ 15 minutes and checks if the DUT is
156
+ sending ADVs."
157
+ PICS : MCORE.COM.BLE
156
158
verification : |
157
- Out of Scope
158
- SoftAP commissioning not currently supported on TH=chip-tool
159
+ No applicable TH logs.
160
+
161
+ 1. Discover commissionables over BLE using a BLE discovery tool of choice.
162
+ Try NRF Connect app (https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-desktop)
163
+ OR
164
+ HCIDump (https://ubuntu.com/core/docs/bluez/reference/commands)
165
+ 2. After DUT has been advertising for 15min(T0+ 15 minutes), check that the DUT has not stopped the advertising over BLE
166
+
167
+ Instruction to verify using NRF Connect app:
168
+ >open nrfconnect app and scan for the device.
169
+ >once the deviceis listed double click on the device to view the ADV data
170
+ >Here you can see the advertisement range under the ADV. interval feild Check the advertisement range is grater than 1200ms
171
+ if the advertising rate is not 1285ms +/- 10ms, even though this is legal, since 1285ms is a SHOULD in the core specification.
172
+ >Click on the raw data option in theselected device, where you can get the 16-bit data
173
+ For example, "0xF6FF00050F0000000002" would translate to:
174
+ 0xF6, 0xFF= 0xFFF6 = 16-bit Matter UUID assigned by Bluetooth SIG
175
+ 0x00 = 0x00 (Commissionable) = Matter BLE OpCode
176
+ 0x01, 0x0F = 0x0F01 = 3841 Discriminator
177
+ 0x00, 0x00, = 0x0000 = 0 VendorID
178
+ 0x00, 0x00 = 0x0000 = 0 Product ID
179
+ 0x02 = Additional Data Flag(Extended Announcement)
180
+ here check discrimator and the "vendor-id"&"product-id" feild is set to 0 and Extended Data is set to 1
159
181
disabled : true
160
182
161
183
- label :
162
- " Step 9: TH scans and finds the DUT SSID TH sends to DUT a 1st power
163
- cycle command (or reset manually) TH sends to DUT a 2nd power cycle
164
- command (or reset manually)"
165
- PICS : MCORE.COM.WIFI
184
+ " Step 8a: TH is configured to perform commissioning on Channel 6 in
185
+ 2.4GHz band."
186
+ PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_PAF
187
+ verification : |
188
+ [Configuration command to be filled by NXP]
189
+
190
+ Configure the AP to the PAF working channel and connect TH to AP
191
+ disabled : true
192
+
193
+ - label :
194
+ " Step 8b: TH is configured to perform commissioning on Channel 44 in
195
+ 5GHz band if it is in non-ETSI regulatory domains and on Channel 149
196
+ in 5GHz band if it is in ETSI regulatory domains."
197
+ PICS : MCORE.COM.WIFI && !MCORE.COM.BLE && MCORE.DD.DISCOVERY_PAF
198
+ verification : |
199
+ [Configuration command to be filled by NXP]
200
+
201
+ Configure the AP to the PAF working channel and connect TH to AP
202
+ disabled : true
203
+
204
+ - label : " Step 9: DUT begins sending Wi-Fi PAF Publish messages."
205
+ PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_PAF
206
+ verification : |
207
+ [Verification command to be filled by NXP]
208
+
209
+ * 2.4g:
210
+ $sudo ./chip-all-clusters-app --wifi --wifipaf freq_list=2437
211
+ * 5g, FCC:
212
+ $sudo ./chip-all-clusters-app --wifi --wifipaf freq_list=5220
213
+ * 5g ETSI:
214
+ $sudo ./chip-all-clusters-app --wifi --wifipaf freq_list=5745
215
+ disabled : true
216
+
217
+ - label : " Step 10: TH scans and finds the DUT SSID"
218
+ PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_SOFTAP
166
219
verification : |
167
220
Out of Scope
168
221
SoftAP commissioning not currently supported on TH=chip-tool
169
222
disabled : true
170
223
171
- - label : " Step 10: TH scans and finds the DUT SSID"
172
- PICS : MCORE.COM.WIFI && MCORE.DD.IE
224
+ - label :
225
+ " Step 11: TTH scans and finds the DUT SSID TH sends to DUT a 1st power
226
+ cycle command (or reset manually) TH sends to DUT a 2nd power cycle
227
+ command (or reset manually)"
228
+ PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_SOFTAP
173
229
verification : |
174
230
Out of Scope
175
231
SoftAP commissioning not currently supported on TH=chip-tool
176
232
disabled : true
177
233
178
234
- label :
179
- " Step 11 : TH and DUT are connected to the same network through
235
+ " Step 12 : TH and DUT are connected to the same network through
180
236
vendor-unique means or by commissioning the DUT onto the Matter
181
237
network and opening a commissioning window. The DUT is sending
182
- mandatory Commissionable Node Discovery service records over
183
- DNS-SD.|DUT is able to be discovered over DNS-SD. "
238
+ mandatory Commissionable Node Discovery service records over DNS-SD. "
239
+ PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_SOFTAP
184
240
verification : |
185
241
./chip-all-clusters-app
186
242
...
@@ -220,7 +276,7 @@ tests:
220
276
disabled : true
221
277
222
278
- label :
223
- " Step 12a : TH and DUT are connected to the same network and the DUT is
279
+ " Step 13a : TH and DUT are connected to the same network and the DUT is
224
280
sending optional Commissionable Node Discovery service records over
225
281
DNS-SD."
226
282
PICS : MCORE.DD.TXT_KEY_VP
@@ -262,7 +318,7 @@ tests:
262
318
disabled : true
263
319
264
320
- label :
265
- " Step 12b : TH and DUT are connected to the same network and the DUT is
321
+ " Step 13b : TH and DUT are connected to the same network and the DUT is
266
322
sending optional Commissionable Node Discovery service records over
267
323
DNS-SD."
268
324
PICS : MCORE.DD.TXT_KEY_DT
@@ -304,7 +360,7 @@ tests:
304
360
disabled : true
305
361
306
362
- label :
307
- " Step 12c : TH and DUT are connected to the same network and the DUT is
363
+ " Step 13c : TH and DUT are connected to the same network and the DUT is
308
364
sending optional Commissionable Node Discovery service records over
309
365
DNS-SD."
310
366
PICS : MCORE.DD.TXT_KEY_DN
@@ -346,7 +402,7 @@ tests:
346
402
disabled : true
347
403
348
404
- label :
349
- " Step 12d : TH and DUT are connected to the same network and the DUT is
405
+ " Step 13d : TH and DUT are connected to the same network and the DUT is
350
406
sending optional Commissionable Node Discovery service records over
351
407
DNS-SD."
352
408
PICS : MCORE.DD.TXT_KEY_RI
@@ -388,7 +444,7 @@ tests:
388
444
disabled : true
389
445
390
446
- label :
391
- " Step 12e : TH and DUT are connected to the same network and the DUT is
447
+ " Step 13e : TH and DUT are connected to the same network and the DUT is
392
448
sending optional Commissionable Node Discovery service records over
393
449
DNS-SD."
394
450
PICS : MCORE.DD.TXT_KEY_PH
@@ -430,7 +486,7 @@ tests:
430
486
disabled : true
431
487
432
488
- label :
433
- " Step 12f : TH and DUT are connected to the same network and the DUT is
489
+ " Step 13f : TH and DUT are connected to the same network and the DUT is
434
490
sending optional Commissionable Node Discovery service records over
435
491
DNS-SD."
436
492
PICS : MCORE.DD.TXT_KEY_PI
@@ -471,7 +527,7 @@ tests:
471
527
txt = ["PI=10" "PH=33" "RI=AB" "CM=0" "D=840" "DN=Test Bulb" "DT=257" "VP=65521+32769"]
472
528
disabled : true
473
529
474
- - label : " Step 13 : Place the DUT device into a non-commissionable state"
530
+ - label : " Step 14 : Place the DUT device into a non-commissionable state"
475
531
PICS : MCORE.DD.EXTENDED_DISCOVERY
476
532
verification : |
477
533
1. Vendor specific, take DUT out of commissioning mode
@@ -484,7 +540,7 @@ tests:
484
540
disabled : true
485
541
486
542
- label :
487
- " Step 14a : TH and DUT are connected to the same network and the DUT is
543
+ " Step 15a : TH and DUT are connected to the same network and the DUT is
488
544
sending a Commissionable Node Discovery service record over DNS-SD."
489
545
verification : |
490
546
./chip-tool discover commissionables
@@ -509,7 +565,7 @@ tests:
509
565
disabled : true
510
566
511
567
- label :
512
- " Step 14b : Mandatory Commissioning Subtypes: Send a browse request for
568
+ " Step 15b : Mandatory Commissioning Subtypes: Send a browse request for
513
569
'_services._dns-sd._udp' using a DNS-SD records command-line test tool
514
570
(i.e. 'dns-sd -B _services._dns-sd._udp' or 'avahi-browse
515
571
_services._dns-sd._udp -r')"
@@ -524,7 +580,7 @@ tests:
524
580
disabled : true
525
581
526
582
- label :
527
- " Step 14c : Optional Commissioning Subtypes: Send a browse request for
583
+ " Step 15c : Optional Commissioning Subtypes: Send a browse request for
528
584
'_services._dns-sd._udp' using a DNS-SD records command-line test tool
529
585
(i.e. 'dns-sd -B _services._dns-sd._udp' or 'avahi-browse
530
586
_services._dns-sd._udp -r')"
@@ -537,7 +593,7 @@ tests:
537
593
11:56:29.770 Add 3 7 . _sub.local. _V65521
538
594
disabled : true
539
595
540
- - label : " Step 15a : Place the DUT device into Commissioning mode"
596
+ - label : " Step 16a : Place the DUT device into Commissioning mode"
541
597
verification : |
542
598
$ ./chip-tool discover commissionables
543
599
Verify in TH as commissioner side:
@@ -561,7 +617,7 @@ tests:
561
617
disabled : true
562
618
563
619
- label :
564
- " Step 15b : Send a browse request for '_matterc._udp' using a DNS-SD
620
+ " Step 16b : Send a browse request for '_matterc._udp' using a DNS-SD
565
621
records command-line test tool (i.e. 'dns-sd -B _matterc._udp' or
566
622
'avahi-browse _matterc._udp -r')"
567
623
verification : |
0 commit comments