From ef1b00125ac426b97982e2f145eff15fb61abcc3 Mon Sep 17 00:00:00 2001 From: Dmitry Maslov Date: Mon, 27 May 2024 15:05:40 +0300 Subject: [PATCH] update data type of attributes, replace POD to PointOfDelivery Signed-off-by: Dmitry Maslov --- .../tests/suites/certification/Test_TC_MTRID_2_1.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_MTRID_2_1.yaml b/src/app/tests/suites/certification/Test_TC_MTRID_2_1.yaml index b12a28e189f069..49061a0d5a8ac3 100644 --- a/src/app/tests/suites/certification/Test_TC_MTRID_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_MTRID_2_1.yaml @@ -47,7 +47,7 @@ tests: attribute: "MeterTypeID" response: constraints: - type: int16u + type: enum - label: "Step 4: TH reads the DataQualityID attribute from the DUT" PICS: MTRID.S.A0002 @@ -55,7 +55,7 @@ tests: attribute: "DataQualityID" response: constraints: - type: int16u + type: enum - label: "Step 5: TH reads the CustomerName attribute from the DUT" PICS: MTRID.S.A0003 @@ -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 @@ -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