Skip to content

Commit 046da63

Browse files
Ashwinigrlrestyled-commits
authored andcommitted
Updated TC-DD-1.10 YAML script with more detailed descriptions for test steps 1 and 2 (project-chip#37424)
* Updated TC-DD-1.10 YAML script with more detailed descriptions for test step 2 and 3 * Restyled by whitespace * Updated the TC-DD-1.10 Yaml script with missing details * Restyled by whitespace * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent cf10f8a commit 046da63

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

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

+25-18
Original file line numberDiff line numberDiff line change
@@ -61,26 +61,33 @@ tests:
6161
"Step 1: Power up the TH Device and put the TH Device in commissioning
6262
mode"
6363
verification: |
64-
1. Launch TH that has NFC tag
65-
./chip-all-clusters-app
66-
...
67-
[1646286638.375844][11651:11651] CHIP:DL: Device Configuration:
68-
[1646286638.375960][11651:11651] CHIP:DL: Serial Number: TEST_SN
69-
[1646286638.376016][11651:11651] CHIP:DL: Vendor Id: 65521 (0xFFF1)
70-
[1646286638.376066][11651:11651] CHIP:DL: Product Id: 32769 (0x8001)
71-
[1646286638.376153][11651:11651] CHIP:DL: Hardware Version: 0
72-
[1646286638.377458][11651:11651] CHIP:DL: Setup Pin Code: 20202021
73-
[1646286638.377541][11651:11651] CHIP:DL: Setup Discriminator: 3840 (0xF00)
74-
[1646286638.377611][11651:11651] CHIP:DL: Manufacturing Date: (not set)
75-
[1646286638.377664][11651:11651] CHIP:DL: Device Type: 65535 (0xFFFF)
76-
[1646286638.377771][11651:11651] CHIP:SVR: SetupQRCode: [MT:-24J042C00KA0648G00]
77-
[1646286638.377865][11651:11651] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
78-
[1646286638.377915][11651:11651] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
79-
[1646286638.377986][11651:11651] CHIP:SVR: Manual pairing code: [34970112332]
80-
[1646286638.378089][11651:11651] CHIP:SVR: Long manual pairing code: [749701123365521327694]
64+
65+
Power on the TH Device with NFC tag, put it in Commissioning mode, and verify that TH is in a state to be commissioned by the DUT.
66+
67+
I: 355 [DL]Device Configuration:
68+
I: 358 [DL] Serial Number: 11223344556677889900
69+
I: 362 [DL] Vendor Id: 65521 (0xFFF1)
70+
I: 366 [DL] Product Id: 32769 (0x8001)
71+
I: 369 [DL] Product Name: not-specified
72+
I: 373 [DL] Hardware Version: 0
73+
I: 377 [DL] Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
74+
I: 382 [DL] Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
75+
I: 389 [DL] Manufacturing Date: (not set)
76+
I: 393 [DL] Device Type: 65535 (0xFFFF)
77+
I: 397 [SVR]SetupQRCode: [MT:-24J042C00KA0648G00]
78+
I: 401 [SVR]Copy/paste the below URL in a browser to see the QR Code:
79+
I: 408 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
80+
I: 417 [SVR]Manual pairing code: [34970112332]
81+
I: 422 [DL]CHIP task running
82+
I: 426 [DL]CHIPoBLE advertising started
83+
I: 430 [SVR]Cannot load binding table: a0
84+
I: 435 [DL]NFC Tag emulation started
8185
disabled: true
8286

8387
- label: "Step 2: Bring the DUT close to the NFC tag for the TH Device"
8488
verification: |
85-
Vendor specific field testcase as chip-all-clusters-app does not have an NFC tag to scan
89+
1. Bring and hold the DUT close to the NFC tag on the TH Device.
90+
2. Check whether the DUT can read the NFC tag.
91+
3. If the DUT can read the NFC tag, it should retrieve the information needed for onboarding.
92+
4. Verify that the DUT can successfully read and decode the NFC tag’s onboarding payload such as the setup code, device details and use the retrieved information to onboard the TH device onto the Matter network.
8693
disabled: true

0 commit comments

Comments
 (0)