TC_F_02_CSMS — Remote start transaction - Remote start first - AuthorizeRemoteStart is true
TC_F_02_CSMS — Remote start transaction - Remote start first - AuthorizeRemoteStart is true
Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block F. Remote Control, page 407.
Identification
| Field | Value |
|---|---|
| Test case name | Remote start transaction - Remote start first - AuthorizeRemoteStart is true |
| Test case Id | TC_F_02_CSMS |
| Use case Id(s) | F02 |
| Requirement(s) | F02.FR.01, F01.FR.01 |
| System under test | CSMS |
| Functional block | F. Remote Control |
Description
OCPP 2.x.x allows an EV driver to either first wait for/trigger a RequestStartTransactionRequest OR connect the EV and EVSE. Both sequences will result in being able to charge.
Purpose
To verify if the CSMS is able to handle a Charging Station that starts a charging session when the Charging Stations receives a RequestStartTransactionRequest message (while AuthorizeRemoteStart is true), before the EV driver connects the EV and EVSE (within the connectionTimeout). The Charging Station has to authorize beforehand like a local action to start a transaction.
Prerequisite(s)
AuthEnabled is NOT implemented with mutability ReadOnly and the value set to false
Before (Preparations)
Configuration State:
- N/a
Memory State:
- N/a
Reusable State(s):
- N/a
Main (Test scenario)
| Charging Station | CSMS |
|---|---|
| Manual Action: Trigger the CSMS to request the Charging Station to start a transaction. | |
| 2. The OCTT responds with a RequestStartTransactionResponse; with status Accepted transactionId is omitted. | 1. The CSMS sends a RequestStartTransactionRequest |
| 3. The OCTT sends a AuthorizeRequest.; with idToken.idToken <Configured valid_idtoken_idtoken> idToken.type <Configured valid_idtoken_type> | 4. The CSMS responds with a AuthorizeResponse. |
| 5. The OCTT sends a TransactionEventRequest.; with triggerReason is RemoteStart transactionInfo.remoteStartId is <By OCTT generated remoteStartID> eventType is Started | 6. The CSMS responds with a TransactionEventResponse. |
| 7. Execute Reusable State EnergyTransferStarted (State is Authorized and _EVConnected = false) |
Tool validations
Step 1:
Message: RequestStartTransactionRequest
- idToken.idToken <Configured valid_idtoken_idtoken>
- idToken.type <Configured valid_idtoken_type>
Step 4:
Message: AuthorizeResponse
- idTokenInfo.status must be Accepted
Post scenario validations
- N/a