We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9efe2 commit 4a25dc6Copy full SHA for 4a25dc6
src/python_testing/TC_DEM_2_4.py
@@ -131,7 +131,7 @@ def steps_TC_DEM_2_4(self) -> list[TestStep]:
131
"Verify DUT responds w/ status SUCCESS(0x00) and Event DEM.S.E02(Paused) sent"),
132
TestStep("17a", "TH reads from the DUT the ESAState",
133
"Value has to be 0x05 (Paused)"),
134
- TestStep("18", "",
+ TestStep("18", "Wait for minPauseDuration.",
135
"Event DEM.S.E03(Resumed) sent with Cause=0 (NormalCompletion)"),
136
TestStep("18a", "TH reads from the DUT the ESAState",
137
"Value has to be 0x01 (Online)"),
0 commit comments