You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestStep(1, "TH_CR1 starts a commissioning process with DUT_CE", is_commissioning=True),
283
+
TestStep(
284
+
1, "TH_CR1 starts a commissioning process with DUT_CE", is_commissioning=True),
270
285
TestStep(2, "TH_CR1 reads the BasicCommissioningInfo attribute from the General Commissioning cluster and saves the MaxCumulativeFailsafeSeconds field as max_window_duration."),
271
286
TestStep("3a", "TH_CR1 opens a commissioning window on DUT_CE using a commissioning timeout of max_window_duration using ECM",
272
287
"DUT_CE opens its Commissioning window to allow a second commissioning."),
273
-
TestStep("3b", "DNS-SD records shows DUT_CE advertising", "Verify that the DNS-SD advertisement shows CM=2"),
288
+
TestStep("3b", "DNS-SD records shows DUT_CE advertising",
289
+
"Verify that the DNS-SD advertisement shows CM=2"),
274
290
TestStep("3c", "TH_CR1 writes and reads the Basic Information Cluster’s NodeLabel mandatory attribute of DUT_CE",
275
291
"Verify DUT_CE responds to both write/read with a success"),
276
292
TestStep(4, "TH creates a controller (TH_CR2) on a new fabric and commissions DUT_CE using that controller. TH_CR2 should commission the device using a different NodeID than TH_CR1.",
TestStep(1, "TH_CR1 starts a commissioning process with DUT_CE", is_commissioning=True),
320
+
TestStep(
321
+
1, "TH_CR1 starts a commissioning process with DUT_CE", is_commissioning=True),
304
322
TestStep(2, "TH_CR1 reads the BasicCommissioningInfo attribute from the General Commissioning cluster and saves the MaxCumulativeFailsafeSeconds field as max_window_duration."),
305
323
TestStep("3a", "TH_CR1 opens a commissioning window on DUT_CE using a commissioning timeout of max_window_duration using BCM",
306
324
"DUT_CE opens its Commissioning window to allow a second commissioning."),
307
-
TestStep("3b", "DNS-SD records shows DUT_CE advertising", "Verify that the DNS-SD advertisement shows CM=1"),
325
+
TestStep("3b", "DNS-SD records shows DUT_CE advertising",
326
+
"Verify that the DNS-SD advertisement shows CM=1"),
308
327
TestStep("3c", "TH_CR1 writes and reads the Basic Information Cluster’s NodeLabel mandatory attribute of DUT_CE",
309
328
"Verify DUT_CE responds to both write/read with a success"),
310
329
TestStep(4, "TH creates a controller (TH_CR2) on a new fabric and commissions DUT_CE using that controller. TH_CR2 should commission the device using a different NodeID than TH_CR1.",
0 commit comments