Skip to content

Commit 8d8cedf

Browse files
TC-OPCREDS-3.7: support DUTs with existing fabrics (#33511)
* TC-OPCREDS-3.7: support DUTs with existing fabrics * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent b5d13a7 commit 8d8cedf

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

src/app/tests/suites/certification/Test_TC_OPCREDS_3_7.yaml

+21-11
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ tests:
6363
saveAs: TH1_Fabric_Index
6464

6565
- 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."
6969
identity: "alpha"
7070
command: "readAttribute"
7171
cluster: "Operational Credentials"
7272
attribute: "Fabrics"
73-
fabricFiltered: false
73+
fabricFiltered: true
7474
response:
7575
value: [{ "FabricIndex": TH1_Fabric_Index, "Label": "" }]
7676
constraints:
@@ -237,20 +237,30 @@ tests:
237237

238238
# verification: ""
239239
- 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
241255
from the Node Operational Credentials cluster"
242256
identity: "beta"
243257
nodeId: 0x43211234
244258
command: "readAttribute"
245259
cluster: "Operational Credentials"
246260
attribute: "Fabrics"
247-
fabricFiltered: false
261+
fabricFiltered: true
248262
response:
249-
value:
250-
[
251-
{ "FabricIndex": TH1_Fabric_Index, "Label": "" },
252-
{ "FabricIndex": TH2_Fabric_Index, "Label": "" },
253-
]
263+
value: [{ "FabricIndex": TH2_Fabric_Index, "Label": "" }]
254264
constraints:
255265
type: list
256266

0 commit comments

Comments
 (0)