Skip to content

Commit 30c2692

Browse files
committed
Updated steps labels as per comments
1 parent 1392580 commit 30c2692

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

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

+8-7
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
name: 217.2.7 [TC-ICDM-5.1] Operating Mode with DUT as Server
1717

1818
PICS:
19-
- ICDM.C
19+
- ICDM.S
20+
- ICDM.S.F02
2021

2122
config:
2223
nodeId: 0x12344321
2324
cluster: "Basic Information"
2425
endpoint: 0
2526

2627
tests:
27-
- label: "Step 1a: TH reads from the DUT the RegisteredClients attribute."
28+
- label: "Step 1: TH reads from the DUT the RegisteredClients attribute."
2829
verification: |
2930
TH reads the RegisteredClients attribute from the DUT. If a RegisteredClients entry is present, TH sends an unregisterclient command and ensures that the RegisteredClients attribute is empty.
3031
@@ -54,7 +55,7 @@ tests:
5455
[1718186254.440975][2107:2109] CHIP:EM: <<< [E:34037i S:6387 M:176502552 (Ack:72711783)] (S) Msg TX to 1:0000000000000001 [2695] [UDP:[fe80::e65f:1ff:fe49:ae1a%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck)
5556
disabled: true
5657

57-
- label: "Step 1b: TH reads from the DUT the OperatingMode attribute."
58+
- label: "Step 2a: TH reads from the DUT the OperatingMode attribute."
5859
verification: |
5960
./chip-tool icdmanagement read operating-mode 1 0
6061
On TH, Verify that the DUT response contains value of OperatingMode=0 (SIT Operating Mode).
@@ -64,7 +65,7 @@ tests:
6465
[1718186318.145179][2111:2113] CHIP:EM: Flushed pending ack for MessageCounter:236448256 on exchange 841i
6566
disabled: true
6667

67-
- label: "Step 1c: Verify that the ICD DNS-SD TXT key is present."
68+
- label: "Step 2b: Verify that the ICD DNS-SD TXT key is present."
6869
verification: |
6970
avahi-browse -r _matter._tcp
7071
on TH, Verify that ICD DNS-SD TXT key shows ICD=0.
@@ -77,7 +78,7 @@ tests:
7778
disabled: true
7879

7980
- label:
80-
"Step 2: TH sends RegisterClient command. - CheckInNodeID:
81+
"Step 3a: TH sends RegisterClient command. - CheckInNodeID:
8182
CheckInNodeID1 - MonitoredSubject: MonitoredSubID1 - Key: Key1"
8283
verification: |
8384
./chip-tool icdmanagement register-client 1 2 hex:abcdef1234567890abcdef1234567890 1 1 0
@@ -93,7 +94,7 @@ tests:
9394
[1720525842.162] [3915:3917] [EM] <<< [E:37646i S:31390 M:250907743 (Ack:224253965)] (S) Msg TX to 1:0000000000000001 [D503] [UDP:[fe80::e65f:1ff:fe49:ae1a%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck)
9495
disabled: true
9596

96-
- label: "Step 3a: TH reads from the DUT the OperatingMode attribute."
97+
- label: "Step 3b: TH reads from the DUT the OperatingMode attribute."
9798
verification: |
9899
./chip-tool icdmanagement read operating-mode 1 0
99100
On TH, Verify that the DUT response contains value of OperatingMode=1 LIT Operating Mode).
@@ -104,7 +105,7 @@ tests:
104105
[1718186495.397302][2125:2127] CHIP:EM: <<< [E:57791i S:63297 M:51633949 (Ack:59403812)] (S) Msg TX to 1:0000000000000001 [2695] [UDP:[fe80::e65f:1ff:fe49:ae1a%eth0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck)
105106
disabled: true
106107

107-
- label: "Step 3b: Verify that mDNS is advertising ICD key."
108+
- label: "Step 3c: Verify that mDNS is advertising ICD key."
108109
verification: |
109110
avahi-browse -r _matter._tcp
110111
On TH, Verify that ICD DNS-SD TXT key shows ICD=1.

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

+13
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ config:
2525
endpoint: 0
2626

2727
tests:
28+
- label: "Precondition"
29+
verification: |
30+
Use the below commands to provision the DUT with 2 TH's
31+
execute the below mentioned command to put DUT into a commissionable state, Pls use equivalent command on the respective DUT
32+
./lit-icd-app
33+
34+
Once DUT reach the commissionable state pls send below mentioned command on TH's respectively. Pls use equivalent command on the respective DUT
35+
36+
Provision the device using chip tool on first controller(TH1)
37+
./chip-tool pairing onnetwork 1 20202021
38+
./chip-tool pairing open-commissioning-window 1 1 400 2000 3840
39+
disabled: true
40+
2841
- label:
2942
"Step 1a: TH1 reads from the DUT the RegisteredClients attribute.
3043
RegisteredClients is empty."

0 commit comments

Comments
 (0)