Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 618237d

Browse files
committedAug 8, 2024··
Fix the PICS condition for reading Presets attribute
- Remove the read for schedules since the test plan doesn't cover it
1 parent ce5d2e3 commit 618237d

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed
 

‎src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml

+4-19
Original file line numberDiff line numberDiff line change
@@ -62,49 +62,34 @@ tests:
6262
response:
6363
saveAs: PresetsValue
6464

65-
- label: "Saving value for comparision in step 6 read Schedules attribute"
66-
PICS: TSTAT.S.A0051
67-
command: "readAttribute"
68-
attribute: "Schedules"
69-
response:
70-
saveAs: SchedulesValue
71-
7265
- label: "Step 2: TH reads the PresetTypes attribute from the DUT"
73-
PICS: TSTAT.S.F08 & TSTAT.S.A0048
66+
PICS: TSTAT.S.F08 && TSTAT.S.A0048
7467
command: "readAttribute"
7568
attribute: "PresetTypes"
7669
response:
7770
constraints:
7871
type: list
7972

8073
- label: "Step 3: TH reads the NumberOfPresets attribute from the DUT"
81-
PICS: TSTAT.S.F08 & TSTAT.S.A004a
74+
PICS: TSTAT.S.F08 && TSTAT.S.A004a
8275
command: "readAttribute"
8376
attribute: "NumberOfPresets"
8477
response:
8578
constraints:
8679
type: int8u
8780

8881
- label: "Step 4: TH reads the ActivePresetHandle attribute from the DUT"
89-
PICS: TSTAT.S.F08 & TSTAT.S.A004e
82+
PICS: TSTAT.S.F08 && TSTAT.S.A004e
9083
command: "readAttribute"
9184
attribute: "ActivePresetHandle"
9285
response:
9386
constraints:
9487
type: octstr
9588

9689
- label: "Step 5: TH reads the Presets attribute from the DUT"
97-
PICS: TSTAT.S.F08 & TSTAT.S.A0050
90+
PICS: TSTAT.S.F08 && TSTAT.S.A0050
9891
command: "readAttribute"
9992
attribute: "Presets"
10093
response:
10194
constraints:
10295
type: list
103-
104-
- label: "Step 6: TH reads the Schedules attribute from the DUT"
105-
PICS: TSTAT.S.F07 & TSTAT.S.A0051
106-
command: "readAttribute"
107-
attribute: "Schedules"
108-
response:
109-
constraints:
110-
type: list

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,7 @@ TSTAT.S.F03=0
19311931
TSTAT.S.F04=0
19321932
TSTAT.S.F05=1
19331933
TSTAT.S.F06=0
1934+
TSTAT.S.F07=0
19341935
TSTAT.S.F08=1
19351936

19361937
TSTAT.S.A0000=1
@@ -1987,7 +1988,7 @@ TSTAT.S.A0048=1
19871988
TSTAT.S.A004a=1
19881989
TSTAT.S.A004e=1
19891990
TSTAT.S.A0050=1
1990-
TSTAT.S.A0051=1
1991+
TSTAT.S.A0051=0
19911992

19921993
TSTAT.S.M.MinSetpointDeadBandWritable=1
19931994
TSTAT.S.M.HVACSystemTypeConfigurationWritable=0

0 commit comments

Comments
 (0)
Please sign in to comment.