@@ -22,9 +22,11 @@ config:
22
22
nodeId : 0x12344321
23
23
cluster : " Access Control"
24
24
endpoint : 0
25
+ # Configurable endpoint except 0
26
+ Endpoint_Except_Zero : 1
25
27
26
28
tests :
27
- - label : " Wait for the commissioned device to be retrieved"
29
+ - label : " Step 1: Wait for the commissioned device to be retrieved"
28
30
cluster : " DelayCommands"
29
31
command : " WaitForCommissionee"
30
32
arguments :
@@ -33,79 +35,24 @@ tests:
33
35
value : nodeId
34
36
35
37
- label :
36
- " TH1 reads DUT Descriptor cluster ServerList attribute from Endpoint 0 "
37
- command : " readAttribute "
38
+ " Step 2: TH reads DUT Descriptor cluster ServerList attribute from
39
+ Endpoint 0 "
38
40
cluster : " Descriptor"
41
+ command : " readAttribute"
39
42
attribute : " ServerList"
40
43
response :
41
44
constraints :
42
45
type : list
43
46
contains : [31]
44
47
45
- # Endpoint configuration is not supported in YAML
46
48
- label :
47
- " TH1 reads DUT Descriptor cluster ServerList attribute from every
48
- Endpoint except 0"
49
- verification : |
50
- ./chip-tool descriptor read server-list 1 1
51
-
52
-
53
- On TH1(Chiptool) ,Verify the serverList attribute of Descriptor Cluster without an element of 31( 0x001F)
54
-
55
- [1676442452.204523][8902:8904] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_001D Attribute 0x0000_0001 DataVersion: 1718800852
56
- [1676442452.204637][8902:8904] CHIP:TOO: ServerList: 45 entries
57
- [1676442452.204655][8902:8904] CHIP:TOO: [1]: 3
58
- [1676442452.204670][8902:8904] CHIP:TOO: [2]: 4
59
- [1676442452.204685][8902:8904] CHIP:TOO: [3]: 5
60
- [1676442452.204700][8902:8904] CHIP:TOO: [4]: 6
61
- [1676442452.204715][8902:8904] CHIP:TOO: [5]: 7
62
- [1676442452.204729][8902:8904] CHIP:TOO: [6]: 8
63
- [1676442452.204744][8902:8904] CHIP:TOO: [7]: 15
64
- [1676442452.204759][8902:8904] CHIP:TOO: [8]: 29
65
- [1676442452.204774][8902:8904] CHIP:TOO: [9]: 30
66
- [1676442452.204789][8902:8904] CHIP:TOO: [10]: 37
67
- [1676442452.204804][8902:8904] CHIP:TOO: [11]: 47
68
- [1676442452.204820][8902:8904] CHIP:TOO: [12]: 59
69
- [1676442452.204835][8902:8904] CHIP:TOO: [13]: 64
70
- [1676442452.204849][8902:8904] CHIP:TOO: [14]: 65
71
- [1676442452.204864][8902:8904] CHIP:TOO: [15]: 69
72
- [1676442452.204879][8902:8904] CHIP:TOO: [16]: 80
73
- [1676442452.204894][8902:8904] CHIP:TOO: [17]: 257
74
- [1676442452.204909][8902:8904] CHIP:TOO: [18]: 258
75
- [1676442452.204923][8902:8904] CHIP:TOO: [19]: 259
76
- [1676442452.204938][8902:8904] CHIP:TOO: [20]: 512
77
- [1676442452.204953][8902:8904] CHIP:TOO: [21]: 513
78
- [1676442452.204968][8902:8904] CHIP:TOO: [22]: 514
79
- [1676442452.204983][8902:8904] CHIP:TOO: [23]: 516
80
- [1676442452.204998][8902:8904] CHIP:TOO: [24]: 768
81
- [1676442452.205013][8902:8904] CHIP:TOO: [25]: 769
82
- [1676442452.205028][8902:8904] CHIP:TOO: [26]: 1024
83
- [1676442452.205043][8902:8904] CHIP:TOO: [27]: 1026
84
- [1676442452.205058][8902:8904] CHIP:TOO: [28]: 1027
85
- [1676442452.205072][8902:8904] CHIP:TOO: [29]: 1028
86
- [1676442452.205088][8902:8904] CHIP:TOO: [30]: 1029
87
- [1676442452.205103][8902:8904] CHIP:TOO: [31]: 1030
88
- [1676442452.205117][8902:8904] CHIP:TOO: [32]: 1283
89
- [1676442452.205133][8902:8904] CHIP:TOO: [33]: 1284
90
- [1676442452.205148][8902:8904] CHIP:TOO: [34]: 1285
91
- [1676442452.205168][8902:8904] CHIP:TOO: [35]: 1286
92
- [1676442452.205185][8902:8904] CHIP:TOO: [36]: 1287
93
- [1676442452.205199][8902:8904] CHIP:TOO: [37]: 1288
94
- [1676442452.205215][8902:8904] CHIP:TOO: [38]: 1289
95
- [1676442452.205230][8902:8904] CHIP:TOO: [39]: 1290
96
- [1676442452.205245][8902:8904] CHIP:TOO: [40]: 1291
97
- [1676442452.205260][8902:8904] CHIP:TOO: [41]: 1292
98
- [1676442452.205275][8902:8904] CHIP:TOO: [42]: 1293
99
- [1676442452.205290][8902:8904] CHIP:TOO: [43]: 1294
100
- [1676442452.205319][8902:8904] CHIP:TOO: [44]: 2820
101
- [1676442452.205331][8902:8904] CHIP:TOO: [45]: 4294048773
102
- [1676442452.205454][8902:8904] CHIP:EM: <<< [E:56665i M:248848283 (Ack:9298405)] (S) Msg TX to 1:00000000
103
- cluster : " LogCommands"
104
- command : " UserPrompt"
105
- PICS : PICS_USER_PROMPT
106
- arguments :
107
- values :
108
- - name : " message"
109
- value : " Factory Reset the DUT and enter 'y' after success"
110
- - name : " expectedValue"
111
- value : " y"
49
+ " Step 3: TH reads DUT Descriptor cluster ServerList attribute from
50
+ every Endpoint except 0"
51
+ endpoint : Endpoint_Except_Zero
52
+ cluster : " Descriptor"
53
+ command : " readAttribute"
54
+ attribute : " ServerList"
55
+ response :
56
+ constraints :
57
+ type : list
58
+ excludes : [31]
0 commit comments