Skip to content

Commit 207cdfa

Browse files
Adds is_commissioning variable set to True (project-chip#37566)
1 parent 33ca47e commit 207cdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_SC_4_3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
class TC_SC_4_3(MatterBaseTest):
5858

5959
def steps_TC_SC_4_3(self):
60-
return [TestStep(1, "DUT is commissioned on the same fabric as TH."),
60+
return [TestStep(1, "DUT is commissioned on the same fabric as TH.", is_commissioning=True),
6161
TestStep(2, "TH reads ServerList attribute from the Descriptor cluster on EP0. ",
6262
"If the ICD Management cluster ID (70,0x46) is present in the list, set supports_icd to true, otherwise set supports_icd to false."),
6363
TestStep(3,

0 commit comments

Comments
 (0)