TC_C_48_CS — Stop Transaction with a Master Pass - With UI - With UI - Specific transactions
TC_C_48_CS — Stop Transaction with a Master Pass - With UI - With UI - Specific transactions
Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block C. Authorization, page 118.
Identification
| Field | Value |
|---|---|
| Test case name | Stop Transaction with a Master Pass - With UI - With UI - Specific transactions |
| Test case Id | TC_C_48_CS |
| Use case Id(s) | C16 |
| Requirement(s) | C16_FR_01 |
| System under test | Charging Station |
| Functional block | C. Authorization |
Description
This test case covers how somebody with a Master Pass (User) can stop (selected) ongoing transactions, so the cable becomes unlocked. This Master Pass can be configured in: MasterPassGroupId. This could for example be usefull for Law Enforcement officials.
Purpose
To verify if the Charging Station is able to correctly stop a transaction when an idToken which has the MasterPass as GroupId is used and the user has selected to stop one transaction in the User Interface according to the mechanism as described in the OCPP specification.
Prerequisite(s)
- The Charging Station supports at least one authorization method described at the following Use cases; C01, C04.
- Charging station has a User Interface
Before (Preparations)
Configuration State:
- AuthCtrlr.MastersPassGroupId is configured
Memory State:
- N/a
Reusable State(s):
- State is EnergyTransferStarted for all EVSE
Main (Test scenario)
| Charging Station | CSMS |
|---|---|
| Manual Action: Present configured masterpass idToken | |
| 1. The Charging Station sends an AuthorizeRequest | 2. The OCTT responds with an AuthorizeResponse with idTokenInfo.status Accepted idTokenInfo.groupIdToken.idToken <Configured masterPassGroupId> |
| Manual Action: Select to stop the transaction on EVSE 1 | |
| 3. The Charging Station sends a TransactionEventRequest | 4. The OCTT responds with a TransactionEventResponse with idTokenInfo.status Accepted idTokenInfo.groupIdToken.idToken <Configured masterPassGroupId> |
| 5. Execute Reusable State EVConnectedPostSession | |
| 6. Execute Reusable State EVDisconnected | |
| 7. Execute Reusable State ParkingBayUnoccupied |
Tool validations
Step 1:
Message AuthorizeRequest
- idToken.idToken <Configured masterpass_idtoken_idtoken>
- idToken.type <Configured masterpass_idtoken_type>
Step 3:
Message TransactionEventRequest
- transactionInfo.stoppedReason MasterPass
- idToken omit or
- idToken.idToken <Configured masterpass_idtoken_idtoken> and
- idToken.type <Configured masterpass_idtoken_type>
Post scenario validations
- All other EVSE still transfer energy