Skip to content

Commit 2207e90

Browse files
committed
arm fail safe after commissioning complete command
1 parent aaa8a20 commit 2207e90

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

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

+26-15
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,19 @@ tests:
131131
( Pre-Condition)
132132
disabled: true
133133

134+
- label:
135+
"Step 8: TH sends ArmFailSafe command to the DUT with the
136+
ExpiryLengthSeconds field set to 900"
137+
verification: |
138+
./chip-tool generalcommissioning arm-fail-safe 900 0 1 0
139+
140+
141+
The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4
142+
( Pre-Condition)
143+
disabled: true
144+
134145
- label:
135-
"Step 8: TH sends ReorderNetwork Command to the DUT with the following
146+
"Step 9: TH sends ReorderNetwork Command to the DUT with the following
136147
fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2.
137148
NetworkIndex is 'MaxNetworksValue' 3. Breadcrumb is 2"
138149
PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx
@@ -144,7 +155,7 @@ tests:
144155
disabled: true
145156

146157
- label:
147-
"Step 9: TH reads Breadcumb attribute from the General Commissioning
158+
"Step 10: TH reads Breadcumb attribute from the General Commissioning
148159
Cluster"
149160
verification: |
150161
./chip-tool generalcommissioning read breadcrumb 1 0
@@ -154,7 +165,7 @@ tests:
154165
disabled: true
155166

156167
- label:
157-
"Step 10: TH sends ReorderNetwork Command to the DUT with the
168+
"Step 11: TH sends ReorderNetwork Command to the DUT with the
158169
following fields: 1. NetworkID is a NetworkID value NOT present in
159170
'OriginalNetworkList' 2.NetworkIndex is'Midpoint' 3.Breadcrumb is 2"
160171
PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx
@@ -164,7 +175,7 @@ tests:
164175
disabled: true
165176

166177
- label:
167-
"Step 11: TH reads Breadcumb attribute from the General Commissioning
178+
"Step 12: TH reads Breadcumb attribute from the General Commissioning
168179
Cluster"
169180
verification: |
170181
./chip-tool generalcommissioning read breadcrumb 1 0
@@ -174,7 +185,7 @@ tests:
174185
disabled: true
175186

176187
- label:
177-
"Step 12: TH sends ReorderNetwork Command to the DUT with the
188+
"Step 13: TH sends ReorderNetwork Command to the DUT with the
178189
following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID
179190
2. NetworkIndex is 'Midpoint' 3. Breadcrumb is 2"
180191
PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx
@@ -186,7 +197,7 @@ tests:
186197
disabled: true
187198

188199
- label:
189-
"Step 13: TH reads Breadcrumb attribute from the GeneralCommissioning
200+
"Step 14: TH reads Breadcrumb attribute from the GeneralCommissioning
190201
Cluster"
191202
verification: |
192203
./chip-tool generalcommissioning read breadcrumb 1 0
@@ -195,7 +206,7 @@ tests:
195206
( Pre-Condition)
196207
disabled: true
197208

198-
- label: "Step 14: TH reads Networks attribute list from the DUT"
209+
- label: "Step 15: TH reads Networks attribute list from the DUT"
199210
PICS: CNET.S.A0001
200211
verification: |
201212
./chip-tool networkcommissioning read networks 1 0
@@ -205,7 +216,7 @@ tests:
205216
disabled: true
206217

207218
- label:
208-
"Step 15: TH sends ArmFailSafe command to the DUT with
219+
"Step 16: TH sends ArmFailSafe command to the DUT with
209220
ExpiryLengthSeconds set to 0"
210221
verification: |
211222
./chip-tool generalcommissioning arm-fail-safe 0 0 1 0
@@ -214,7 +225,7 @@ tests:
214225
( Pre-Condition)
215226
disabled: true
216227

217-
- label: "Step 16: TH reads Networks attribute list from the DUT"
228+
- label: "Step 17: TH reads Networks attribute list from the DUT"
218229
PICS: CNET.S.A0001
219230
verification: |
220231
./chip-tool networkcommissioning read networks 1 0
@@ -224,7 +235,7 @@ tests:
224235
disabled: true
225236

226237
- label:
227-
"Step 17: TH sends ArmFailSafe command to the DUT with
238+
"Step 18: TH sends ArmFailSafe command to the DUT with
228239
ExpiryLengthSeconds set to 900"
229240
verification: |
230241
./chip-tool generalcommissioning arm-fail-safe 900 0 1 0
@@ -235,7 +246,7 @@ tests:
235246
disabled: true
236247

237248
- label:
238-
"Step 18: TH sends AddOrUpdateWiFiNetwork command to the DUT. This
249+
"Step 19: TH sends AddOrUpdateWiFiNetwork command to the DUT. This
239250
step should be repeated 'RemainingNetworkSlots' times using DIFFERENT
240251
SSID and credential values and Breadcrumb field set to 1. Note that
241252
these credentials are NOT required to be connectable."
@@ -246,7 +257,7 @@ tests:
246257
disabled: true
247258

248259
- label:
249-
"Step 19: TH sends ReorderNetwork Command to the DUT with the
260+
"Step 20: TH sends ReorderNetwork Command to the DUT with the
250261
following fields: 1. NetworkID is
251262
PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID2.NetworkIndex is
252263
'Midpoint'3.Breadcrumb is 2"
@@ -256,7 +267,7 @@ tests:
256267
( Pre-Condition)
257268
disabled: true
258269

259-
- label: "Step 20: TH sends the CommissioningComplete command to the DUT"
270+
- label: "Step 21: TH sends the CommissioningComplete command to the DUT"
260271
verification: |
261272
./chip-tool generalcommissioning CommissioningComplete 1 0
262273
@@ -265,7 +276,7 @@ tests:
265276
disabled: true
266277

267278
- label:
268-
"Step 21: TH sends ArmFailSafe command to the DUT with
279+
"Step 22: TH sends ArmFailSafe command to the DUT with
269280
ExpiryLengthSeconds set to 0"
270281
verification: |
271282
./chip-tool generalcommissioning arm-fail-safe 0 0 1 0
@@ -274,7 +285,7 @@ tests:
274285
( Pre-Condition)
275286
disabled: true
276287

277-
- label: "Step 22: TH reads Networks attribute list from the DUT"
288+
- label: "Step 23: TH reads Networks attribute list from the DUT"
278289
PICS: CNET.S.A0001
279290
verification: |
280291
./chip-tool networkcommissioning read networks 1 0

0 commit comments

Comments
 (0)