@@ -53,72 +53,86 @@ def steps_TC_ACE_1_3(self) -> list[TestStep]:
53
53
steps = [
54
54
TestStep (1 , "Precondition: TH0 commissions DUT using admin node ID `N0`" , "DUT is commissioned on TH0 fabric" , is_commissioning = True ),
55
55
# Subjects: wildcard
56
- TestStep (2 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: null\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
56
+ TestStep (
57
+ 2 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: null\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
57
58
TestStep (3 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
58
59
TestStep (4 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
59
60
TestStep (5 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
60
61
# Subjects: N1
61
- TestStep (6 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
62
+ TestStep (
63
+ 6 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
62
64
TestStep (7 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
63
65
TestStep (8 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
64
66
TestStep (9 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
65
67
# Subjects: N2
66
- TestStep (10 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N2`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
68
+ TestStep (
69
+ 10 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N2`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
67
70
TestStep (11 , "TH1 reads DUT Endpoint 1 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
68
71
TestStep (12 , "TH2 reads DUT Endpoint 1 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
69
72
TestStep (13 , "TH3 reads DUT Endpoint 1 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
70
73
# Subjects: N3
71
- TestStep (14 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
74
+ TestStep (
75
+ 14 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
72
76
TestStep (15 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
73
77
TestStep (16 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
74
78
TestStep (17 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
75
79
# Subjects: N1, N2
76
- TestStep (18 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`, `N2`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
80
+ TestStep (
81
+ 18 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`, `N2`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
77
82
TestStep (19 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
78
83
TestStep (20 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
79
84
TestStep (21 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
80
85
# Subjects: N1, N3
81
- TestStep (22 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`, `N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
86
+ TestStep (
87
+ 22 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`, `N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
82
88
TestStep (23 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
83
89
TestStep (24 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
84
90
TestStep (25 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
85
91
# Subjects: N2, N3
86
- TestStep (26 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N2`, `N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
92
+ TestStep (
93
+ 26 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N2`, `N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
87
94
TestStep (27 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
88
95
TestStep (28 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
89
96
TestStep (29 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
90
97
# Subjects: N1, N2, N3
91
- TestStep (30 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`, `N2`, `N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
98
+ TestStep (
99
+ 30 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`N1`, `N2`, `N3`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
92
100
TestStep (31 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
93
101
TestStep (32 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
94
102
TestStep (33 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
95
103
# Subjects: CAT1v1
96
- TestStep (34 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT1v1_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
104
+ TestStep (
105
+ 34 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT1v1_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
97
106
TestStep (35 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
98
107
TestStep (36 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
99
108
TestStep (37 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
100
109
# Subjects: CAT1v2
101
- TestStep (38 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT1v2_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
110
+ TestStep (
111
+ 38 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT1v2_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
102
112
TestStep (39 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
103
113
TestStep (40 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
104
114
TestStep (41 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
105
115
# Subjects: CAT1v3
106
- TestStep (42 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT1v3_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
116
+ TestStep (
117
+ 42 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT1v3_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
107
118
TestStep (43 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
108
119
TestStep (44 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
109
120
TestStep (45 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
110
121
# Subjects: CAT2v1
111
- TestStep (46 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT2v1_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
122
+ TestStep (
123
+ 46 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT2v1_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
112
124
TestStep (47 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
113
125
TestStep (48 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
114
126
TestStep (49 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
115
127
# Subjects: CAT2v2
116
- TestStep (50 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT2v2_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
128
+ TestStep (
129
+ 50 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT2v2_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
117
130
TestStep (51 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
118
131
TestStep (52 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
119
132
TestStep (53 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is SUCCESS" ),
120
133
# Subjects: CAT2v3
121
- TestStep (54 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT2v3_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
134
+ TestStep (
135
+ 54 , "TH0 writes DUT Endpoint 0 AccessControl cluster ACL attribute,\n value is list of AccessControlEntryStruct containing 2 elements\n \n . struct\n - Privilege field: Administer (5)\n - AuthMode field: CASE (2)\n - Subjects field: [`N0`]\n - Targets field: [{Cluster: AccessControl (0x001f), Endpoint: 0}]\n . struct\n - Privilege field: View (1)\n - AuthMode field: CASE (2)\n - Subjects field: [`CAT2v3_subject`]\n - Targets field: [{Endpoint: 0}]" , "Result is SUCCESS" ),
122
136
TestStep (55 , "TH1 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
123
137
TestStep (56 , "TH2 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
124
138
TestStep (57 , "TH3 reads DUT Endpoint 0 Descriptor cluster DeviceTypeList attribute" , "Result is UNSUPPORTED_ACCESS (0x7e)" ),
0 commit comments