@@ -65,15 +65,14 @@ tests:
65
65
saveAs : TH1_Fabric_Index
66
66
67
67
- label :
68
- " Step 3.2: TH1 does a non-fabric-filtered read of the Fabrics
69
- attribute from the Node Operational Credentials cluster. Save the
70
- FabricIndex for TH1 as TH1_Fabric_Index for future use."
71
- PICS : OPCREDS.S.A0001
68
+ " Step 3.2: TH1 does a fabric-filtered read of the Fabrics attribute
69
+ from the Node Operational Credentials cluster. Save the FabricIndex
70
+ for TH1 as TH1_Fabric_Index for future use."
72
71
identity : " alpha"
73
72
command : " readAttribute"
74
73
cluster : " Operational Credentials"
75
74
attribute : " Fabrics"
76
- fabricFiltered : false
75
+ fabricFiltered : true
77
76
response :
78
77
value : [{ "FabricIndex": TH1_Fabric_Index, "Label": "" }]
79
78
constraints :
@@ -251,21 +250,31 @@ tests:
251
250
252
251
# verification: ""
253
252
- label :
254
- " Step 13: TH2 does a non-fabric-filtered read of the Fabrics attribute
253
+ " Step 13a: TH1 does a fabric-filtered read of the Fabrics attribute
254
+ from the Node Operational Credentials cluster"
255
+ nodeId : 0x43211234
256
+ command : " readAttribute"
257
+ cluster : " Operational Credentials"
258
+ attribute : " Fabrics"
259
+ fabricFiltered : true
260
+ response :
261
+ value : [{ "FabricIndex": TH1_Fabric_Index, "Label": "" }]
262
+ constraints :
263
+ type : list
264
+
265
+ # verification: ""
266
+ - label :
267
+ " Step 13b: TH2 does a fabric-filtered read of the Fabrics attribute
255
268
from the Node Operational Credentials cluster"
256
269
PICS : OPCREDS.S.A0001
257
270
identity : " beta"
258
271
nodeId : 0x43211234
259
272
command : " readAttribute"
260
273
cluster : " Operational Credentials"
261
274
attribute : " Fabrics"
262
- fabricFiltered : false
275
+ fabricFiltered : true
263
276
response :
264
- value :
265
- [
266
- { "FabricIndex": TH1_Fabric_Index, "Label": "" },
267
- { "FabricIndex": TH2_Fabric_Index, "Label": "" },
268
- ]
277
+ value : [{ "FabricIndex": TH2_Fabric_Index, "Label": "" }]
269
278
constraints :
270
279
type : list
271
280
0 commit comments