We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ca47e commit 207cdfaCopy full SHA for 207cdfa
src/python_testing/TC_SC_4_3.py
@@ -57,7 +57,7 @@
57
class TC_SC_4_3(MatterBaseTest):
58
59
def steps_TC_SC_4_3(self):
60
- return [TestStep(1, "DUT is commissioned on the same fabric as TH."),
+ return [TestStep(1, "DUT is commissioned on the same fabric as TH.", is_commissioning=True),
61
TestStep(2, "TH reads ServerList attribute from the Descriptor cluster on EP0. ",
62
"If the ICD Management cluster ID (70,0x46) is present in the list, set supports_icd to true, otherwise set supports_icd to false."),
63
TestStep(3,
0 commit comments