Skip to content

Commit

Permalink
update data type of attributes, replace POD to PointOfDelivery
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Maslov <[email protected]>
  • Loading branch information
dmitrymaslovdsr committed May 27, 2024
1 parent 3b0a991 commit ef1b001
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/tests/suites/certification/Test_TC_MTRID_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ tests:
attribute: "MeterTypeID"
response:
constraints:
type: int16u
type: enum

- label: "Step 4: TH reads the DataQualityID attribute from the DUT"
PICS: MTRID.S.A0002
command: "readAttribute"
attribute: "DataQualityID"
response:
constraints:
type: int16u
type: enum

- label: "Step 5: TH reads the CustomerName attribute from the DUT"
PICS: MTRID.S.A0003
Expand Down Expand Up @@ -125,10 +125,10 @@ tests:
type: char_string
maxLength: 16

- label: "Step 11: TH reads the POD attribute from the DUT"
- label: "Step 11: TH reads the PointOfDelivery attribute from the DUT"
PICS: MTRID.S.A0009
command: "readAttribute"
attribute: "POD"
attribute: "PointOfDelivery"
response:
constraints:
type: char_string
Expand All @@ -140,7 +140,7 @@ tests:
attribute: "AvailablePower"
response:
constraints:
type: int24
type: power-mW

- label: "Step 13: TH reads the PowerThreshold attribute from the DUT"
PICS: MTRID.S.A000B
Expand Down

0 comments on commit ef1b001

Please sign in to comment.