Skip to content

Commit 8626561

Browse files
fix reading of feature dependent attributes Test_TC_ECAL_1_1.yaml
Signed-off-by: Dmitry Maslov <dmitry.maslov@dsr-corporation.com>
1 parent 8a120c7 commit 8626561

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,17 @@ tests:
140140
]
141141

142142
- label:
143-
"Step 4b: Read the feature dependent(ECAL.S.F02) attribute in
143+
"Step 4b: Read the feature dependent(ECAL.S.F03) attribute in
144144
AttributeList"
145-
PICS: ECAL.S.F02
145+
PICS: ECAL.S.F03
146146
command: "readAttribute"
147147
attribute: "AttributeList"
148148
response:
149149
constraints:
150150
type: list
151151
contains: [
152-
0x000B, # PeakPeriodStatus
153-
0x000C, # PeakPeriodStartTime
154-
0x000D # PeakPeriodEndTime
152+
0x000A, # CurrentPeakPeriod
153+
0x000B # NextPeakPeriod
155154
]
156155

157156
- label: "Step 5: Read the global attribute: EventList"

0 commit comments

Comments
 (0)