Skip to content

Commit 8133fe2

Browse files
cecillerestyled-commits
authored andcommitted
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 4acd304 commit 8133fe2

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

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

+21-12
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,14 @@ tests:
6565
saveAs: TH1_Fabric_Index
6666

6767
- 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."
7271
identity: "alpha"
7372
command: "readAttribute"
7473
cluster: "Operational Credentials"
7574
attribute: "Fabrics"
76-
fabricFiltered: false
75+
fabricFiltered: true
7776
response:
7877
value: [{ "FabricIndex": TH1_Fabric_Index, "Label": "" }]
7978
constraints:
@@ -251,21 +250,31 @@ tests:
251250

252251
# verification: ""
253252
- 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
255268
from the Node Operational Credentials cluster"
256269
PICS: OPCREDS.S.A0001
257270
identity: "beta"
258271
nodeId: 0x43211234
259272
command: "readAttribute"
260273
cluster: "Operational Credentials"
261274
attribute: "Fabrics"
262-
fabricFiltered: false
275+
fabricFiltered: true
263276
response:
264-
value:
265-
[
266-
{ "FabricIndex": TH1_Fabric_Index, "Label": "" },
267-
{ "FabricIndex": TH2_Fabric_Index, "Label": "" },
268-
]
277+
value: [{ "FabricIndex": TH2_Fabric_Index, "Label": "" }]
269278
constraints:
270279
type: list
271280

0 commit comments

Comments
 (0)