From 6c85ea2968bdf343b291e8b4b175f334724c5dcb Mon Sep 17 00:00:00 2001 From: jamesharrow <93921463+jamesharrow@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:00:04 +0100 Subject: [PATCH] Update src/python_testing/TC_EWATERHTR_2_3.py --- src/python_testing/TC_EWATERHTR_2_3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_EWATERHTR_2_3.py b/src/python_testing/TC_EWATERHTR_2_3.py index a24f0e1044fae8..e39257134b3db5 100644 --- a/src/python_testing/TC_EWATERHTR_2_3.py +++ b/src/python_testing/TC_EWATERHTR_2_3.py @@ -94,7 +94,7 @@ def steps_TC_EWATERHTR_2_3(self) -> list[TestStep]: TestStep("8c", "TH reads from the DUT the TankPercentage", "Value has to be 76%"), TestStep("9", "TH sends command Boost with Duration=400s,TargetPercentage=100%,TargetReheat=65%", - "Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=600 and TargetPercentage=100 and TargetReheat=65"), + "Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=400 and TargetPercentage=100 and TargetReheat=65"), TestStep("9a", "TH reads from the DUT the HeatDemand", "Value has to be greater than 0x00 (demand on at least one source) and (HeaterDemand & (!HeaterTypes)) is zero (demand is only from declared supported types)"), TestStep("9b", "TH reads from the DUT the BoostState",