Skip to content
Documentation Menu

TC_P_03_CS — CustomData - Receive custom data

TC_P_03_CS — CustomData - Receive custom data

Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block P. DataTransfer, page 298.

Identification

FieldValue
Test case nameCustomData - Receive custom data
Test case IdTC_P_03_CS
Use case Id(s)N/a
Requirement(s)N/a
System under testCharging Station
Functional blockP. DataTransfer

Description

Checks if the CS is able to receive custom data.

Purpose

To verify whether the CS is able to handle receiving custom data.

Prerequisite(s)

N/a

Before (Preparations)

Configuration State:

  • N/a

Memory State:

  • N/a

Reusable State(s):

  • N/a

Main (Test scenario)

Charging StationCSMS
2. The Charging Station responds with SetVariablesResponse1. OCTT sends SetVariablesRequest with:; - variable.name = "OfflineThreshold"; - component.name = "OCPPCommCtrlr"; - attributeValue = "200"; - attributeType is Actual
4. The Charging Station responds with GetVariablesResponse3. OCTT sends GetVariablesRequest with:; - variable.name = "OfflineThreshold"; - component.name = "OCPPCommCtrlr"; - attributeType is Actual

Tool validations

Step 2:

Message: SetVariablesResponse

  • setVariableResult[0].attributeStatus Accepted

Step 4:

Message: GetVariablesResponse

  • getVariableResult[0].attributeStatus Accepted
  • getVariableResult[0].attributeType Actual or omitted
  • getVariableResult[0].attributeValue 200

Post scenario validations

  • N/a