File tree Expand file tree Collapse file tree
src/app/tests/suites/certification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 - label : " Is the commissionee device a barrier access device?"
7474 id : MCORE.DD.DEV_BARRIER
7575
76- - label :
77- " Does the commissionee device have a vendor specific information
78- element (IE)?"
79- id : MCORE.DD.IE
80-
8176 - label :
8277 " Does the commissionee device or device packaging have a QR code based
8378 onboarding payload?"
@@ -132,9 +127,6 @@ PICS:
132127 " Does the commissioner support Discovery Capability over IP Network?"
133128 id : MCORE.DD.DISCOVERY_IP
134129
135- - label : " Does the commissioner support Discovery Capability over SoftAP?"
136- id : MCORE.DD.DISCOVERY_SOFTAP
137-
138130 - label : " Does the commissioner support Discovery Capability over Wifi-PAF?"
139131 id : MCORE.DD.DISCOVERY_PAF
140132
Original file line number Diff line number Diff line change @@ -219,26 +219,8 @@ tests:
219219 $sudo ./chip-all-clusters-app --wifi --wifipaf freq_list=5745
220220 disabled : true
221221
222- - label : " Step 10: TH scans and finds the DUT SSID"
223- PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_SOFTAP
224- verification : |
225- Out of Scope : SoftAP commissioning is currently not supported.
226- disabled : true
227-
228- - label :
229- " Step 11: TH scans and finds the DUT SSID TH sends to DUT a 1st power
230- cycle command (or reset manually) TH sends to DUT a 2nd power cycle
231- command (or reset manually)"
232- PICS : MCORE.COM.WIFI && MCORE.DD.DISCOVERY_SOFTAP
233- verification : |
234- Out of Scope : SoftAP commissioning is currently not supported.
235- disabled : true
236-
237- - label : " Step 12: TH scans and finds the DUT SSID"
238- PICS : MCORE.COM.WIFI && MCORE.DD.IE
239- verification : |
240- Out of Scope : SoftAP commissioning is currently not supported.
241- disabled : true
222+ # TODO(https://github.com/project-chip/matter-test-scripts/issues/777):
223+ # PAF steps are missing
242224
243225 - label :
244226 " Step 12: TH and DUT are connected to the same network through
Original file line number Diff line number Diff line change @@ -1088,12 +1088,10 @@ BIND.S.A0000=1
10881088BIND.C=0
10891089
10901090# Device Discovery
1091- MCORE.DD.DISCOVERY_SOFTAP=0
10921091MCORE.DD.DISCOVERY_PAF=0
10931092MCORE.DD.CHIP_DEV=1
10941093MCORE.DD.DEV_LOCK=1
10951094MCORE.DD.DEV_BARRIER=1
1096- MCORE.DD.IE=1
10971095MCORE.DD.QR=1
10981096MCORE.DD.MANUAL_PC=1
10991097MCORE.DD.NFC=1
You can’t perform that action at this time.
0 commit comments