Skip to content

Commit

Permalink
Update src/python_testing/TC_EWATERHTR_2_3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow authored Aug 29, 2024
1 parent 6cc366f commit 6c85ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_EWATERHTR_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6c85ea2

Please sign in to comment.