Skip to content

Commit 9fe519c

Browse files
committed
Added missing EEVSE_2.3
1 parent 81983c8 commit 9fe519c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_EEVSE_2_3.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def pics_TC_EEVSE_2_3(self):
5252

5353
def steps_TC_EEVSE_2_3(self) -> list[TestStep]:
5454
steps = [
55-
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)"),
55+
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)",
56+
is_commissioning=True),
5657
TestStep("2", "TH reads TestEventTriggersEnabled attribute from General Diagnostics Cluster",
5758
"Value has to be 1 (True)"),
5859
TestStep("3", "TH sends TestEventTrigger command to General Diagnostics Cluster on Endpoint 0 with EnableKey field set to PIXIT.EEVSE.TESTEVENT_TRIGGERKEY and EventTrigger field set to PIXIT.EEVSE.TESTEVENTTRIGGER for Basic Functionality Test Event",

0 commit comments

Comments
 (0)