@@ -63,14 +63,14 @@ tests:
63
63
saveAs : TH1_Fabric_Index
64
64
65
65
- label :
66
- " Step 3.2: TH1 does a non- fabric-filtered read of the Fabrics
67
- attribute from the Node Operational Credentials cluster. Save the
68
- FabricIndex for TH1 as TH1_Fabric_Index for future use."
66
+ " Step 3.2: TH1 does a fabric-filtered read of the Fabrics attribute
67
+ from the Node Operational Credentials cluster. Save the FabricIndex
68
+ for TH1 as TH1_Fabric_Index for future use."
69
69
identity : " alpha"
70
70
command : " readAttribute"
71
71
cluster : " Operational Credentials"
72
72
attribute : " Fabrics"
73
- fabricFiltered : false
73
+ fabricFiltered : true
74
74
response :
75
75
value : [{ "FabricIndex": TH1_Fabric_Index, "Label": "" }]
76
76
constraints :
@@ -237,20 +237,30 @@ tests:
237
237
238
238
# verification: ""
239
239
- label :
240
- " Step 13: TH2 does a non-fabric-filtered read of the Fabrics attribute
240
+ " Step 13a: TH1 does a fabric-filtered read of the Fabrics attribute
241
+ from the Node Operational Credentials cluster"
242
+ nodeId : 0x43211234
243
+ command : " readAttribute"
244
+ cluster : " Operational Credentials"
245
+ attribute : " Fabrics"
246
+ fabricFiltered : true
247
+ response :
248
+ value : [{ "FabricIndex": TH1_Fabric_Index, "Label": "" }]
249
+ constraints :
250
+ type : list
251
+
252
+ # verification: ""
253
+ - label :
254
+ " Step 13b: TH2 does a fabric-filtered read of the Fabrics attribute
241
255
from the Node Operational Credentials cluster"
242
256
identity : " beta"
243
257
nodeId : 0x43211234
244
258
command : " readAttribute"
245
259
cluster : " Operational Credentials"
246
260
attribute : " Fabrics"
247
- fabricFiltered : false
261
+ fabricFiltered : true
248
262
response :
249
- value :
250
- [
251
- { "FabricIndex": TH1_Fabric_Index, "Label": "" },
252
- { "FabricIndex": TH2_Fabric_Index, "Label": "" },
253
- ]
263
+ value : [{ "FabricIndex": TH2_Fabric_Index, "Label": "" }]
254
264
constraints :
255
265
type : list
256
266
0 commit comments