Skip to content

Commit 87b0b43

Browse files
committed
Set CI PICS values
1 parent 28768f6 commit 87b0b43

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

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

+28
Original file line numberDiff line numberDiff line change
@@ -9942,3 +9942,31 @@ PICS:
99429942
# Commands generated
99439943
- label: "Does the device implement sending the GetTargetsResponse command?"
99449944
id: EEVSE.S.C00.Tx
9945+
9946+
#
9947+
# Power Topology Cluster
9948+
#
9949+
- label: "Does the device implement the Power Topology Cluster as a server?"
9950+
id: PWRTL.S
9951+
9952+
# Features
9953+
9954+
- label: "Does the associated endpoint provide or consume power for the entire node?"
9955+
id: PWRTL.S.F00
9956+
9957+
- label:
9958+
"Does the associated endpoint provide or consume power for itself and its child endpoints?"
9959+
id: PWRTL.S.F01
9960+
9961+
- label: "Does the associated endpoint provide or consume power for a provided set of endpoints?"
9962+
id: PWRTL.S.F02
9963+
9964+
- label: "Can the provided set of endpoints change?"
9965+
id: PWRTL.S.F03
9966+
9967+
#Server attributes
9968+
- label: "Does the device implement the AvailableEndpoints attribute?"
9969+
id: PWRTL.S.A0000
9970+
9971+
- label: "Does the device implement the ActiveEndpoints attribute?"
9972+
id: PWRTL.S.A0001

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PICS:
2121
config:
2222
nodeId: 0x12344321
2323
cluster: "Power Topology"
24-
endpoint: 0
24+
endpoint: 1
2525

2626
tests:
2727
- label: "Step 1: Wait for the commissioned device to be retrieved"

src/app/tests/suites/certification/ci-pics-values

+12
Original file line numberDiff line numberDiff line change
@@ -2851,3 +2851,15 @@ EEVSE.S.E02=0
28512851
EEVSE.S.E03=0
28522852
EEVSE.S.E04=0
28532853
EEVSE.S.E05=0
2854+
2855+
#Power Topology Cluster
2856+
# Server
2857+
PWRTL.S=1
2858+
PWRTL.S.A0000=1
2859+
PWRTL.S.A0001=1
2860+
2861+
#Features
2862+
PWRTL.S.F00=0
2863+
PWRTL.S.F01=0
2864+
PWRTL.S.F02=1
2865+
PWRTL.S.F03=1

src/app/zap_cluster_list.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"MESSAGES_CLUSTER": [],
6969
"MODE_SELECT_CLUSTER": [],
7070
"NETWORK_COMMISSIONING_CLUSTER": [],
71-
"POWER_TOPOLOGY_CLUSTER": [],
7271
"SAMPLE_MEI_CLUSTER": [],
7372
"NITROGEN_DIOXIDE_CONCENTRATION_MEASUREMENT_CLUSTER": [],
7473
"OCCUPANCY_SENSING_CLUSTER": ["occupancy-sensor-server"],
@@ -91,6 +90,7 @@
9190
"POWER_PROFILE_CLUSTER": [],
9291
"POWER_SOURCE_CLUSTER": [],
9392
"POWER_SOURCE_CONFIGURATION_CLUSTER": [],
93+
"POWER_TOPOLOGY_CLUSTER": [],
9494
"PRESSURE_MEASUREMENT_CLUSTER": [],
9595
"PROXY_CONFIGURATION_CLUSTER": [],
9696
"PROXY_DISCOVERY_CLUSTER": [],

0 commit comments

Comments
 (0)