Skip to content

Commit

Permalink
Update src/python_testing/TC_EWATERHTR_2_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow authored Aug 29, 2024
1 parent 4e5f15a commit d463f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_EWATERHTR_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def steps_TC_EWATERHTR_2_2(self) -> list[TestStep]:
TestStep("8a", "TH reads from the DUT the HeatDemand",
"Value has to be 0x00 (no demand on any source)"),
TestStep("9", "TH sends command Boost with Duration=5s,OneShot=True",
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=6 and OneShot=True"),
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=5 and OneShot=True"),
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 d463f0d

Please sign in to comment.