Skip to content

Commit 6c85ea2

Browse files
authored
Update src/python_testing/TC_EWATERHTR_2_3.py
1 parent 6cc366f commit 6c85ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_EWATERHTR_2_3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def steps_TC_EWATERHTR_2_3(self) -> list[TestStep]:
9494
TestStep("8c", "TH reads from the DUT the TankPercentage",
9595
"Value has to be 76%"),
9696
TestStep("9", "TH sends command Boost with Duration=400s,TargetPercentage=100%,TargetReheat=65%",
97-
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=600 and TargetPercentage=100 and TargetReheat=65"),
97+
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=400 and TargetPercentage=100 and TargetReheat=65"),
9898
TestStep("9a", "TH reads from the DUT the HeatDemand",
9999
"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)"),
100100
TestStep("9b", "TH reads from the DUT the BoostState",

0 commit comments

Comments
 (0)