Skip to content

Commit 1a9b7af

Browse files
committed
Update following code review comments on test spec
1 parent 5ee6079 commit 1a9b7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_EWATERHTR_2_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ def steps_TC_EWATERHTR_2_2(self) -> list[TestStep]:
170170
TestStep("23", "TH sends command Boost with Duration=200s,EmergencyBoost=True",
171171
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostStarted) sent with Duration=200, EmergencyBoost=True and TemporarySetpoint=None"),
172172
TestStep("23a", "TH reads from the DUT the HeatDemand",
173-
"Value has to be 0x00 (no demand on any source)"),
173+
"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)"),
174174
TestStep("23b", "TH reads from the DUT the BoostState",
175-
"Value has to be 0 (Inactive)"),
175+
"Value has to be 1 (Active)"),
176176
TestStep("24", "TH sends command CancelBoost",
177177
"Verify DUT responds w/ status SUCCESS(0x00) and Event EWATERHTR.S.E00(BoostEnded) sent"),
178178
TestStep("24a", "TH reads from the DUT the HeatDemand",

0 commit comments

Comments
 (0)