Skip to content

Commit b1624b9

Browse files
committed
Add description
1 parent 71399f9 commit b1624b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/python_testing/TC_DA_1_2.py

+3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ def parse_ids_from_certs(dac: x509.Certificate, pai: x509.Certificate) -> tuple(
103103

104104

105105
class TC_DA_1_2(MatterBaseTest):
106+
def desc_TC_DA_1_2(self):
107+
return "Device Attestation Request Validation [DUT - Commissionee]"
108+
106109
def steps_TC_DA_1_2(self):
107110
return [TestStep(0, "Commission DUT if not done", is_commissioning=True),
108111
TestStep(1, "TH1 generates 32-byte AttestationNonce and saves as `nonce", ""),

0 commit comments

Comments
 (0)