TC_024_CS — Start Charging Session - Lock Failure
TC_024_CS — Start Charging Session - Lock Failure
Source: OCPP 1.6 — Compliancy Testing Tool — Test Case Document (Trial 2025-06, Draft). System Under Test: Charge Point, page 37.
Identification
| Field | Value |
|---|---|
| Test case name | Start Charging Session - Lock Failure |
| Test case Id | TC_024_CS |
| System under test | Charge Point |
Description
This scenario is used to report a connector lock failure.
Purpose
To test if the Charge Point is able to report a connector lock failure and does not start a transaction when it occurs.
Prerequisite(s)
The Charge Point does not have a fixed cable.
Before (Preparations)
Configuration State(s):
- N/a
Memory State(s):
- N/a
Reusable State(s):
- N/a
Scenario Detail(s)
| Charge Point (SUT) | Central System (Tool) |
|---|---|
| 2. The Charge Point responds with a GetConfiguration.conf | [This step will be executing during the Before steps]; 1. The Central System sends a GetConfiguration.req |
| 4. The Charge Point responds with a RemoteStartTransaction.conf | [This step will be executing during the Before steps]; 3. The Central System sends a RemoteStartTransaction.req |
| [If AuthorizeRemoteTxRequests = true (from step 2), send an Authorize.req.]; [This step will be executing during the Before steps]; 5. The Charge Point sends an Authorize.req | 6. The Central System responds with an Authorize.conf |
| [This step will be executing during the Before steps]; 7. The Charge Point sends a StatusNotification.req | 8. The Central System responds with a StatusNotification.conf |
| [EV driver plugs in the cable halfway.]; 9. The Charge Point sends a StatusNotification.req | 10. The Central System responds with a StatusNotification.conf |
Tool validation(s)
Charge Point side:
Step 2:
(Message: GetConfiguration.conf) The configurationKey.key is AuthorizeRemoteTxRequests
Step 4:
(Message: RemoteStartTransaction.conf) status is Accepted
Step 7:
(Message: StatusNotification.req) status is Preparing
Step 9:
(Message: StatusNotification.req) errorCode is ConnectorLockFailure status is Faulted
Central System side:
Step 1:
(Message: GetConfiguration.req) The key is AuthorizeRemoteTxRequests
Step 6:
(Message: Authorize.conf) idTagInfo.status is Accepted
Expected result(s) / behaviour
Charge Point side:
The Charging Station does NOT start a transaction.
Central System side:
- N/a