@@ -35,6 +35,47 @@ tests:
35
35
2c.TH reads from the DUT the RegisteredClients attribute. Verify that the DUT response contains empty list of registered clients.
36
36
disabled : true
37
37
38
+ - label :
39
+ " Step 0a: Preconfition 1: Read 'register-clients' by sending the
40
+ command below and note the check-in nodeID for the entries"
41
+ verification : |
42
+ ./chip-tool icdmanagement read registered-clients 1 0
43
+
44
+ [1704888897.027204][71644:71646] CHIP:DMG: }
45
+ [1704888897.027313][71644:71646] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0046 Attribute 0x0000_0003 DataVersion: 852105378
46
+ [1704888897.027351][71644:71646] CHIP:TOO: RegisteredClients: 1 entries
47
+ [1704888897.027394][71644:71646] CHIP:TOO: [1]: {
48
+ [1704888897.027412][71644:71646] CHIP:TOO: CheckInNodeID: 112233
49
+ [1704888897.027421][71644:71646] CHIP:TOO: MonitoredSubject: 112233
50
+ [1704888897.027431][71644:71646] CHIP:TOO: FabricIndex: 1
51
+ [1704888897.027440][71644:71646] CHIP:TOO: }
52
+ [1704888897.027521][71644:71646] CHIP:EM: <<< [E:49337i S:30873 M:176023643 (Ack:200282364)] (S) Msg TX to 1:0000000000000001 [5BF5] [UDP:[fe80::a70c:61dc:df51:6945%enxd03745ce8f62]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck)
53
+ disabled : true
54
+
55
+ - label :
56
+ " Step 0b: Preconfition 2: Please send the 'unregister client' command
57
+ using the check-in nodeID received from the previous read"
58
+ verification : |
59
+ ./chip-tool icdmanagement unregister-client 112233 1 0
60
+
61
+ [1704888949.629057][71657:71659] CHIP:DMG:
62
+ [1704888949.629066][71657:71659] CHIP:DMG: InteractionModelRevision = 11
63
+ [1704888949.629074][71657:71659] CHIP:DMG: },
64
+ [1704888949.629125][71657:71659] CHIP:DMG: Received Command Response Status for Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0002 Status=0x0
65
+ [1704888949.629153][71657:71659] CHIP:DMG: ICR moving to [AwaitingDe]
66
+ disabled : true
67
+
68
+ - label :
69
+ " Step 0c: Preconfition 3: Verify that all entries have been
70
+ successfully unregistered by reading 'register-clients'"
71
+ verification : |
72
+ ./chip-tool icdmanagement read registered-clients 1 0
73
+ [1704889092.945869][71700:71702] CHIP:DMG: }
74
+ [1704889092.945955][71700:71702] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0046 Attribute 0x0000_0003 DataVersion: 852105378
75
+ [1704889092.945989][71700:71702] CHIP:TOO: RegisteredClients: 0 entries
76
+ [1704889092.946079][71700:71702] CHIP:EM: <<< [E:63454i S:39669 M:600516 (Ack:156383188)] (S)
77
+ disabled : true
78
+
38
79
- label :
39
80
" Step 1: TH sends RegisterClient command. - CheckInNodeID: registering
40
81
clients node ID - MonitoredSubject: monitored subject ID - Key: shared
0 commit comments