Skip to content

Commit 2a94560

Browse files
authored
TC-DD-2.1: Remove softap steps. (#71781)
These were removed in CHIP-Specifications/chip-test-plans#5166
1 parent 0f2a029 commit 2a94560

3 files changed

Lines changed: 2 additions & 30 deletions

File tree

src/app/tests/suites/certification/PICS.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ PICS:
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

src/app/tests/suites/certification/Test_TC_DD_2_1.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff 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

src/app/tests/suites/certification/ci-pics-values

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,12 +1088,10 @@ BIND.S.A0000=1
10881088
BIND.C=0
10891089

10901090
# Device Discovery
1091-
MCORE.DD.DISCOVERY_SOFTAP=0
10921091
MCORE.DD.DISCOVERY_PAF=0
10931092
MCORE.DD.CHIP_DEV=1
10941093
MCORE.DD.DEV_LOCK=1
10951094
MCORE.DD.DEV_BARRIER=1
1096-
MCORE.DD.IE=1
10971095
MCORE.DD.QR=1
10981096
MCORE.DD.MANUAL_PC=1
10991097
MCORE.DD.NFC=1

0 commit comments

Comments
 (0)