Skip to content

Commit

Permalink
add feature PICS in steps of Test_TC_ECAL_2_1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Maslov <[email protected]>
  • Loading branch information
dmitrymaslovdsr committed Apr 12, 2024
1 parent a7c1943 commit 8a120c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_ECAL_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,23 +124,23 @@ tests:
type: TransitionStruct

- label: "Step 13: TH reads the PeakPeriodStatus attribute from the DUT"
PICS: ECAL.S.A000B
PICS: ECAL.S.A000B && ECAL.S.F03
command: "readAttribute"
attribute: "PeakPeriodStatus"
response:
constraints:
type: PeakPeriodStatusStruct

- label: "Step 14: TH reads the PeakPeriodStartTime attribute from the DUT"
PICS: ECAL.S.A000B
PICS: ECAL.S.A000B && ECAL.S.F03
command: "readAttribute"
attribute: "PeakPeriodStartTime"
response:
constraints:
type: epoch_s

- label: "Step 15: TH reads the PeakPeriodEndTime attribute from the DUT"
PICS: ECAL.S.A000D
PICS: ECAL.S.A000D && ECAL.S.F03
command: "readAttribute"
attribute: "PeakPeriodEndTime"
response:
Expand Down

0 comments on commit 8a120c7

Please sign in to comment.