Skip to content

Commit

Permalink
Added in missing text in step 18 in TC_DEM_2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Aug 28, 2024
1 parent ac9efe2 commit 4a25dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def steps_TC_DEM_2_4(self) -> list[TestStep]:
"Verify DUT responds w/ status SUCCESS(0x00) and Event DEM.S.E02(Paused) sent"),
TestStep("17a", "TH reads from the DUT the ESAState",
"Value has to be 0x05 (Paused)"),
TestStep("18", "",
TestStep("18", "Wait for minPauseDuration.",
"Event DEM.S.E03(Resumed) sent with Cause=0 (NormalCompletion)"),
TestStep("18a", "TH reads from the DUT the ESAState",
"Value has to be 0x01 (Online)"),
Expand Down

0 comments on commit 4a25dc6

Please sign in to comment.