TC_052_CSMS — Cancel Reservation - Rejected
TC_052_CSMS — Cancel Reservation - Rejected
Source: OCPP 1.6 — Compliancy Testing Tool — Test Case Document (Trial 2025-06, Draft). System Under Test: Central System, page 169.
Identification
| Field | Value |
|---|---|
| Test case name | Cancel Reservation - Rejected |
| Test case Id | TC_052_CSMS |
| System under test | Central System |
Description
The Central System tries to cancel reservation, but this request is rejected by the Charge Point.
Purpose
Check whether the Central System can handle messages in case cancelling a reservation is rejected by the Charge Point.
Prerequisite(s)
The Central System supports the Reservation feature profile.
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) |
|---|---|
| Manual Action: Reserve a connector on the Charge Point. | |
| 2. The Charge Point sends a ReserveNow.conf. | 1. The Central System sends a ReserveNow.req. |
| 3. The Charge Point sends a StatusNotification.req. | 4. The Central System sends a StatusNotification.conf. |
| Manual Action: Cancel the reservation on the Charge Point. | |
| 6. The Charge Point sends a CancelReservation.conf. | 5. The Central System sends a CancelReservation.req. |
Tool validation(s)
Charge Point side:
Step 2:
(Message: ReserveNow.conf) The status is Accepted
Step 3:
(Message: StatusNotification.req) The status is Reserved
Step 6:
(Message: CancelReservation.conf) The status is Rejected
Central System side:
- N/a
Expected result(s) / behaviour
Charge Point side:
The Charge Point rejects the reservationId and does not cancel any reservation.
Central System side:
The Central System processes the rejection from the Charge Point to the cancel reservation message.