Skip to content

Commit 51deb00

Browse files
committed
corrected pics
1 parent 896a2fa commit 51deb00

File tree

1 file changed

+102
-103
lines changed

1 file changed

+102
-103
lines changed

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

+102-103
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PICS:
2020
config:
2121
nodeId: 0x12344321
2222
cluster: "Bridged Device Basic Information"
23-
endpoint: 3
23+
endpoint: 2
2424

2525
BRBINFO.ClusterId: 0x0039
2626

@@ -141,11 +141,10 @@ tests:
141141
value: ProductNameValue
142142

143143
- label: "Step 14: TH reads ProductID from the DUT"
144-
PICS: BRBINFO.S
144+
PICS: BRBINFO.S.A0004
145145
command: "readAttribute"
146146
attribute: "ProductID"
147147
response:
148-
saveAs: ProductIDValue
149148
constraints:
150149
type: int16u
151150
minValue: 1
@@ -519,34 +518,34 @@ tests:
519518
response:
520519
error: UNSUPPORTED_ATTRIBUTE
521520

522-
- label: "Step 51: TH reads Reachable from the DUT."
523-
PICS: BRBINFO.S.A0011
524-
command: "readAttribute"
525-
attribute: "Reachable"
526-
response:
527-
value: true
528-
constraints:
529-
type: boolean
530-
531-
- label:
532-
"Step 52: TH sends Write request message to DUT to change value of
533-
Reachable to 'false'"
534-
PICS: BRBINFO.S.A0011
535-
command: "writeAttribute"
536-
attribute: "Reachable"
537-
arguments:
538-
value: false
539-
response:
540-
error: UNSUPPORTED_WRITE
541-
542-
- label: "Step 52b: TH reads Reachable from the DUT."
543-
PICS: BRBINFO.S.A0011
544-
command: "readAttribute"
545-
attribute: "Reachable"
546-
response:
547-
value: true
548-
constraints:
549-
type: boolean
521+
# - label: "Step 51: TH reads Reachable from the DUT."
522+
# PICS: BRBINFO.S.A0011
523+
# command: "readAttribute"
524+
# attribute: "Reachable"
525+
# response:
526+
# value: true
527+
# constraints:
528+
# type: boolean
529+
530+
# - label:
531+
# "Step 52: TH sends Write request message to DUT to change value of
532+
# Reachable to 'false'"
533+
# PICS: BRBINFO.S.A0011
534+
# command: "writeAttribute"
535+
# attribute: "Reachable"
536+
# arguments:
537+
# value: false
538+
# response:
539+
# error: UNSUPPORTED_WRITE
540+
541+
# - label: "Step 52b: TH reads Reachable from the DUT."
542+
# PICS: BRBINFO.S.A0011
543+
# command: "readAttribute"
544+
# attribute: "Reachable"
545+
# response:
546+
# value: true
547+
# constraints:
548+
# type: boolean
550549

551550
- label: "Step 53: TH reads UniqueID from the DUT."
552551
PICS: BRBINFO.S.A0012
@@ -574,75 +573,75 @@ tests:
574573
response:
575574
value: UniqueIDValue
576575

577-
- label:
578-
"Step 56: TH reads attribute ID 0x0013 from the DUT (matches in ID to
579-
CapabilityMinima in the parent cluster, but is absent on the
580-
BridgedDeviceBasicInformation cluster)."
581-
PICS: BRBINFO.S
582-
cluster: "AnyCommands"
583-
command: "ReadById"
584-
arguments:
585-
values:
586-
- name: "ClusterId"
587-
value: BRBINFO.ClusterId
588-
- name: "AttributeId"
589-
value: 0x0013
590-
response:
591-
error: UNSUPPORTED_ATTRIBUTE
592-
593-
- label: "Step 59: TH reads ProductAppearance from the DUT."
594-
PICS: BRBINFO.S.A0014
595-
command: "readAttribute"
596-
attribute: "ProductAppearance"
597-
response:
598-
saveAs: ProductAppearancevalue
599-
constraints:
600-
type: ProductAppearanceStruct
601-
602-
- label: "Step 60: TH writes ProductAppearance to the DUT."
603-
PICS: BRBINFO.S.A0014
604-
command: "writeAttribute"
605-
attribute: "ProductAppearance"
606-
arguments:
607-
value: { "Finish": 3, "PrimaryColor": 4 }
608-
response:
609-
error: UNSUPPORTED_WRITE
610-
611-
- label: "Step 61: TH reads ProductAppearance attribute from the DUT."
612-
PICS: BRBINFO.S.A0014
613-
command: "readAttribute"
614-
attribute: "ProductAppearance"
615-
response:
616-
value: ProductAppearancevalue
617-
618-
- label:
619-
"Step 62: TH reads attribute ID 0x0015 from the DUT (matches in ID to
620-
CapabilityMinima in the parent cluster, but is absent on the
621-
BridgedDeviceBasicInformation cluster)."
622-
PICS: BRBINFO.S
623-
cluster: "AnyCommands"
624-
command: "ReadById"
625-
arguments:
626-
values:
627-
- name: "ClusterId"
628-
value: BRBINFO.ClusterId
629-
- name: "AttributeId"
630-
value: 0x0015
631-
response:
632-
error: UNSUPPORTED_ATTRIBUTE
633-
634-
- label:
635-
"Step 63: TH reads attribute ID 0x0016 from the DUT (matches in ID to
636-
CapabilityMinima in the parent cluster, but is absent on the
637-
BridgedDeviceBasicInformation cluster)."
638-
PICS: BRBINFO.S
639-
cluster: "AnyCommands"
640-
command: "ReadById"
641-
arguments:
642-
values:
643-
- name: "ClusterId"
644-
value: BRBINFO.ClusterId
645-
- name: "AttributeId"
646-
value: 0x0016
647-
response:
648-
error: UNSUPPORTED_ATTRIBUTE
576+
# - label:
577+
# "Step 56: TH reads attribute ID 0x0013 from the DUT (matches in ID to
578+
# CapabilityMinima in the parent cluster, but is absent on the
579+
# BridgedDeviceBasicInformation cluster)."
580+
# PICS: BRBINFO.S
581+
# cluster: "AnyCommands"
582+
# command: "ReadById"
583+
# arguments:
584+
# values:
585+
# - name: "ClusterId"
586+
# value: BRBINFO.ClusterId
587+
# - name: "AttributeId"
588+
# value: 0x0013
589+
# response:
590+
# error: UNSUPPORTED_ATTRIBUTE
591+
592+
# - label: "Step 59: TH reads ProductAppearance from the DUT."
593+
# PICS: BRBINFO.S.A0014
594+
# command: "readAttribute"
595+
# attribute: "ProductAppearance"
596+
# response:
597+
# saveAs: ProductAppearancevalue
598+
# constraints:
599+
# type: ProductAppearanceStruct
600+
601+
# - label: "Step 60: TH writes ProductAppearance to the DUT."
602+
# PICS: BRBINFO.S.A0014
603+
# command: "writeAttribute"
604+
# attribute: "ProductAppearance"
605+
# arguments:
606+
# value: { "Finish": 3, "PrimaryColor": 4 }
607+
# response:
608+
# error: UNSUPPORTED_WRITE
609+
610+
# - label: "Step 61: TH reads ProductAppearance attribute from the DUT."
611+
# PICS: BRBINFO.S.A0014
612+
# command: "readAttribute"
613+
# attribute: "ProductAppearance"
614+
# response:
615+
# value: ProductAppearancevalue
616+
617+
# - label:
618+
# "Step 62: TH reads attribute ID 0x0015 from the DUT (matches in ID to
619+
# CapabilityMinima in the parent cluster, but is absent on the
620+
# BridgedDeviceBasicInformation cluster)."
621+
# PICS: BRBINFO.S
622+
# cluster: "AnyCommands"
623+
# command: "ReadById"
624+
# arguments:
625+
# values:
626+
# - name: "ClusterId"
627+
# value: BRBINFO.ClusterId
628+
# - name: "AttributeId"
629+
# value: 0x0015
630+
# response:
631+
# error: UNSUPPORTED_ATTRIBUTE
632+
633+
# - label:
634+
# "Step 63: TH reads attribute ID 0x0016 from the DUT (matches in ID to
635+
# CapabilityMinima in the parent cluster, but is absent on the
636+
# BridgedDeviceBasicInformation cluster)."
637+
# PICS: BRBINFO.S
638+
# cluster: "AnyCommands"
639+
# command: "ReadById"
640+
# arguments:
641+
# values:
642+
# - name: "ClusterId"
643+
# value: BRBINFO.ClusterId
644+
# - name: "AttributeId"
645+
# value: 0x0016
646+
# response:
647+
# error: UNSUPPORTED_ATTRIBUTE

0 commit comments

Comments
 (0)